Hi All,
I am saving a data window as PDF from my application.
dw_1.saveas("path", PDF, TRUE)
when the above code is executing, it is making an hourglass pointer.
I am using below code to create pdf from my application.
dw_1.Object.DataWindow.Export.PDF.Method = Distill!
dw_1.Object.DataWindow.Printer = "\\prntsrvr\pr-6"
dw_1.Object.DataWindow.Export.PDF. &
Distill.CustomPostScript="Yes"
I do not want to display hours glass to user,which prevent them to continue their work.
Is there any solution for this.
Thanks
Rashmi
Request clarification before answering.
Hi Rashmi;
You have a few choices ...
1) Use PB's muli-threading feature (aka SharedObject) to perform the PDF generation asynchronously. - or -
2) Create another EXE and call it from your PB App to create the PDF
3) Call a Web Service - built using a PB NVUO and generate the PDF in the WS.
HTH
Regards ... Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.