Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MessageBox Question
Message
De
28/07/2003 05:42:44
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
MessageBox Question
Divers
Thread ID:
00814002
Message ID:
00814002
Vues:
42
Hi All,

Is anybody there have an idea on how to determine if the messagebox window appear on the screen or form?

I want to create an automated program that will automatically test my application.
This application is responsible of inputting data to my screen.

Below is my sample code.

keyboard '{alt+t}' && This will trigger my "Transaction" short cut form the menu.
keyboard 'i' && This will invoke the "Invoice" funciton.
doevents

_screen.ActiveForm.CustomerNoText.SetFocus()
_screen.ActiveForm.CustomerNoText.value = 'CUSTOMER01'

keyboard "{enter}"
After this keyboard event there is a messagebox that informed the user that the customer have already exceed the credit limit. This ask the user where to proceed or not by clicking "Yes" or "No" button. I know that I can pass a keyboard event wether to proceed or not. But before I can pass the keyboard command I need to determine first if the messagebox display on the screen.

Is it possible to determine it?
If possible, How?

Any idea would be greatly appreciated.


Thank you very much in advance.


Rene
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform