Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown Member
Message
From
10/07/2002 09:43:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Unknown Member
Miscellaneous
Thread ID:
00677020
Message ID:
00677020
Views:
69
I have converted an SCX form to a VXC form class. All ran OK when the form was launched via a DO FORM.

However, when instantiating the same form as a class, a piece of show control logic as follows :-
if empty(thisform.cboTypes.Value)
   this.enabled = .f.
endif
Is giving the error "Unknown Member cboTypes".

If I further amend the code as follows :-
if pemstatus(thisform, "cboTypes", 5) <-- Returns True as the property exists - I can see it in the debugger too.
   if empty(thisform.cboTypes.Value) <-- Unknown Member cboTypes
      this.enabled = .f.
   endif
endif
So, this worked as an SCX but not in an unchanged VCX form. Any ideas what is happening here?

Thanks!
-=Gary
Next
Reply
Map
View

Click here to load this message in the networking platform