Hi All,
I running a mpro session that requires some parameters to be passed and I'm not able to get it working. Does anyone have any suggestions or a sample that I could reference.
Thanks,
Andre
I running a mpro session that requires some parameters to be passed and I'm not able to get it working. Does anyone have any suggestions or a sample that I could reference.
Which kind of parameters? Custom parameters? Check the -param Parameter.
Mike,
I'm trying to pass custom parameters should as a character variable that will be avaiable when the program is run. I looked at the -param feature and that seems to work only fo passing parameters like -H or -S.
Andre
-param is made for anything that YOUR app needs, not what prowin32.exe needs (like -H, -S).
How are you passing the parameters?
I didn't know how to access -param field within the ABL procedure. Just realized I can use the Session:parameter attriibute to retrieve it. Thanks for you help..
Andre
And in more recent versions (I don't know precisely when it was introduced), you can see the entire set of parameters using SESSION:STARTUP-PARAMETERS (ie including -H etc).
-- peter