Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with seek on a view
Message
De
21/08/2000 13:40:52
 
 
À
21/08/2000 13:26:55
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00407408
Message ID:
00407422
Vues:
27
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform