data will display to screen, missing when PDF is created

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
jpenn
Posts: 3
Joined: Sun Jan 16 2005

data will display to screen, missing when PDF is created

Post by jpenn »

This happens when a set skip to command is used with two tables,

Example:

select <table2>
set rela to <field> into table3

select <table1>
set rela to <field> into table2

select <table1>
set skip to <table2>, <table3>

data from <table3> will display to screen, missing when PDF is created
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Are you generating the PDF file using our PDF Creator or another PDF tool?


Thanks
jpenn
Posts: 3
Joined: Sun Jan 16 2005

Post by jpenn »

PDF Converter 2.1
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

The PDF Converter enables you to convert existing documents to PDF by printing them to the PDF Printer.

The pseudocode you submitted above is related to the PDF Converter or to VFP?

If this is related to VFP, maybe other VFP programmers visting this forum will be able to help you.

Thanks.
jpenn
Posts: 3
Joined: Sun Jan 16 2005

Post by jpenn »

I've tried the PDF Converter 2.5 with the font embedding and still no luck, also have tried several other postscript drivers with same results, only driver that seems to work so far is the Acrobat PDFWriter.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Is the data you are trying to conver Unicode?

If so, you need to enable Multilanguage support.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Is the data you are trying to conver Unicode?

If so, you need to enable Multilanguage support.
Post Reply