Dear All,
Please guide me for the following issue.
Using PowerBuilder script I am going to upload an excel file containing with some data.
It work fine in windows XP operating system.
But the same program when I am running on Windows7 OS then after successfully uploading the file the excel process are still running in the background even if I am using the following script.
DESTROY ole_excel
DESTROY ltrans_excel;
DESTROY lds_exceldata;
FileClose(ll_print_job)
But the above problem is not happen in XP environment.
Due to the process running system is not allow to open the excel file.
Please help me.
Thanks
Avishek