Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing forms in VFP3
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00012196
Message ID:
00012242
Views:
36
>>>
>>>do form graph.scx NAME frmGraph
>>>frmGraph.Text1.value = "Hello"
>>>
>>>gives me a "Member not found : FRMGRAPH" error.
>>>
>>>How do I do it?
>>
>>This worked for me. Does this happen in development or in the exe?
>>
>It happens in the Development... I have created an .exe because of that error. Also, we just upgraded to VFP5 and I get the same error, so its obviously a fault of my own, but I beleive I'm following the right syntax. I am, as you can see, a VFP newbie. :)
>
>--
Try

do form graph.scx
graph.text1.value="Hello"

if graph.scx has no formsets, if it has one with say form1 on it then

do form graph.scx
graph.form1.text1.value='Hello'

HTH
Todd Burstain, MD
infinitydoc@delphi.com
Previous
Reply
Map
View

Click here to load this message in the networking platform