Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving info not in a dropdown combo box
Message
From
26/10/1999 02:52:47
 
 
To
25/10/1999 20:32:10
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00280481
Message ID:
00281385
Views:
17
Hi Ed.

>> Also, code can be modified to work with BoundColumn=2 or three :-). <<

Sorry. I didn't mean to imply that you weren't aware of this. I just wanted to point it out in case there were others looking at this thread who didn't. FWIW, this is why I generally use a check something like:
If !EMPTY( This.DisplayValue ) AND This.ListIndex = 0
   *** The user typed something in that wasn't in the list
   *** Take action here to add it to the list
ENDIF
It works no matter what the bound column happens to be.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform