At 02:52 PM 10/8/2003 -0400, Dennis Fleming wrote:
We may use the new "hint" option in RB7. Someone suggested it would be great if in a new release we can request:
Set RBTI_Forms_Hint ON/OFF
and the end user would/would not see the balloon.
Dennis,
Using the "Release Version" of R:BASE 7.0 you CAN use the following command to manage hints defined in form controls:
Example 01:
PROPERTY CompID SHOWHINT FALSE (will turn off defined hint for that particular control in form)
Example 02:
PROPERTY CompID SHOWHINT TRUE (will turn on specified hint for that particular control in form)
Example 03:
PROPERTY CompID HINT <custom hint text> (will display custom hint for that particular control in form)
That's all there is to it!
Remember, NOTHING is impossible!
Enjoy and make sure to have fun.
Very Best R:egards,
Razzak.
Unbounded Possibilities with Industrial-Strength, True-Relational and Multi-User Database Management System.

