Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Views - How to remove the 'selected N in nTime' display?
Message
De
21/01/2002 08:07:11
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SQL Views - How to remove the 'selected N in nTime' display?
Divers
Thread ID:
00607666
Message ID:
00607666
Vues:
57
I cant seem to get rid of the 'selected 30000000 records in 0.001 seconds'
display when I dont have a status bar in my application.

The views results messages keep appearing on the background form if I turn the status bar off. Been trying to figure what I am doing wrong, maybe someone can help :)

My forms use private datasessions so I have code in the init method of the form
that calls a utility method which set these for the datasession:

SET BELL OFF
SET CPDIALOG OFF
SET DELETED ON
SET ESCAPE OFF
SET EXACT ON
SET EXCLUSIVE OFF
SET MESSAGE TO
SET MULTILOCKS ON
SET NEAR OFF
SET NOTIFY OFF
SET SAFETY OFF
SET SYSFORMATS OFF
SET TALK OFF

Since I believe these are scope to the datasession itself.

Any idea why I still see those annoying 'selected nRecords in nTime' messages?

Thanks in advance

Pascal
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform