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.