Message
 
To
01/04/2000 01:59:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00353859
Message ID:
00353870
Views:
27
Tony,

You have it almost done. Keep things as they are and in the combo's Valid event you can;
IF This.Value <> This.DisplayValue
   * It is a new item
   This.AddListItem(This.NextItemID+1,This.DisplayValue)
ENDIF
Previous
Reply
Map
View