Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual Clue for Mustkey fields
Message
De
02/12/1998 07:06:58
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
01/12/1998 15:32:32
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00162903
Message ID:
00163141
Vues:
19
Bob,

I was looking for a more general solution. The proper place for your solution is in the container, not a specific subclass, but then I would have to subclass all the controls in the Kcontrls.VCX. I thought Kevin might institute a global solution if the problem were widespread.

Thanks

Rex

>>Kevin,
>>
>>Is there a may to provide a visual clue (underline label caption, change label caption color etc) for the Mustkey fields in MM?
>>
>>If not, I would suggest a character propertyin which a property and value could be entered and run from the container Init.
>>
>>ie
>> "This.Label.FontUnderline = .T." or
>> "This.Label.ForeColor = RGB(255,0,0)
>>
>>TIA
>>
>>Rex
>
>You can subclass the textboxl and add that to the init yourself...
>
>if this.lMustKey
> this.parent.label.FontUnderline = .t.
> this.parent.label.ForeColor = RGB(255,0,0)
>endif
>
>dodefault()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform