Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List Box - Not showing old values no longer in the list
Message
From
15/04/2000 06:51:44
 
 
To
14/04/2000 17:15:11
Jill Derickson
Software Specialties
Saipan, CNMI
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00359714
Message ID:
00359997
Views:
8
Hi Jill.

>> I usually see on the UT that most people use ADDITEM to add values to lists...I've found using a cursor/view to be simpler, but maybe I'm missing some subtlety? (I use row source type ALIAS) <<

The .AddItem or .AddListItem methods are use to add items to a List with RowSourceType of 0 - none. If you are using RowSourceTypes 2-Alias, 3-SQL or 6-Fields the methodolgy for adding new items new the list are similar:

[1] Add the new item to the underlying table or view

[2] If it is a view, you must requery() the view

[3] List.Requery()

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform