KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Using the DISPLAY NOTIFICATION command
PRODUCT: 4D | VERSION: 2004 | PLATFORM: Win
Published On: December 9, 2004

The DISPLAY NOTIFICATION command is used to display a message in the notification area of the Windows taskbar. The title and text parameter can handle up to 255 characters. By default, the message is displayed until the user closes the notification. If the optional duration parameter is passed, the notification will be displayed for the duration specified. The following example below demonstrates how to use the DISPLAY NOTIFICATION command.

`Method Display Notification Example
DISPLAY NOTIFICATION("Tech Tip";"Display Notification Example";5)