Gustav Brock
Gustav at cactus.dk
Fri Sep 16 04:13:06 CDT 2005
Hi Dan Only if you use Access 2002/XP or higher ... /gustav >>> dwaters at usinternet.com 15-09-2005 21:22 >>> Thanks Doris! Now if I can just clear the fuzz out of my brain!#! Dan -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mike & Doris Manning Sent: Thursday, September 15, 2005 10:54 AM To: 'Access Developers discussion and problem solving' Subject: Re: [AccessD] Repetitive Print Preview If you open each report preview in dialog mode, the rest of the Do Loop will not execute until the currently previewed report is closed. Doris Manning mikedorism at verizon.net -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Dan Waters Sent: Thursday, September 15, 2005 11:44 AM To: AccessD Subject: [AccessD] Repetitive Print Preview I have a need to let users view a 'stream' of reports in print preview mode. The reports are all based on the same report object, just different rows in the table. The problem I'm having is that a Do Loop won't pause code execution while the first preview is on-screen. Or, if I try to trigger then next preview using the report's close event, I can't open the report again while the code is still running in the close event (which does makes sense). Has anyone done this successfully?