Checkboxes that are saved with an "X"

If you are a VFP developer and have any questions about using our products from VFP here is the place to post them.
Post Reply
Bobguich
Posts: 4
Joined: Fri Jan 18 2008

Checkboxes that are saved with an "X"

Post by Bobguich »

I am using Visual Foxpro 9 - SP1 on Windows XP SP 2...
PDFCreativeX Version: 3.0.1.1 (Any new versions crash PC with C00005)

I would like to create a checkbox onto a PDF DOcument:

We open the document:

thisform.pdfcreator.OPEN(.cFilename,'')

Then.... On a Command Button issue:

thisform.pdfcreator.DoCommandTool(53777) && Design Mode
thisform.pdfcreator.DoCommandTool(53269) && Check Box

When they hit a Save button, the Checkboxes do not have an "X" in them...

Is there any way I can save the "X" in the checkboxes??

Thanks,
Bob
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: Checkboxes that are saved with an "X"

Post by Joan »

Hello,

I tried this issue using our latest version and it works properly,

I tried it using PDFCreactiveDoc.exe and not VFP.

I mainly created a pdf file, went to Run mod, checked the check box and saved the file (in view only mode or view and design mode). Then opened the saved file in Acrobat Reader and in the PDF Creator, the 'X' is there in both cases.

Please try the latest version from our website.

Hope this helps.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
Bobguich
Posts: 4
Joined: Fri Jan 18 2008

Re: Checkboxes that are saved with an "X"

Post by Bobguich »

Hi Joan,

Unfortunately we have to do this programatically via VFP and the latest version
causes a C00005 Error and crashed the application... I guess there is an update
coming at the end of this month that is supposed to fix this problem..

I'll keep my fingers cross and wait till then!

Thanks,
Bob
Post Reply