Hi Guys,
Is there some VFP function or Property that will return the "complete address" of a form control?
This is what I mean:
Suppose I have a textbox named txtFirstname, which is inside Page1 of pgfMain found in a form. How can I get its complete address::
My advanced apologies if this may be stupid or obvious. Having some brain fog lately. haha
Is there some VFP function or Property that will return the "complete address" of a form control?
This is what I mean:
Suppose I have a textbox named txtFirstname, which is inside Page1 of pgfMain found in a form. How can I get its complete address::
Code:
ThisForm.pgfMain.Page1.txtFirstname
My advanced apologies if this may be stupid or obvious. Having some brain fog lately. haha