I have a form that contains an MS Flexigrid. At design time, Visible is set to true. However, when the form is loaded, Visible is reset to False, (used Watch in Debug).
Even when I put the following code into the Form Load code;
"If Me.grdPayments.Visible = False Then
Me.grdPayments.Visible = True
End If"
and "debug.print Me.grdPayments.Visible" - the property is still "False"
Any ideas?
Even when I put the following code into the Form Load code;
"If Me.grdPayments.Visible = False Then
Me.grdPayments.Visible = True
End If"
and "debug.print Me.grdPayments.Visible" - the property is still "False"
Any ideas?