Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide *Selected ??? records in ??.?? seconds* msg
Message
De
27/08/1997 16:25:34
 
 
À
26/08/1997 16:03:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00046980
Message ID:
00047205
Vues:
24
>You can use UDF inside your Select SQL, which will show the progress
>but I won't recommend it - it will slow down the process much worse
>than VFP native progress bar.
>Alex.

Yeah, I learned that one the hard way. A UDF just wouldn't work. Here's what I finally did to get past this.

DEFINE WINDOW JUNK FROM 0,0 TO 1,1
SET TALK WINDOW
SET TALK ON
&cSQL
SET TALK OFF
RELEASE WINDOW JUNK

This still displays the *Selected...* message but, it's in the a window like the WAIT WINDOW and it only flashes briefly. I can live with that. It does not cause my form's controls to move.

Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform