| Title: | -={ H A C K E R S }=- |
| Notice: | Write locked - see NOTED::HACKERS |
| Moderator: | DIEHRD::MORRIS |
| Created: | Thu Feb 20 1986 |
| Last Modified: | Mon Aug 03 1992 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 680 |
| Total number of notes: | 5456 |
Just stepped over an (undocumented/unsupported?) command in notes: Notes> DPRI by trial and error, discovered that you can give it "P" as parameter and then get a message saying something like "1 note appended to job in queue sys$print". $ show/que sys$print didn't show any jobs for me - now what the h�ll does DPRI do ? Anyone out there care to shed some light on it ? Marc.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 529.1 | It's harmless | UFP::MURPHY | Rick Murphy has a boring personal name | Fri Aug 07 1987 07:34 | 4 |
I understand it's used during the parsing of PRINT commands.
A side effect is that it makes "D" ambiguous, requiring DE at least
for DELETE.
-Rick
| |||||
| 529.2 | Notes won't submit the print job 'till you exit notes | QBUS::MITCHAM | Andy in Atlanta | Fri Aug 07 1987 12:18 | 0 |
| 529.3 | why undocumented ? | PILOU::BONGARTZ | Happy Hacker | Mon Aug 10 1987 03:17 | 8 |
re .2: > -< Notes won't submit the print job 'till you exit notes >- Yes, noticed that as well once I got out of notes ... looks like it might be something like a "Deferred PRInt" command. Why no doc / help though ? Marc | |||||
| 529.4 | it's documented ... Notes> HELP PRINT/NOWAIT | ANGORA::ZARLENGA | Living on the edge ... | Wed Aug 12 1987 16:00 | 0 |
| 529.5 | CLT::GILBERT | Builder | Wed Aug 19 1987 10:04 | 26 | |
VAX Notes has default print qualifiers (SET PROFILE /PRINT="/QUE=QLN03").
This is implemented by taking the entire PRINT command, and forming
a 'DPRINT' command, so if you say ...
Notes> PRINT /COP=2
... it forms the command ...
Notes> DPRINT /QUE=QLN03 PRINT /COP=2
... and DPRINT is just like PRINT except that it ignores the first
parameter, and it doesn't apply the defaults.
Later, we realized a better way to implement this; suppose the PRINT
command had a /NODEFAULT qualifier (that could take a value). Then
Notes could form the command ...
Notes> PRINT /QUE=QLN03 /NODEFAULT=PRINT /COP=2
... which indicates that the defaults should not be applied (again),
and which causes the PRINT verb (on the user-entered command) to
be ignored.
- Gilbert
VAX Notes devo, once
| |||||
| 529.6 | That's _REAL_ Hacking!!! | SMAUG::MENDEL | Timeloose | Tue Aug 25 1987 17:40 | 1 |