PowerBuilder Forum -> Coding Help -> How to call other Application both created in PB and re-direct to a specific Window/Panel aside from Main Window/Sheet
Post Info
TOPIC: How to call other Application both created in PB and re-direct to a specific Window/Panel aside from Main Window/Sheet
Need to call another executable application created in PowerBuilder but need to open a specific window in the other Application.
Based on the Technical Design, use RunApplication(LPCTSTR applicationName, LPCTSTR* libraryList, pbuint numLibs, LPCSTR commandLine, IPB_Session** session) and Send ( handle, message#, lowword, string ).
But the problem is I cannot used LPCTSTR as my my datatype....
And someone told me... RUNAPPLICATION() used in the other application created in PowerBuilder 8.
Help... are there any other way... for me to call other application and open a specific window and pass the commandline value.
Thanks in advance...
__________________
Jho Garcia - Moratalla
Page 1 of 1 sorted by
PowerBuilder Forum -> Coding Help -> How to call other Application both created in PB and re-direct to a specific Window/Panel aside from Main Window/Sheet