Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Removing popup messages
Message
De
02/07/2003 16:27:48
 
 
À
02/07/2003 15:44:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00806279
Message ID:
00806298
Vues:
11
>I've recently upgraded from 6.0 to VFP8. I'm trying to cancel out the popup messages such as "Table is read-only You will not be able to edit it". I've "set notify off" in my main program and placed it prior to opening the form. This popup message only appears in run time and not in design time. I've tried changing the error message to a message box and leaving it (). This has no effect on the popup. Does anyone have any ideas? Thanks, Dan
>
>SET status bar OFF
>
>SET ECHO OFF
>SET TALK OFF
>SET BELL OFF
>SET DELETED OFF
>SET SAFETY OFF
>SET DELETED ON
>set history off
>SET NOTIFY OFF
>SET NOTIFY CURSOR OFF
>
>SET CPDIALOG OFF
>SET ENGINEBEHAVIOR 80

Does your form use a private datasession? If it does, you'll have to put your two SET NOTIFY commands in the BeforeOpenTables of the dataenvironment or in the form Load. They are scoped to the current datasession.
Fred
Microsoft Visual FoxPro MVP

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

Click here to load this message in the networking platform