Hi Thanks Rick Please clarify I understand you to say that I move all the code from Click event to Activate event So far so good There is also an optiongroup and depending on what they choose, requires a screen refresh and display/hide appropriate texts and labels There are 2 command buttons that say Skip or Skip -1 and then the screen is updated accordingly.
Are you saying the screen updates are all conditioned by the Activate event code (with the added line this.refresh() ?? I'm jiust trying to be a bit more code efficient On Fri, Feb 5, 2010 at 11:21 AM, Rick Schummer < [email protected]> wrote: > >> In the CLICK of each page, I tell the form what TEXTs to show and what > LABELS etc<< > > I would use the Activate of page before the click of a page. Activate fires > once and only once when the page is selected as the current page. In the > Activate you can add: > > This.Refresh() > > This will refresh all the controls on the activated page. No need to > individually refresh each control. > > Rick > White Light Computing, Inc. > > www.whitelightcomputing.com > www.swfox.net > www.rickschummer.com > > > [excessive quoting removed by server] _______________________________________________ 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 Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** 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.

