Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field name and type
Message
From
02/11/2005 01:46:39
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Field name and type
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01064365
Message ID:
01064365
Views:
57
Dear Experts
CLOSE ALL
CLOSE DATABASES
OPEN DATABASE D:\GIN2006\TABLES\ACCOUNT 
tbname=justfname(thisform.pageframe1.page2.list1.value)
USE &tbname
gnFieldcount = AFIELDS(gaMyArray)  

FOR nCount = 1 TO gnFieldcount 
   ? gaMyArray(nCount,1)  
ENDFOR
The above codes work fine.
But I want to add all field names and their type into list1 as

debit n(8)
credit n(8)
detail c(20)

List1 has two columns

Please modify codes or suggest another
Thanks in advance
Next
Reply
Map
View

Click here to load this message in the networking platform