Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add a message to mycode
Message
From
26/08/2004 07:02:20
 
 
To
26/08/2004 06:49:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00936534
Message ID:
00936539
Views:
22
Hi Mohammed,

before the code, you can for example do like this:
WAIT 'Processing, please wait!' WINDOW NOWAIT NOCLEAR
.. do your processing
WAIT CLEAR
MESSAGEBOX('Finished',0+64)
And for your SQL select statements, add INTO ARRAY DUMMY if you don't have any INTO statement.

>hi all,
>
>how i can insert a messages to my code as(it's under processing now pls wait )
>and when the process is finishd, new message(finish).
>
>and when i run mycode the code browse table when i convert ,i don't want to browse table.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform