Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Structure Listing

Status
Not open for further replies.

HOTLIPS

Technical User
Dec 5, 2000
55
GB
HELP
How do I create a table file (.db) containing table structure info using ver 9 .... I have done this before ...but for the life of me I just cannot remember how to do it.
I want to document the structure listings info for a number of tables.

Thanks
Hotlips
 
Under objectpal help lookup

enumFieldStruct()

var
tc tcursor
tv tableview
endvar

tc.open("tableToanalize")
tc.enumfieldstruct("sturctureTable.db")
tv.open("structureTable.db")

hope this helps
Perrin
 
Thanks Perrin

works a treat

Many thanks
Hotlips
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top