Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why can't I hide my 'Selected n records.. ' messages?
Message
De
08/04/1999 16:21:08
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00206609
Message ID:
00206656
Vues:
19
>>How do I hide messages that would usually appear in the status bar?
>>
>>I am writing an app that does not use a status bar and am using SET TALK OFF in all kinds of places. Yes, especially in my base form class.
>>
>>Yet I am still seeing the "Selected n records" message bleed through as certain (private data session) forms popup and I can't seem to hide it!
>>
>>It appears to me that its coming from the loading of the data environment, but I can't be sure.
>>
>>Is there any sure fire way of getting rid of all these system messages?
>>
>>HELP!
>
>Tracing it further it appears that I am getting
>'Selected 0 records in ...'
>By virtue of having a view in my data environment. The view by the way has 'NoDataOnLoad' set to .T.
>
>And this happens BEFORE my Form.Load. I know it does because I just added a
>WAIT WINDOW "SET TALK is set to " + SET("TALK")
>DODEFAULT()
>
>To my Form.Load and the 'Selected...' message is on the screen when the WAIT WINDOW show me that TALK is ON. That is why setting TALK OFF in the LOAD method of my base form is not working.
>
>Am I doing something wrong?
>
>Thanx

In the BeforeOpenTables method of your DE, put a SET NOTIFY OFF.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform