Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek Command
Message
De
22/09/2000 12:57:21
 
 
À
15/09/2000 17:20:10
Rene Van Den Berg
Infertility Database Systems Ltd
Islington, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00417197
Message ID:
00419841
Vues:
27
Did you set the correct index?

select myTable
set order to tag myIndex
seek(padr(variable,24," ")


Brute force. See if the value of the variable is equal to any of the records.
Display the records one by one compated with the value of the variable.

select myTable
go top
do while not eof()
? padr(myVariable,24," "),padr(field1+" "+field2,24," ")
?? padr(myVariable,24," ") = padr(field1+" "+field2,24," ")
skip
enddo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform