- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- form types
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 02:15 PM
10-12-2003 02:15 PM
form types
I have to write a form type to print a postscript file from a selected tray for an HP4200n printer using either PJL or postscript. As I understand it the tray is associated with a paper type.
Does anybody have an example of code for this or alternatively can anybody point out a good online reference. I have read the HP PJL manual but couldnt find anything I could use.
Any help appreciated thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2003 06:59 PM
10-12-2003 06:59 PM
Re: form types
The form needs to contain the sequences by wich the printer is initialized to process the queued file.
As I see it:
1. Reset to a known state (not explicitly needed but quite advisable)
2. Issue the sequences that select:
a. the right paper (size, orientation)
b. the right tray
c. the right font (type, size)
d. the right whitespace (line advance etc)
and propably more
You'll find the exact sequences in your printer manual.
HTH
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:04 AM
10-14-2003 02:04 AM
Re: form types
It is important, that the form does not change anything of the .PS file...
I recommend this:
PS$FORM (stock=DEFAULT) 2222 DOKU$FORM /STOCK=DEFAULT /WIDTH=255
Make the queue using this form as follows:
set queue xxxx/DEFAULT=(FORM=PS$FORM (stock=DEFAULT))
Hope this helps... btw I use /PROCESSOR=UCX$TELNETSYM
Regrard
Beat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 10:38 PM
10-22-2003 10:38 PM
Re: form types
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2003 11:42 PM
10-22-2003 11:42 PM
Re: form types
You did not say which version VMS but DCPS installs on a wide range of versions.
Purely Personal Opinion