Hi @ all,
currently I face the following challenge: We have a Powerbuilder-application and generate from there some word-documents. We make this with an OLE Object connection.
Now, we wan't to integrate also an indiviual (from application data) generated qr-code in this word document. I tried that with several programs, but at the moment nothing works...
I also found out something that could possibly contribute to the solution: When i open adocument directly with word, under developer tools and "other controls" i find the ActiveX control, but when i start the same in PowerBuilder via
ShellExecute ( handle( w_main ), 'open', str_doc, ls_Null, ls_Null, 1)
the ActiveX controls are not available.
Can someone help me here?