Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List tables
Message
 
 
To
17/04/2007 03:16:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01216124
Message ID:
01216679
Views:
15
>hi,
>thank you for reply,i try as under. not work
>
>FOR nCount = 1 TO nTablesCount
>   ? aTables(nTablesCount,1)
>nTablesCount=adir(thisform.aTables,"*.dbf")
>thisform.list1.value=nTablesCount
>thisform.list1.RowSourceType = 5
>thisform.list1.RowSource = 'thisform.aTables'
>thisform.list1.ListIndex = 1
>endfor
>

What exactly doesn't work? Remove this >thisform.list1.value=nTablesCount and add thisform.list1.Requery() after thisform.list1.RowSource = 'thisform.aTables'

Also why do you do loop for? Remove it completely.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform