In one of my programs is a call for the internet-explorer 5.0. The call includes the interface for the internet-page to call. It is the page for "UPS-Tracking". I have find out, that the interface of my IE-5.0 is max. 256 characters. This is the content of the call-command:
03 system-command-line-ie.
05 my-browser pic x(45) value
'"C:\Programme\Internet Explorer\iexplore.exe"'.
05 filler pic x(01) value space.
05 filler pic x(50) value
" 05 filler pic x(50) value
"uest?TypeOfInquiryNumber=T&tracknums_displayed=5&H".
05 filler pic x(50) value
"TMLVersion=5.0&loc=de_DE&error_carried=true&Reques".
05 filler pic x(27) value
"ter=UPSHome&InquiryNumber1=".
05 filler pic xx value "1Z".
05 tu22-kdnr pic 9(6).
05 tu22-code pic 99.
05 tu22-lfdnr pic 9(8).
05 filler pic x(30) value
"&AgreeToTermsAndConditions=yes".
It dont run on the PC of my customer, because the interface of the IE-5.0 there is only 80 characters and the command will be cut off. Did somebody knows, why there is a difference between the internet-explorer and what can i do?
Thanks for help.
Helmut from germany
03 system-command-line-ie.
05 my-browser pic x(45) value
'"C:\Programme\Internet Explorer\iexplore.exe"'.
05 filler pic x(01) value space.
05 filler pic x(50) value
" 05 filler pic x(50) value
"uest?TypeOfInquiryNumber=T&tracknums_displayed=5&H".
05 filler pic x(50) value
"TMLVersion=5.0&loc=de_DE&error_carried=true&Reques".
05 filler pic x(27) value
"ter=UPSHome&InquiryNumber1=".
05 filler pic xx value "1Z".
05 tu22-kdnr pic 9(6).
05 tu22-code pic 99.
05 tu22-lfdnr pic 9(8).
05 filler pic x(30) value
"&AgreeToTermsAndConditions=yes".
It dont run on the PC of my customer, because the interface of the IE-5.0 there is only 80 characters and the command will be cut off. Did somebody knows, why there is a difference between the internet-explorer and what can i do?
Thanks for help.
Helmut from germany