how can we know that the form is loaded or not.
just like other control like recorset we can check by this code
whether the recorset is open or not
if recordset.state = 1 then (do some work)
how can we check
if form1.state= 1 then(there is no form1.state object )
so how can we know that form is loaded or not
just like other control like recorset we can check by this code
whether the recorset is open or not
if recordset.state = 1 then (do some work)
how can we check
if form1.state= 1 then(there is no form1.state object )
so how can we know that form is loaded or not
Comment