Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with combo style 2 vfp 6
Message
From
17/10/2004 12:36:36
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00952074
Message ID:
00952084
Views:
9
Hi Dmitry,

What about When event instead of GotFocus/LostFocus events? You may return .F. if a certain condition exists.


>I want to disable user ability to edit an entry in combobox, if a certain condition exists. With all other controls I do it in Got Focus / Lost Focus events. But with combo I have a problem.
>
>The combo is of style 2. I put the following code in the combo Got Focus method (VFP 6.0):
>
>
>if lDoNotAllowEdit
>   this.enabled = .F.
>else
>   this.enabled = .T.
>endif
>dodefault()
>
>
>But the Lost Focus where I put the following:
>
>
>this.enabled = .T.
>dodefault()
>
>
>never fires.
>
>Unfortunately, readonly property is ignored in the combobox of style 2.
>
>Any suggestions, please.
>
>Thank you.
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform