My understanding, THISFORM.Refresh() will update the values of controls. THISFORM.Cls() will clear the form and redraw it completely THISFORM.Draw() will redraw the form
I've seen THISFORM.Draw() work in most cases, however when something decides to put text on the form, THISFORM.Cls() always cleans it up. Where I've seen this is related to modal forms. Tracy > > Hi Tracy, > > THISFORM.Cls() works - it's the last line of the > cmdButton.Click method. My form reappears properly - thanks! > > Still a bit SNAFU, why Thisform.Refresh is not working. > > Cheers, > > Garry _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

