Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SEEK vs SEEK()
Message
De
13/08/1998 12:35:36
 
 
À
13/08/1998 11:29:54
John Baird
Coatesville, Pennsylvanie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00126543
Message ID:
00126586
Vues:
21
John,

I wonder if it might be getting "confused" by the (somewhat) extraneous "ORDER" word in there? What do you get if you leave out "ORDER"?

Good luck,

Jim N

>Can anyone tell me why the command:
>
>SEEK lcSrchVal ORDER TAG catindex IN category
>
>only works in the following example when the category table is the current alias? All aliases are cursors.
>
>
>
>
>SELECT CATEGORY
>SET ORDER TO catindex
>
>SELECT product
>lcSrchVal = UPPER(product.comm_code)
>
>**-- Product current table
>?SEEK(lcSrchVal,'category','catindex') && .t.
>
>SEEK lcSrchVal ORDER TAG catindex IN category
>?found() && .f.
>
>**-- Category Current Table
>SELE category
>SEEK lcSrchVal ORDER TAG catindex IN category
>?FOUND() && .t.
>
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform