Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set talk on for long query
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Set talk on for long query
Divers
Thread ID:
00101325
Message ID:
00101325
Vues:
56
I've opted to use "set talk on" to display VFP's native progress bar but I can't suppress the message that displays how many records were retrieved and the elapsed time. Example:

SET TALK ON
select street,hydrant,miles ;
from firemain ;
where blah blah blah ;
into cursor mycursor
SET TALK OFF

After query completes the message "selected # records in # seconds" appears on my form and covers up some controls...very messy.

Also, I have some longer queries that have UNION statements in them. Is there a way to only show one progress bar that starts when the first select fires and ends after the entire query is complete even if there are union statements involved?

Thanks,

John
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform