G
Guest
Hi!
I have a Form1 and Form2 based to be just in same conditional query.
In the Form1 there are one cboPlans to choose one plan.
When we click in cboPlans to choose it, open the Form2.
In accordance with choosed plan, the Form2 show us one or more pairs: One
Textbox (Enable=No and Locked=Yes, with action to execution) and one Checkbox
(to confirmation of action).
I would like when clicking in Checkbox:
1 – Change only the Checkbox to Visible = False;
2 – Change Textbox colour, type Enable=No and Locked=No, to accentuate
executed action or not.
Thanks in advance.
an
I have a Form1 and Form2 based to be just in same conditional query.
In the Form1 there are one cboPlans to choose one plan.
When we click in cboPlans to choose it, open the Form2.
In accordance with choosed plan, the Form2 show us one or more pairs: One
Textbox (Enable=No and Locked=Yes, with action to execution) and one Checkbox
(to confirmation of action).
I would like when clicking in Checkbox:
1 – Change only the Checkbox to Visible = False;
2 – Change Textbox colour, type Enable=No and Locked=No, to accentuate
executed action or not.
Thanks in advance.
an