Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visible table=.t.
Message
From
01/05/2007 09:07:45
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01221354
Message ID:
01221439
Views:
17
thank you for reply,
>Once you get your array, you can loop through it and eliminate the items you don't want in your final result. In other words, you may have a temp array with the original result and populate your final array by looping through the temp array. This is not the best algorithm, of course, but as long as your arrays are small, should work fine.
>
>>thank you,
>>my small project(via myform) i change excel files to free table, i make som operations, i need to show only those table at my list to make operations i need.
>>
>>>If you use database container then ADBOBJECTS(myarray,'table') will return database-related table names only.
>>>
>>>>hi all,
>>>>
>>>>i need help to let the table FOXUSER.DBF visible=.t. at my list
>>>>as
>>>>thisform.list1.(FOXUSER.dbf)visible=.t.
>>>>
>>>>nTablesCount=adir(thisform.aTables,"*.dbf")
>>>>thisform.list1.RowSourceType = 5
>>>>thisform.list1.RowSource = 'thisform.aTables'
>>>>thisform.list1.Requery()
>>>>thisform.list1.ListIndex = 1
>>>>thisform.list1.refresh
>>>>
>>>>thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform