Thanks, Buddy - I'm glad that I'm not the only one with the problem!
 
Looks like it's going to be solved in v7.5 according to Razzak - thanks, Razzak. and to the others who responded.
 
Regards,
Alastair.
 
 
----- Original Message -----
Sent: Thursday, September 23, 2004 12:11 PM
Subject: [RBG7-L] - RE: Pause message cannot be cleared when printing a report to the screen

Alastair
  The work around I came up with was
    Create a form with sometime type of Anamited avi file. I've tried using anamited gif but when they will not work until have the pri job is finished.
 
    In the form "on after start" eep insert your print statment
 
 
        PRI USMLE OPTION SCREEN|WINDOW_STATE MAXIMIZED
       LABEL Done1
        CLOSEWINDOW
       RETURN
 
 
  Hope this helps
 
Buddy
 
 
-----Original Message-----
From: Alastair Burr [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 23, 2004 4:03 AM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Pause message cannot be cleared when printing a report to the screen

I hadn't noticed this before the most recent update (#77) but it may have happened.
 
I use these two commands because it takes a few minutes for the reports to be produced:
 
PAUSE FOR 3 USING .vMessage CAPTION .vCaption +
      &vPauseIcon &vPause_Go_Options
PRINT &vReport WHERE &vWhere_Clause = .vSelID ORDER BY &vSort_Clause +
  OPTION SCREEN |ZOOMPERCENT 100 |WINDOW_STATE MAXIMIZED
When the report appears on the screen the pause message cannot be closed. However, the report can be accessed to change pages or to close the report.
 
With forms there is the ability to use a CLS in an On-After-Start EEP. Is there anything similar that can be done with reports?
 
Regards,
Alastair.
 
----------------------------------
A D B Burr,
St. Albans, UK.
----------------------------------
[EMAIL PROTECTED]
----------------------------------

Reply via email to