I did all the follwoing migartion,
- from PowerBuilder 9 to PowerBuilder 10.5
- Windows XP to Windows 7
- MS Office 97 and MS Office 2003 to MS Office 2010
From the PowerBuilder application, we are doing the following things
- MailMerging the documents
- Printing the documents
- Emailing with attachments
like this functionalities are automated and we are using from the application. Here the OLE control we are using to handle MS Office functionalities.
The problem is
3 weeks before it was working i meant the below code .
ole_1.object.application.ActivePrinter = i_s_letterenvelops_printer
after that they Shifted the servers to one location to another location.
and also i didn't know about my development machine..
In this case, how can i handle this ?
Please help me about this.
Thanks!