Re: Refresh all open forms
On 1/30/07, Eugene Vital wrote: > > Does anyone know of a quick way to refresh every open form? > > FOR EACH oFrm as Form IN _screen.Forms > oFrm.Refresh() > ENDFOR Thanks Eugene. On 1/30/07, "john harvey" wrote: > Give each form a name when you create it, then drill down the object. > > John And thank you John. Cheers, Garry ___ Post Messages to: ProFox@leafe.com 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.
RE: Refresh all open forms
Give each form a name when you create it, then drill down the object. John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Garry Bettle Sent: Monday, January 29, 2007 3:11 PM To: profox@leafe.com Subject: Refresh all open forms Howdy all, I'm testing a form, which contains an instance of IE. What I'd like to do is to run several instances of this form - each with a different webpage loaded - and refresh them all at once. Does anyone know of a quick way to refresh every open form? Cheers, Garry -- MCP, Security+, MCTS SQL 2005 [excessive quoting removed by server] ___ Post Messages to: ProFox@leafe.com 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.
Re: Refresh all open forms
Garry Bettle wrote: > Howdy all, > > I'm testing a form, which contains an instance of IE. What I'd like > to do is to run several instances of this form - each with a different > webpage loaded - and refresh them all at once. > > Does anyone know of a quick way to refresh every open form? FOR EACH oFrm as Form IN _screen.Forms oFrm.Refresh() ENDFOR ___ Post Messages to: ProFox@leafe.com 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.
Refresh all open forms
Howdy all, I'm testing a form, which contains an instance of IE. What I'd like to do is to run several instances of this form - each with a different webpage loaded - and refresh them all at once. Does anyone know of a quick way to refresh every open form? Cheers, Garry -- MCP, Security+, MCTS SQL 2005 ___ Post Messages to: ProFox@leafe.com 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.