Printing within a Screen Display (AREV Specific)
At 17 MAR 1999 09:10:58PM Jossie wrote:
Though a softkey we can print a letter from with a screen display.
For example, user displays details on a customer then prints the details out:
printer onprint ....print ....pageprinter offWhen the screen resolution is 1024x768:
My Computer -] Control Panel -] Display -] SettingsScreen Areadoing the print causes ARev to jump out of the data entry screen, leaving the record locked but unable to save the record.
The PAGE command is causing the error. If the screen resolution is 640x480 the PAGE command does not cause a problem.
Is there any way to get the PAGE command to throw a page without exiting the data entry screen?
Use of FOOTING causes the message:
Press Enter for next page or Esc to end listingto appear on the data entry screen. Any way to suppress this?
At 18 MAR 1999 06:35AM Tony Marler @ Prosolve wrote:
Jossie
Seems an odd set of events perhaps the heading footing options are not set correctly. Also try nulling HEADING and FOOTING at the end of print routine before turning off printer to press Press any key message.
As an alternative you could PRINT CHAR(12) which forces a form feed instead of using PAGE command.
Tony
At 18 MAR 1999 03:55PM Jossie wrote:
Tony,
Thanks, the CHAR(12) works fine.
HEADING
and FOOTING
generate the 'Tap Enter to ….' message on the data entry screen, which looks messy and confusing.
At 19 MAR 1999 05:31AM amcauley@sprezzatura.com onmouseover=window.status=why not click here to send me email?;return(true)", [url=http://www.sprezzatura.com" onMouseOver=window.status=Why not click here to visit our web site?';return(true)]Sprezzatura Group[/url] wrote:
Try calling Heading.Control("ABORT") or HEADING.CONTROL("OFF").
amcauley@sprezzatura.com
World Leaders in all things RevSoft