/[projects]/dao/DelphiScanner/Configuration.pas
ViewVC logotype

Diff of /dao/DelphiScanner/Configuration.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3123 by torben, Sun Aug 21 22:34:01 2016 UTC revision 3124 by torben, Wed Oct 19 06:59:57 2016 UTC
# Line 59  type Line 59  type
59    
60      UrlFindPakketype, UrlSendPrograminfo: String;      UrlFindPakketype, UrlSendPrograminfo: String;
61    
62        UrlHentPakkeAntal: String;
63    
64      AlarmLyd : String;      AlarmLyd : String;
65      ScannetOkLyd : String;      ScannetOkLyd : String;
66      ScannetOkStorLyd : String;      ScannetOkStorLyd : String;
# Line 269  begin Line 271  begin
271      URLPrintLabel := BaseURL + '/WebServices/BogpakkeKontrol/PrintLabel.php?stregkode=%s';      URLPrintLabel := BaseURL + '/WebServices/BogpakkeKontrol/PrintLabel.php?stregkode=%s';
272      URLPrintLabel := InjectURL(URLPrintLabel);      URLPrintLabel := InjectURL(URLPrintLabel);
273    
274        UrlHentPakkeAntal := BaseURL + '/WebServices/BogpakkeKontrol/HentPakkeAntal.php?sted=%s';
275        UrlHentPakkeAntal := InjectURL(UrlHentPakkeAntal);
276    
277    
278    
279      //Finally check for files:      //Finally check for files:

Legend:
Removed from v.3123  
changed lines
  Added in v.3124

  ViewVC Help
Powered by ViewVC 1.1.20