Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The value of a field
Message
From
21/02/2006 03:49:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
The value of a field
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01097674
Message ID:
01097674
Views:
51
Hi all,

I have a form on which people have to type a fieldname from a table in a textbox. Then in my code I want to see the inside of that field. But if I do like this:

m_huisnr = ALLTRIM(ThisForm.textbox.Value)

m_huisnr will be filled with 'VELD01' Now I want to see what is inside field: VELD01

If I try:

z = ?m_huisnr I get an error. How can I get the value that is in that field?


Thanx in advance
Ron
Next
Reply
Map
View

Click here to load this message in the networking platform