FWH 9.04 supports CUEBANNER texts in GETs:
Sets the textual cue, or tip, that is displayed by the edit control to prompt the user for information.
When the user clicks the text, the text goes away and the user can type.
You cannot set a cue banner on a multiline edit control or on a rich edit control.
Themes support must be activated in the application. It is a Windows API requirement
@ ..., ... GET ... CUEBANNER "write a caption"
or
REDEFINE GET ... CUEBANNER "write a caption"