Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace Running Query... for SQL-SELECT?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00151793
Message ID:
00152108
Vues:
22
>>I use a WAIT WINDOW NOWAIT "Selecting records for the blah report". I also have SET TALK ON so they can see the progress.
>
>Craig,
>How do you cope with the information that is posted after the SQL is run? From inside VFP it prints on the message line at the bottom of the screen, but in an EXE it prints on the screen. Ugly!!

DEFINE WINDOW NoTalk FROM 1, 2 TO 3, 6
SET TALK WINDOW NoTalk
SET TALK ON
WAIT WINDOW NOWAIT "Getting records the the yadda yadda report"
SELECT blah, blah2 FROM Gizmos INTO CURSOR cGizmos
WAIT CLEAR
SET TALK OFF
RELEASE WINDOW NoTalk
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform