Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem in the scan loop code
Message
De
26/04/2002 17:41:43
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00649804
Message ID:
00649817
Vues:
15
Nadya,

I've had problems in the past with
IF < NOT > SEEK(This + That + SomeOtherThing + SomethingElse, ...)
and always did better with
lcSeekString = This + That + SomeOtherThing + SomethingElse
IF < NOT > SEEK(lcSeekString, ....)
>I don't want to insert complete duplicates in the Streets table, so here is the code, I use:
>
>if not seek(m.State+m.City+m.lcStreet+m.OddEven+bintoc(m.lnLow),'Streets','CityStreet') or ;
> < snip >
>endif
>
>Do you see problems in it?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform