You can use the NOWAIT clause on reports ... REPORT FORM MyReport PREVIEW NOWAIT
However .. if you are NOT using Private Datasessions on the report, and you are using a pre-VPF9 version, you have to be careful about not closing or altering the tables out from under the report. Every time you navigate to a new page, it needs to access the tables. If other forms or reports are messing with the tables, indexes, record pointers, etc. you'll get quirky results. If you are using VFP 9 .. this isn't a problem because it generates the entire report first, and then displays the preview. Cathy Pountney > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Steve Ellenoff > Sent: Friday, December 05, 2008 2:12 PM > To: [EMAIL PROTECTED] > Subject: Non Modal Report Preview? > > A user was complaining the other day about the report preview being a > Modal window (of course they didn't use that term), and I got to > thinking if there's any way to make vfp's report preview window > non-modal. Having never investigated this before, does anyone know of > ways to do this, in older versions of VFP and/or VFP9? > > Thanks- > Steve > > > [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 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.