Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the value of fields using FIELD
Message
 
 
À
21/07/2003 22:18:34
Mike Sontillano
Travellers Life Assurance of the Philipp
Naga, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00812200
Message ID:
00812203
Vues:
16
You can use EVALUATE() function
mynumber = mynumber + SUBSTR( EVAL(FIELD(gnCountS)),3) + SPACE(5)
>To be able to get the fields after using the cross tab query.
>FOR gnCountS = 1 TO FCOUNT()
> mynumber=mynumber+SUBSTR(FIELD(gnCountS),3)+SPAC(5)
>NEXT
>My problem is how to get value of each fields per record table and put the value to a variable? please help...
>
>Mike
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform