Hi,
are there any windows restrictions about calling applications out of a powerbuilder app?
We have two problems:
1. Sending an email via OLE to Outlook works only once. When calling a second time, our app crashes. This behavior exists depending on the installed Outlook and/or Windows version.
2. calling an external app with run. For excample:
ls_string = 'cs_console.exe -f json -s stop'
li_ret = run( ls_string )
It only works once :(
Thanks in advance.
Martin
PB 2021 build 1509