How do it know?? (AREV Specific)
At 20 MAR 1998 06:35:31PM Lauren Floyd wrote:
When you execute the SETPRINTER command, a popup of printers appears and the most recent printer select is highlighted (1,2,or 3). Where is that number stored. I want to be able to PCPERFORM a COPY command to send PDISK output to the port selected by the user. I'm 99% sure it's not kept in @ENVIRON.SET.
Thanks in advance
Lauren Floyd
At 23 MAR 1998 08:38AM Lauren Floyd wrote:
I guess I've got it just about figured out. From looking at the object code for SET_ACTIVE_PRINTER I found reference to a labelled common GEC_COMMON. It appears that the selection is saved in the first value of the third variable.
Lauren Floyd