Hi.
I have a region and i want to toggle its visibility with when i set the state of a checkbutton.
I'have put this in the forms on render eventhandler:
IF CheckBtnsRapporter.CheckButtons.Items[0].Checked THEN
RegFrameKvittensOptions.Style.Values['display']:= ''
ELSE
RegFrameKvittensOptions.Style.Values['display']:= 'none';
If i check the checkbutton and press another button on the form it rerenders and displays the region, but i would prefer to have the checkbuttons OnChange event do it instead.
Is this possible?
T.I.A.
Sören