Home

Communication Horizons
established 1986

Home
Contact

 

Knowledgebase Index
About Us
Contact
Legacy Products


Communication Horizons
65 High Ridge Rd. #428
Stamford CT 06905

support

800-480-1604
203-321-1278
fax  286-1056

       

Knowledgebase


>>ITEM: N00057

>>DATE: 05/07/96

>>TYPE: Information

>>TITLE: More than one CAP_COMMAND option ignored in N_CAPSET

>>PRODUCT(S):
NetLib (all versions) for Clipper
NetLib (all versions) for FoxPro DOS
NetLib (all versions) for FoxPro Windows

>>PLATFORM(S):
NetWare (all versions)

>>SUMMARY:
Using more than one CAP_COMMAND option in N_CAPSET may lead to undesired results.

>>MORE INFORMATION:
NetLib processes one CAP_COMMAND ("COMMAND") option in any given N_CAPSET line. If more than one command is given, all but the final one are ignored. In addition, the command is executed after all the other options, regardless of where in the list it appears.

>>RESOLUTION/FIX:
Specify only one command option in any individual N_CAPSET.

>>EXAMPLE(S):

* wrong - first command in list ignored
N_CAPSET(1,CAP_COMMAND,CAP_END,CAP_QUEUE,
"LASER",CAP_AUTOEND,.F., ;
CAP_COMMAND,CAP_START)

* Instead, break up the command as follows:
N_CAPSET(1,CAP_COMMAND,CAP_END)
N_CAPSET(1,CAP_QUEUE,"LASER",CAP_AUTOEND,
.F.,CAP_COMMAND,CAP_START)

>>SEE ALSO:
N00027, N00035, N00098

 

>>COPYRIGHT 1997 Communication Horizons
All rights reserved worldwide. No distribution without specific consent of publisher.


Knowledgebase Top Home

 

© Copyright 2001 Communication Horizons LLC.
“NetLib” and “Encryptionizer” are Registered Trademarks of Communication Horizons.
US and international patents pending.
Updated 29 Dec 2001