Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabled txt boxes?
Message
From
07/06/1999 15:23:55
 
 
To
07/06/1999 15:15:51
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00227143
Message ID:
00227188
Views:
36
OK, now I thing what you are trying to acheive. This control is there to let the user select a record to display, right? In that case, here is the code you need:
lcOriginalValue = THIS.Value
IF ! seek(UPPER(alltrim(this.value)), "Man", "Column1")
   MESSAGEBOX("That part is not on Record")
   seek(UPPER(alltrim(this.value)), "Man", "Column1")
   nodefault
   this.setfocus
ENDIF
THISFORM.Refresh()
HTH

>When the result of the search is true, the form is not refreshing.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform