>>ITEM: N01013
>>DATE: June 30, 1997
>>TYPE: Information
>>TITLE: N_CAPSET(CAP_JNAME) fails under Netware 4.x
>>PRODUCT(S):
NetLib for Clipper
NetLib for FoxPro DOS
NetLib for FoxPro Windows
>>PLATFORM(S):
Netware 4.x
>>SUMMARY:
Specifying a job name with N_CAPSET fails under Netware 4.x.
>>MORE INFORMATION:
Netware 4.x has completely changed the way print job description information is stored.
>>RESOLUTION/FIX:
Use N_D_PJGET to get the print job attributes. Use this information to specify them directly with N_CAPSET or N_D_CAPSET.
N_D_PJGET and N_D_CAPSET are new to NetLib 6.5 for Clipper and NetLib 2.5 for FoxPro, which have been updated to support Netware 4.x. Therefore, you must upgrade to in order to take advantage of these functions.
>>EXAMPLE(S):
cBanner = ""
cQueue = ""
N_D_QJGET("Admin","Job1",CAP_BANNER,@cBanner, ;
CAP_QUEUE,@cQueue)
N_D_CAPSET(1,CAP_BANNER,cBanner,CAP_QUEUE,cQueue, ;
CAP_COMMAND,CAP_START)
>>SEE ALSO:
>>COPYRIGHT 1997 Communication Horizons
All rights reserved worldwide.
No distribution without specific consent of publisher.
Knowledgebase
Top Home