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

lclogfile="c:\log.txt"
lcRunFile = "NET SEND" + " " + lcSendTo + " " + lcMessage+" > "+lclogfile
RUN /N7 &lcRunFile
if left(filetostr(lclogfile),8)="An error"
*NOT SENT
endif


>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform