Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A silly question
Message
De
17/06/2004 21:05:19
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00914877
Message ID:
00914879
Vues:
9
>Hi,
>
>This might be silly, but I have been out of touch in FP for sometime and thi small thing bothers me.
>
>I am trying to have a small messagebox or some sort of box indicate the status of the program at various times (maybe on a successful login, loading in files, searching for info).. I want a status box.
>
>I am trying to figure if messagebox() can help me, but I dont want the user to press ok or cancel..it should be just FYI.
>
>I also can use a form with a text box in it, which will have a variable X as its control source and X is global. So I can put whatever message i need in X and I want to be able to call the form so that the box pops up wherever I call it with the message I send.
>
>Now whenever I am calling statusform.show, It throws me a message object not found. Am I missing something really basic ? Or have I forgotten the way fox works ? Please help by giving some ideas as to display the status (other than wait window nowait)

WAIT WINDOW is a real quick way to show messages.

MessageBox() will wait for the user to reply, as you state.

I think you should create a form which accepts a parameter, shows it for a while, and then exits.

You might also keep the form open, and add text to an EditBox. Thus, old messages will simply scroll out of sight.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform