>>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