Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MessageBox when Copying
Message
De
10/09/2003 06:41:13
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00827776
Message ID:
00827779
Vues:
15
>I have a routine for when copying records. When I copy a record I am also removing certain data from the newly created record in certain fields. Whilst removing this data I want to tell the users what I am doing in a message box but I want to continue with the routine. The routine first copies and then removes. Therefore when copying I want a messagebox or equivalent to say "Copying....." and then when removing data I want it so say "Removing Data....".
>
>Can anybody help me please:

Wouldn't a 'wait window' be sufficient ?

Wait window nowait 'Copying...'
*...
Wait window nowait 'Removing data...'
*....
Wait clear

Alternatively you could use Status bar :

set message to 'Copying...'
*...
set message to 'Removing data...'
*....
set message to

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform