Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with code
Message
De
29/11/2001 14:42:27
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00587201
Message ID:
00587675
Vues:
31
>Hi Dragan,
>
>I tried this solution by myself, but it seemed to not work (I did only one test, though), so I switched to another index, which was simpler (just a concatenation of character fields).

One reason why bintoc() may not work in an index is a collating sequence other than "machine". Other collating sequence translate different characters into equal two-byte values (hence the case blindness of these indexes), which then means that it will not have distinct values even if the parameter of Bintoc() may have them. Furthermore, if the index is created with a different collating sequence than the one currently in use, you basically end up not being able to do a Seek() or a proper Scan on some values. I learned that the hard way ;).

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform