LSRGS@UCLAAIS.BITNET (Glenn Scott) (02/02/90)
I defined some form names with PRINTDEF such as "LABELS"
and when I use the following capture command:
capture q=printq_0 form=labels
I get the message "Form LABELS does not exist."
I read in the documentation that I can use a form name like this.
Can you tell what I'm doing wrong?
Glenn Scott
UCLA Honors and Undergraduate Programs / Info Servicesacm@RELAY.PROTEON.COM (02/03/90)
I get the message "Form LABELS does not exist."
Form=<a number> is required. The number should be from 0 to 255 or a name.
If you want to use a name you must define that name in the PRINTDEF
database for the user that is doing the request. See the SUPERVISOR
REFERENCE under CREATING A PRINT JOB CONFIGURATION.
-Al Marshall, ProteonKOSTERTAG@WILLIAMS.BITNET (Keith Ostertag) (02/03/90)
I have been told by my local reseller that the 2.15 shell doesn't work properly with CAPTURE and that I should use the 2.11 shell instead. Anybody else have problems with CAPTURE and 2.15?