Search found 3 matches
- Sat Mar 05 2005
- Forum: Visual FoxPro Community
- Topic: data will display to screen, missing when PDF is created
- Replies: 6
- Views: 15807
- Mon Jan 17 2005
- Forum: Visual FoxPro Community
- Topic: data will display to screen, missing when PDF is created
- Replies: 6
- Views: 15807
- 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