>>ITEM : N01005
>>DATE: 07/30/97
>>TYPE: I
>>TITLE: N_READY returns .t. even if no one is logged into workstation
>>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:
N_READY() returns .t. if a Netware shell is loaded. It does not tell you if someone is logged into the workstation.
>>MORE INFORMATION:
>>RESOLUTION/FIX:
Use N_WHOAMI() to determine if anyone is logged into workstation.
>>EXAMPLE(S):
IF N_READY()
* Netware shell is loaded
IF !EMPTY(N_WHOAMI())
* and someone is logged in
>>SEE ALSO:
>>COPYRIGHT 1997 Communication Horizons
All rights reserved worldwide.
No distribution without specific consent of publisher.
Knowledgebase
Top Home