home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / printj.exe / PRINTJ.TXT next >
Text File  |  1995-02-14  |  2KB  |  54 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Sample code to search for a print job record
  5. DOCUMENT ID:        TID022016
  6. DOCUMENT REVISION:  A
  7. DATE:               14FEB95
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Issue
  10. README FOR:         PRINTJ.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare Client SDK 1.0e
  14.  
  15. ABSTRACT:
  16.  
  17. This program will search for a print job record in the PRINTCON database. It
  18. will print out information then modify the job and save it to the same job
  19. name. NOTE: The dbOwner must be found for each call to find the printcon
  20. information so a loop will be needed to access the bindery and find each user.
  21.  
  22. -----------------------------------------------------------------
  23. DISCLAIMER
  24. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL.  NOVELL
  25. MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION.  HOWEVER, THE
  26. INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL
  27. MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  28. -----------------------------------------------------------------
  29.  
  30. ISSUE
  31.  
  32. This program will search for a print job record in the PRINTCON database. It
  33. will print out information then modify the job and save it to the same job
  34. name. NOTE: The dbOwner must be found for each call to find the printcon
  35. information so a loop will be needed to access the bindery and find each user.
  36.  
  37. Self-Extracting File Name:  PRINTJ.EXE     Revision:  A
  38.  
  39. Files Included     Size     Date      Time
  40.  
  41. \
  42.   PRINTJ.TXT         (This File)
  43.   PRINTJOB.C       7206   01-13-95    4:42p
  44. PRINTJOB.EXE     214090   01-13-95    4:42p
  45.  
  46.  
  47. -----------------------------------------------------------------
  48. Any trademarks referenced in this document are the property of their
  49. respective owners.  Consult your product manuals for complete trademark
  50. information.
  51. -----------------------------------------------------------------
  52.  
  53.  
  54.