Posted by: Sandra
How Can I set a exit status in a gupta application to get this status in a
other gupta application.
Examples:
ProgA.exe:
if SalLoadAppAndWait(ProgB.exe, Window_Normal, nRet)
if nRet = 99
...
ProgrB.exe:
How, Can I set the return to 99?