Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Related Data
Message
From
01/03/2000 10:29:58
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00339765
Message ID:
00339787
Views:
19
set first and last name edit box data source to the appropriate fields in Table2
put the following code in CID# edit box LostFocus code

sele table2
seek allt(this.value) [or Upper(allt(this.value), depending on key]
If !found()
wait wind "CID# not found" NOWAIT
NODEFAULT &&will prevent the focus from leaving the entry box
Endif
thisform.refresh &&will update the display of field values

Of course, you'll probably modify a lot of this to fit your app.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform