Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record number from an index
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00429474
Message ID:
00429977
Vues:
14
Gunner,

Not sure about that one. You might be able to guestimate the aprox proper location of of the scroll bar (or whatever it is) by the index expression.

For instance, if the tag is upper(lastname)

lscrollbarloc=ltotalscrollbarlength*;
((asc(upper(lastname))-64)*26+; &&A-Z position of first character
asc(substr(upper(lastname),2))-64); &&A-Z position of 2nd character
/676 &&&value for last position ZZ

This should give you a pretty good representation of where someone is. Your index expression may require a differn't formula.

HTH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform