How Do I Set the Status Bar Text? (Magic xpa 4.x)
There are several ways to give a message to the end user. The Verify operation is often used to give a message either in a pop-up box or on the status line. However, Verify also causes a noise to sound, which can be irritating if it occurs too often. (Note that you can use the SpecialBeepOnWarning setting to turn off the beeping sounds.)
If you want to just create a status bar message, use the StatusBarSetText() function.
In this example, StatusBarSetText() is used in an Evaluate Expression operation.
The Online and Rich Client Samples projects (program HG37 and RHG37)