--- dao/DelphiScanner/Configuration.pas 2016/08/21 22:34:01 3097 +++ dao/DelphiScanner/Configuration.pas 2016/10/19 06:59:57 3124 @@ -59,6 +59,8 @@ UrlFindPakketype, UrlSendPrograminfo: String; + UrlHentPakkeAntal: String; + AlarmLyd : String; ScannetOkLyd : String; ScannetOkStorLyd : String; @@ -269,6 +271,9 @@ URLPrintLabel := BaseURL + '/WebServices/BogpakkeKontrol/PrintLabel.php?stregkode=%s'; URLPrintLabel := InjectURL(URLPrintLabel); + UrlHentPakkeAntal := BaseURL + '/WebServices/BogpakkeKontrol/HentPakkeAntal.php?sted=%s'; + UrlHentPakkeAntal := InjectURL(UrlHentPakkeAntal); + //Finally check for files: