Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown Member Error in Page Frame (Tab Control)
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00045235
Message ID:
00045443
Views:
31
>>When accessing an object (e.g. a checkbox) on a page in a page frame, it seems that when the object loses focus, this error occurs i.e "Unknown member xxxx" where xxxx is the control name. This seems to happen to label controls as well.
>>
>>Any one has any idea what the problem is ?
>Destine,
>
>What code is running when this error occurs? You can see the code by choosing Suspend from the error message and opening the debugger trace window.

First check the code as Jim suggests. However, in your valid or lostfocus or other method do you have a reference to this object? You must get your hierarchy correct or you will get the 'Unknown Member...' error message

Thisform.ThisPageFrame.ThisPage.MyObject

Or, if you're referring to another object:

This.parent.OtherObject

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform