No, the form will not display until the listview has been populated. So, PAUSE 4 is the BEFORE START and CLS in the AFTER START will do it quite nicely.
Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Stephen Markson Sent: Wednesday, May 02, 2012 3:40 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: pause dialog boxes going behind form Thanks, that could work, but I believe the form will open on top of the PAUSE box before doing the query. That's OK though because the PAUSE box can be moved to the side while the form loads. Regards, Stephen Markson The Pharmacy Examining Board of Canada 416.979.2431 x251 From: [email protected]<mailto:[email protected]> [mailto:[email protected]]<mailto:[mailto:[email protected]]> On Behalf Of Dennis McGrath Sent: Wednesday, May 02, 2012 11:32 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: pause dialog boxes going behind form I would pop up a separate form with a variable lookup listview instead of a choose. In your before start eep you can do the pause 4 At the end of the after start eep you can CLS Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected]<mailto:[email protected]> From: [email protected]<mailto:[email protected]> [mailto:[email protected]]<mailto:[mailto:[email protected]]> On Behalf Of Stephen Markson Sent: Wednesday, May 02, 2012 10:23 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: pause dialog boxes going behind form Suppose you want to pull up a CHOOSE list based on a complex query that takes some time to execute. If you put up a PAUSE 3 or 4 box with a "please wait..." message, then, since it is TOPMOST and in the centre of the screen, it obscures part of the CHOOSE box. You can position the CHOOSE and PAUSE boxes with property commands, but then the "please wait..." message will continue to appear after the CHOOSE list opens. It seems in this case that it would be nice to be able to make the CHOOSE box be TOPMOST so it obscures the PAUSE box. Or is there another way of achieving this? Regards, Stephen Markson The Pharmacy Examining Board of Canada 416.979.2431 x251 From: [email protected]<mailto:[email protected]> [mailto:[email protected]]<mailto:[mailto:[email protected]]> On Behalf Of James Bentley Sent: Tuesday, May 01, 2012 1:38 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: pause dialog boxes going behind form I agree with Karen. It should always be "top most." Jim Bentley American Celiac Society [email protected]<mailto:[email protected]> tel: 1-504-737-3293 ________________________________ From: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> To: RBASE-L Mailing List <[email protected]<mailto:[email protected]>> Sent: Tuesday, May 1, 2012 12:35 PM Subject: [RBASE-L] - Re: pause dialog boxes going behind form I'm not sure the reasoning behind a TOPMOST property. It should always be "top most", shouldn't it? Would you ever want it to be behind something, waiting for a response and not visible? Karen In a message dated 5/1/2012 12:28:35 PM Central Daylight Time, [email protected]<mailto:[email protected]> writes: >>> Maybe we can request an enhancement for pause/dialog to also have the TOPMOST property ? <<< I am with you; it would be a very welcomed enhancement. Javier

