Search found 3 matches

by jpenn
Sat Mar 05 2005
Forum: Visual FoxPro Community
Topic: data will display to screen, missing when PDF is created
Replies: 6
Views: 15807

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.
by jpenn
Mon Jan 17 2005
Forum: Visual FoxPro Community
Topic: data will display to screen, missing when PDF is created
Replies: 6
Views: 15807

PDF Converter 2.1
by jpenn
Sun Jan 16 2005
Forum: Visual FoxPro Community
Topic: data will display to screen, missing when PDF is created
Replies: 6
Views: 15807

data will display to screen, missing when PDF is created

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