Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capture Net Send Error
Message
From
21/03/2003 17:46:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Capture Net Send Error
Miscellaneous
Thread ID:
00768827
Message ID:
00768827
Views:
54
Hi,

Is there a way to determine whether a Net Send command reached its destination. I have the follwing code in a command button

LOCAL lcMessage, lcSendTo, lcRunFile
WITH THIS
lcMessage = ALLTRIM(.txtMessage.Value)
lcSendTo = ALLTRIM(nusers.cipaddr)
lcRunFile = "NET SEND" + " " + lcSendTo + " " + lcMessage

RUN /N7 &lcRunFile
ENDWITH
RELEASE lcMessage, lcSendTo, lcRunFile

When Net Send is successfull it gives a message that the message was sent succesfully, but how do you cature an unsuccesfull message transmission. For example when the user you are net sending is not logged on the network.

Any suggestions are appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform