Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown Member
Message
 
To
10/07/2002 09:43:38
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00677020
Message ID:
00677022
Views:
23
And ControlSource (data source) for ComboBox, Exists ?
(properties, fields etc.)

MartinJ

>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!
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform