DATE()

Set Notify, Set("Notify")

This command determines whether an assortment of system messages are displayed. In Visual FoxPro, it seems as though there's no rhyme nor reason as to which messages are covered by NOTIFY, but the secret is that, back in FoxPro/DOS days, all of these appeared in a WAIT WINDOW. Some of these messages have moved to the status bar (when it's available), but they're still affected by this setting.

Usage

SET NOTIFY ON | OFF cNotifySetting = SET( "NOTIFY" )
Among the messages controlled by SET NOTIFY are the automatic messages associated with input, such as the "Range" message for spinners (or text boxes with Range events) and the "Invalid Input", "Invalid Date" and "Invalid Date/Time" messages. Because of this, you'll usually want to SET NOTIFY OFF in your applications.

Example

SET NOTIFY OFF

See Also

Set, Set Status Bar, Set Talk


View Updates

Copyright © 2002 by Tamar E. Granor, Ted Roche, Doug Hennig, and Della Martin. All Rights Reserved.



Hacker's Guide to Visual FoxPro 7. 0
Hackers Guide to Visual FoxPro 7.0
ISBN: 1930919220
EAN: 2147483647
Year: 2001
Pages: 899

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net