Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object is not contained in Form
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00666749
Message ID:
00666752
Views:
22
>>Possibly, your report contains an expression - or a call to a UDF - that contains something like "ThisForm.MyProperty" or "ThisForm.MyMethod()".
>>
>>I don't know what else would cause this problem.
>>
> - Nope, but interestingly, if I issue the command REPORT FORM MyForm TO FILE Test
> without an extension it works. (Oh course it is a txt file and the reason I am using wwPDF is so I can have a PDF file.)
>
>Sandi

Try using an extension of .ps instead of .pdf.
Then look for a .ps.pdf file which will be the pdf.

SET PRINTER TO Acrobat PDFWriter
REPORT FORM MyReport TO FILE c:\MyFile.ps

Then look for MyFile.ps.pdf
Chris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform