Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress Information
Message
De
22/08/2006 17:36:39
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Divers
Thread ID:
01147653
Message ID:
01147727
Vues:
15
>What is the simplest way to show progress of a procedure (eg., looping thru a table and showing a specific field as some procedure is being run on that record) on a simple form?
>
>Example: field name is CONTRACT. I want a simple form that shows label "CONTRACT NUMBER:" and text box that shows the CONTRACT NUMBER. Is there a way to refresh a FORM from outside the form?
>
>Ie, call the form from within the procedure - then refresh it everytime the CONTRACT NUMBER changes?

As an alternative to a form, you can use the following:
SET MESSAGE TO "Contract Number: " + table.contract
After you have completed processing all contracts, then to clear the message:
SET MESSAGE TO
This will give a status message at the bottom of the screen. No need to have an additional form!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform