Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arobat Automation
Message
From
22/11/2002 21:03:49
 
 
To
22/11/2002 18:31:18
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00726069
Message ID:
00726094
Views:
15
Steven,

This is not entirely on topic to your question, but:

REPORT FORM &rptname NOCONSOLE TO File AllT(psfilename) + ".ps"

could cause an error if rptname contains any spaces, commas, etc. You could replace the code with:

REPORT FORM (rptname) NOCONSOLE TO File AllT(psfilename) + ".ps"

Also, I am glad you asked the question and included some code, becuase I have not worked with the Acrobat object. I think I will need to work with it in the near future.
Previous
Reply
Map
View

Click here to load this message in the networking platform