Quick Button to Print Screen in Reflections

Daniel Rodriguez reasegurator@ole.com
Wed, 25 Jun 2003 08:38:22 +0200


Try this,

SCREEN ONE MENU
KEY 1 LEVEL 1 LOCAL LABEL "PRINT" ACTION DESIGNER IMP
PROCEDURE DESIGNER IMP NODATA
BEGIN
 RUN COMMAND "XEQ RCLPRINT"
END
GO

rclprint is a Reflection command Language script:
SETVAR ESC CHR(27)
ECHO !Esc&oFPRINT SCREEN(1,1,23,80)

Have a good day,

Daniel Rodriguez
Madrid (Spain)


Mensaje citado por Georgia Miller <georgia_miller@mail.gfps.k12.mt.us>:

> Does anyone know how to program an f-key in Quick that is running on
> Reflections to do the Print Screen function of Reflections.  We need to print
> the Quick Screen, but not using the Quick Print function, but rather the
> Reflections Print Screen Function so it goes to the printer the PC is using,
> not a spooled device.
> 
> We are using Quick 8.19C on an HP3000.
> 
> Thanks!
> 
> Georgia Miller
> Great Falls Public Schools
> 
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe <password>" in message body to
> powerh-l-request@lists.swau.edu
> http://lists.swau.edu/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you must be a subscriber.
> 
>