Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set talk
Message
 
 
À
14/04/2000 07:39:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00359717
Message ID:
00359809
Vues:
13
I don't know if you can change the message, but you can make Fox display a progress bar while a query is running. Try this:
DEFINE WINDOW dummy FROM 0,0 TO 1,1
SET TALK WINDOW dummy
SET TALK ON
SELECT... && Put your SELECT SQL statement here
SET TALK OFF
RELEASE WINDOW DUMMY
This worked in Fox 2.x but I have not tried it with VFP. For a custom mesage you could try giving the dummy window a TITLE and see what happens. If the query is fast the progress bar will not be displayed, however.



>I want to change (translate into Dutch) the text "Running Query when
>running a SQL command with SET TALK ON.
>
>Can this be done?
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform