Posted by Robbie Gregory on August 12, 2008 at 10:41:46:
In Reply to: ALLOW macro DEVNAME posted by Robbie Gregory on August 11, 2008 at 11:14:58:
: How would I code an ALLOW macro to allow a local printer, PRT1, to be displayed? I tried:
: AL#47 ALLOW 1,2,DEVICES,DEVNAME,PRT1,GROUP=(GPRC,GPRCT)
: to no avail.
: Thanks
I finally got something to work:
AL#47 ALLOW 1,2,DEVICES,DEVCOMBO,XPR.*,GROUP=(GPRC,GPRCT)
LIM#47 LIMIT 0,0,DEVICES,DEVNAME,NOT=PRT1,GROUP=(GPRC,GPRCT)
If there is a better way, please advise.