Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a procedure
Message
From
08/04/2005 17:56:31
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01002546
Message ID:
01002895
Views:
17
Hi Neil

I use this procedure which is in funcs.prg :

PROCEDURE skmsg( cString )
* The following line displays a message
MESSAGEBOX (cString,"Khan Software Ltd.")
ENDPROC

and whenever I want to call it I give this command :
do skmsg with "Testing" in funcs.prg

This seems to work well with simple messages.
HTH
Shafid
Previous
Reply
Map
View

Click here to load this message in the networking platform