Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Views - How to remove the 'selected N in nTime' display?
Message
From
21/01/2002 08:07:11
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SQL Views - How to remove the 'selected N in nTime' display?
Miscellaneous
Thread ID:
00607666
Message ID:
00607666
Views:
61
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
Next
Reply
Map
View

Click here to load this message in the networking platform