Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving alert message
Message
From
03/09/2005 02:59:32
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01046454
Message ID:
01046519
Views:
14
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform