How do i print the structure of a table? I know i have done this before but
I am having a brain fart.. Thanks in advance

Keht

Print Structure by anonymous

anonymous
Mon Dec 01 15:04:02 CST 2003

disp stru to print
or
list stru to print
>-----Original Message-----
>How do i print the structure of a table? I know i have
done this before but
>I am having a brain fart.. Thanks in advance
>
>Keht
>
>
>.
>

Re: Print Structure by Wolfgang

Wolfgang
Mon Dec 01 17:06:19 CST 2003

If you're using VFP>=6 there is a report to print the documentation of a
DBC. If you use long field names (>10 characters) the
LIST STRUCTURE TO PRINTER
is not really the appropiate method, because it truncates the variable names

--
_________________

MFG
Wolfgang Schmale

MS Visual FoxPro MVP

--------------------------------
"Keht" <no@novirusthankyou.com> schrieb im Newsbeitrag
news:eQa322EuDHA.3220@tk2msftngp13.phx.gbl...
> How do i print the structure of a table? I know i have done this before
but
> I am having a brain fart.. Thanks in advance
>
> Keht
>
>