Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving alert message
Message
De
03/09/2005 02:59:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01046454
Message ID:
01046519
Vues:
13
>I using pessimistic table buffering 4 in cursor in my form and a button
>tableupdate()
>
>How can I display a message like (save data before leaving ? )
>if user forget to press save button
>
>Moises

A start point:
* Form QueryUnload
IF GETNEXTMODIFIED(0,"cursorAliasName",.T.)>0
  MESSAGEBOX("save")
  NODEFAULT
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform