Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
use of seek command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00749086
Message ID:
00750227
Vues:
29
>Terry, I hate to bother u again on this, but are u suggesting that I leave the field type as numeric, pad it for format entry and build a a character string index
>
>..or..
>
>actually change the field type to character ?
>
>
>Baxter
Baxter,
Your second option - make it a character field. To do the conversions, add a second 6 character field and do a replace all:
repl all cLotNo with right(str(nLotNo+1000000,7),6)

then remove the nLotNo field from the structure
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform