D
dbuchanan
I want to show or hide controls on the form based on the value of an
exiting public boolean value.
Me.btnAddRow.Visible = bDataEntry
Which form event does this belong in? putting it in the Form_Load event
does not work.
Should it be put in just after the initialize component?
(I have verified that the boolean has the value.)
exiting public boolean value.
Me.btnAddRow.Visible = bDataEntry
Which form event does this belong in? putting it in the Form_Load event
does not work.
Should it be put in just after the initialize component?
(I have verified that the boolean has the value.)