Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send Message to Novell User
Message
 
To
17/09/2003 16:17:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00830092
Message ID:
00830507
Views:
22
Not sure if this helps. The example below checks return codes values, and and depending on what the value is, sends messages to the appropriate people.

*--Check to see if directories and log file exist and return appropriate;
return code.

DO CASE
CASE THISFORM.ErrorCode = "1"
RUN send "Error Message" John Jim Sarah

CASE THISFORM.ErrorCode = "2"
RUN send "some other error message." Jack Mary Tom

CASE THISFORM.ErrorCode = "3"
RUN send "another error message" Tom Joe Bill
ENDCASE
Previous
Reply
Map
View

Click here to load this message in the networking platform