B
Bruce D
On my form I want to make a label visible when the user clicks a button
(long process running in background). I have the visible property set to
false at design time. On the click event of the button I set the property
to true...
The only way I got the label to actually appear while the long process runs
was to use 'me.refresh()' after I set visible=true and before I run the
process....
My question is: Should I use me.refresh? Will me.refresh try to refresh my
datagrid? The process seems to be running forever now...not sure if it's
related.
-bruce
(long process running in background). I have the visible property set to
false at design time. On the click event of the button I set the property
to true...
The only way I got the label to actually appear while the long process runs
was to use 'me.refresh()' after I set visible=true and before I run the
process....
My question is: Should I use me.refresh? Will me.refresh try to refresh my
datagrid? The process seems to be running forever now...not sure if it's
related.
-bruce