Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkbox in grid click color change
Message
De
12/12/2020 13:26:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01677545
Message ID:
01677548
Vues:
40
>>>Hi,
>>>
>>>I have a grid where, when the grid is initiated, one of the column Text control is removed and replaced with a check box. The check box class is defined in the .PRG as follows:
>>>
>>>DEFINE CLASS chk_print_order AS CHECKBOX
>>>
>>>
>>>Also in the code that instantiate the grid, this column style is set to 1 and then the caption is set to "Print Order"
>>>So, at run time, this column looks like a button with text "Print Order". Everything works.
>>>
>>>There is a very small thing that I would like to change, if possible. When, at run time, I click on any of the "buttons" in this column, the report is printed ok. But the color of the button, after I click on it, changes - slightly. It becomes a little bluewish. If I click on it again, the color is back to the initial color (gray). How can I make this "button" not to change the color after a click?
>>>
>>>TIA
>>
>>A checkbox can have three values. What you see is if the value is .null. or 2, depending on whether the value is logical or numeric.
>
>This answers my question. The field type on this check box is Bit. So, in the click method I set the value - always to 0. And the color does not change.
>Thank you.

You're welcome.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform