×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
An alternative to this, is, the division users likely have separate profiles. Use a user-settings file, that associates the user to a specific division. Then in your program, check the file, and pull the appropriate division value, then you don't need to pass the value in.
"Terry Anderson" <terrya@xxxxxxxxxxxx> 01/03/08 12:04 PM >>>
Greetings List,
I hope all of you had a merry Christmas and have a happy and prosperous new year.
Here is what I am trying to do. I have a CGIDEV2 program that adds footnotes to an RFQ. Since several divisions will be using this program, I need to send the division name as well as the RFQ number to the CGI program.
I have the following commands in my CL program:
CHGVAR VAR(&PCCOMMAND) VALUE('START
http://xx.xx.xxx.xx:8014/citcgidevp/GETDIV2?division=' *TCAT &DIVISION *TCAT '&qstrat_rfq=' *TCAT &QLMRFQ#)
STRPCCMD PCCMD(&PCCOMMAND) PAUSE(*NO)
I can get this to work if I key it into the command line of the browser but not when I call it from the CL. Can some one tell me what I am doing wrong? I saw an older post somewhere that said that the START command was limited to 123 characters. Is that correct and if so, how do you get around this limitation?
Thanks,
Terry Anderson
Programming Manager
Citation Corporation
Switchboard 1.251.867.5481 ext 212
Direct Line 1.251.809.2312
Fax 251.867.0525
Cell 1.251.363.4975
As an Amazon Associate we earn from qualifying purchases.