You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
How do I loop through the fileds of my table in dbase III
Dan Freeman
unread,
Feb 3, 2010, 10:45:37 AM2/3/10
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
gopa was thinking very hard :
> How do I loop through the fileds of my table in dbase III
That's going back a LONG way.
The only way I can remember of getting a list of fields is COPY STRUCTURE EXTENDED TO (tempfile). Then you can use the resulting dbf as a list of field names.