Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with seek on a view
Message
From
21/08/2000 13:40:52
 
 
To
21/08/2000 13:26:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00407408
Message ID:
00407422
Views:
26
What about using IF SEEK() instead if SEEK/IF FOUND()

>Transactn_search():
>SELECT trancustin
>
>GO TOP
>
>Thisform.trans_num = Thisform.Combo1.displayvalue
>
>*** SEEK Thisform.Combo1.displayvalue ORDER TAG trans_id IN trancustin
>
>*** IF FOUND()
IF SEEK(Thisform.Combo1.displayvalue, "trancustin", "trans_id")
> Thisform.Combo1.value = trans_id
> Thisform.Text1.VALUE = track_num
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform