Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabled txt boxes?
Message
From
07/06/1999 15:25:49
Brad Stickley
Parker Pneumatic Div. North America
Wake Forest, North Carolina, United States
 
 
To
07/06/1999 15:23:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00227143
Message ID:
00227190
Views:
32
Thats PERFECT, thanks it works like a charm.

I love the Universal Thread!!

Thanks again,
Brad.


>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.
He is there and He is not Silent.
Previous
Reply
Map
View

Click here to load this message in the networking platform