When did this property become available? I have someone whom is running the latest released version and are getting an error:
Error: Invalid Argument
Function: dcl_Control_SetToolTipTitle
Argument: 0
Property <ToolTipTitle> Not Found
Thanks.
Hi,
make sure that the VarName has a valid value. Be aware of typemismatches!
The property ToolTipTitle is only available for controls, not for forms and tabs.
Regards, Fred
Everything seems to be fine. it works for everyone else who has been using it as well.?
Yes, me :) !
I have about 100 places in my code when I use SetToolTipTitle, either in loops or directly.
I always use the VarName, not the construct of "project" "form" "control".
Regards,
Fred
P.S. Maybe a sample code would help.
Tim, is everyone using the same version of OpenDCL? It's conceivable that newer versions remove the property from a control that shouldn't have had it, but I'd need to see an actual project file to verify this. What type of control is it? Does the property show up in Control Browser for the control?