SitesMasstec
Programmer
Hello Colleagues!
I have a free VFP 9 table and I want a list of its fields, in the format bellow (like I did 3 years ago, opening file in FoxPro 2.x and in a dot matrix printer):
Now, I print in a Windows printer diretly from VFP 9, the same table, and the result for printing is unconfortable:
The commands in both cases are:
USE RECEITAS
LIST STRUCTURE TO PRINTER/TO FILE
Is it possible to list the structure of a table with one field in each line (like it is in the first case I presented?
Thank you,
SitesMasstec
I have a free VFP 9 table and I want a list of its fields, in the format bellow (like I did 3 years ago, opening file in FoxPro 2.x and in a dot matrix printer):
Now, I print in a Windows printer diretly from VFP 9, the same table, and the result for printing is unconfortable:
The commands in both cases are:
USE RECEITAS
LIST STRUCTURE TO PRINTER/TO FILE
Is it possible to list the structure of a table with one field in each line (like it is in the first case I presented?
Thank you,
SitesMasstec