Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Statusbar
Message
From
04/05/2001 01:17:19
 
 
To
01/05/2001 13:42:53
Ben Dekker
Dekker Soft & Hardware
Axel, Netherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00501556
Message ID:
00503353
Views:
25
Maybe this help you:
If you have a key field or a field with a description or only display de recno() do this:
Wait Window 'Processing ' + MYTABLE.KEYFIELD NoWait && Only if key field is a string
Or
Wait Window 'Processing ' + MYTABLE.DESCRIPTIONFIELD NoWait
Or
Wait Window 'Processing record ' + Alltrim( Str( Recno() ) ) NoWait

And when finish

=Messagebox('Process finished!')


Mauricio
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Previous
Reply
Map
View

Click here to load this message in the networking platform