Hello,
I am from the IT department of my company Sedgwick. We seeking some technical support.
Situation:
One of our business application is written in Power Builder 12.5 runs in an exclusive Remote Desktop environment. We are in the process of migrating from office 2010 to office 2016.
With office 2010 & win 7, the given functionality works without any issues.
Our application used ole connection to open a word document and then performs mail merge functionality.
With windows 7 and office 2016 upgrade, the application is getting an error "Error calling an external object typetext..." at the point "this.Selection.typetext(sVal)".
Please let me know what could be the issue?
Please can you help in fixing this problem.
Currently we are using the below code to bypass the security popup.
sel = this.Selection
sVal = adata.getitemdate(1,ls_text)
sel.typetext(sVal)
Everything seems to be going fine until last statement. At that stage we are getting an error
"Error calling an external object typetext at line........."
Please advise.
Regards,
Harikrishna