Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with combo style 2 vfp 6
Message
 
 
À
17/10/2004 12:36:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00952074
Message ID:
00952144
Vues:
13
Alex,
Thank you for the suggestion. I thought about When event but I would like to gray out the combo box when user clicks in it (to clearly indicate that editing is not allowed). Got Focus and Lost Focus work for all other controls but combo. I don't think you can gray out the control in When event.

>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.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform