132 Columns in Quick on HP3000

Joe Boyle atla38 at dsl.pipex.com
Fri Aug 17 06:36:38 CDT 2007


how about setting up a dummy/stopped print queue and then observe the file
name that PH uses for the list output file; then do something like :

procedure designer dumy
begin

if not setsystemval ("sys$print", dummy_q, logical, "lnm$proc"/"lnm$job")
then "error setting q"

push list

copy "list output filespec" [holddir]

del "list output filespec"


if not setsystemval ("sys$print", default_q, logical, "lnm$proc"/"lnm$job"))
then "error resetting q"

print [holddir]output filespec

end



actionmenu label "LaserPrint" action designer dumy menukey "L" 

procedure designer on_wide 
   run command "set queue/form=landscape_60 SYS$PRINT"

The setsystemval call should set the logical in the current process.


regards, Joe.


-----Original Message-----
From: Joe Boyle [mailto:atla38 at dsl.pipex.com] 
Sent: 17 August 2007 00:34
To: 'Thomson, Martyn EDUC:EX'
Subject: RE: 132 Columns in Quick on HP3000

You could try stopping/stalling the queue and then editing the file to see
if it actually contains a 132 wide screen shot, if not, (and assuming the
chap is on a desktop) tell the chap to paste the printscreen contents into
word and select print :(

-----Original Message-----
From: powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com
[mailto:powerh-l-bounces+atla38=dsl.pipex.com at lists.sowder.com] On Behalf Of
Thomson, Martyn EDUC:EX
Sent: 16 August 2007 22:33
To: powerh-l at lists.sowder.com
Subject: RE: 132 Columns in Quick on HP3000

I have a related question: 

I have a 132 column screen and the client would like the screen print to
show 132 columns. The default form for SYS$PRINT is an 80 column form. So I
tried putting a designer command at the start of the command list to set the
queue to a 132 column landscape form -

actionmenu label "LaserPrint" action designer on_wide, list, designer
off_wide    menukey "L" 

procedure designer on_wide 
   run command "set queue/form=landscape_60 SYS$PRINT" 

Stepping through in debug I can see in another session that the form has
changed but it has no effect on the LIST action which prints 80 columns,
truncating the rest. I have full privileges on the queue and can change the
form in DCL.

Can anyone explain why this doesn't work, and/or suggest an alternative
approach? 
TIA, Martyn 

OpenVMS Alpha V8.2 
PH 7.10G1 
Oracle Rdb V7.2-111 

-----Original Message----- 
From: powerh-l-bounces+martyn.thomson=gov.bc.ca at lists.sowder.com 
[mailto:powerh-l-bounces+martyn.thomson=gov.bc.ca at lists.sowder.com]On 
Behalf Of Deskin, Bob 
Sent: June 21, 2007 2:04 PM 
To: Lowe, Chuck J; powerh-l at lists.sowder.com 
Subject: RE: 132 Columns in Quick on HP3000 


Use the FROM and TO options of the SCREEN statement. 

Bob 

-----Original Message----- 
From: powerh-l-bounces+bob.deskin=cognos.com at lists.sowder.com 
[mailto:powerh-l-bounces+bob.deskin=cognos.com at lists.sowder.com] On 
Behalf Of Lowe, Chuck J 
Sent: June 21, 2007 4:29 PM 
To: powerh-l at lists.sowder.com 
Subject: 132 Columns in Quick on HP3000 



We need to use a quick screen with 132 columns. The ref books do not 
exactly explain this. 
We are on PowerHouse version 8.49D1 and HP MPE/iX ver C.70.00. And we 
are using Minisoft ver 5.3 that support 132 columns (and more). I 
submitted this question to Cognoise site and one person answered "I know 
Quick supports 132 columns...  I think there is a SET statement for it" 
Does anyone know for sure? 

Thanks in advanced! 

Chuck Lowe 
Quest Diagnostics 
Senior Programmer Analyst 
Office (610) 650-6679 
Fax    (610) 650-2114 


======================================================================== 
====== 
The contents of this message, together with any attachments, are 
intended only for the use of the person(s) to which they are addressed 
and may contain confidential and/or privileged information. Further, any 
medical information herein is confidential and protected by law. It is 
unlawful for unauthorized persons to use, review, copy, disclose, or 
disseminate confidential medical information. If you are not the 
intended recipient, immediately advise the sender and delete this 
message and any attachments. Any distribution, or copying of this 
message, or any attachment, is prohibited. 
======================================================================== 
====== 


-- 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Mailing list: powerh-l at lists.sowder.com 
Subscribe: "subscribe" in message body to 
powerh-l-request at lists.sowder.com 
Unsubscribe: "unsubscribe <password>" in message body to 
powerh-l-request at lists.sowder.com 
http://lists.sowder.com/mailman/listinfo/powerh-l 
This list is closed, thus to post to the list you must be a subscriber. 
Add 'site:lists.sowder.com powerh-l' to your search terms to search the 
list archive at Google. 
  
     This message may contain privileged and/or confidential information.
If you have received this e-mail in error or are not the intended recipient,
you may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

-- 
= = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Mailing list: powerh-l at lists.sowder.com 
Subscribe: "subscribe" in message body to
powerh-l-request at lists.sowder.com 
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request at lists.sowder.com 
http://lists.sowder.com/mailman/listinfo/powerh-l 
This list is closed, thus to post to the list you must be a subscriber. 
Add 'site:lists.sowder.com powerh-l' to your search terms to search the list
archive at Google. 


-- 
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l at lists.sowder.com
Subscribe: "subscribe" in message body to
powerh-l-request at lists.sowder.com
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request at lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
Add 'site:lists.sowder.com powerh-l' to your search terms to search the list
archive at Google.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20070817/0ceb4551/attachment-0001.htm


More information about the powerh-l mailing list