Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get the value of fields using FIELD
Message
 
 
To
21/07/2003 22:18:34
Mike Sontillano
Travellers Life Assurance of the Philipp
Naga, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00812200
Message ID:
00812203
Views:
15
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform