Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Views - How to remove the 'selected N in nTime' disp
Message
 
 
To
21/01/2002 08:07:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00607666
Message ID:
00607679
Views:
23
The Init is to late. Call your utility method from the Load of the form or if you're using DE from the BeforeOpenTables method of DE.

>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform