Answered
Hi! I'm no expert so bare with me, but I'm wondering if there is a way to cahnge a tooltip in FormCalc.
I'm making an automatic form at the moment, tons of calculations. They are all basic math, but I'm using FormCalc because of my lack of know-how with Java. The rest of the form is in FC also. I have a drop-down list that has choices and for each choice can I make a field effected by the drop-down list result in a seperate tooltip? Example:
if (X eq 1) then
//TooltipCommand = "X = 1"
elseif (X eq 2) then
//TooltipCommand = "X = 2"
elseif...
etc...
Is this at all possibly? Please let me know!
= )
Dowpdown list exit event:
if ($.rawValue == "A") then
Textfield1.assist.toolTip.value = "ToolTip A"
elseif ($.rawValue == "B") then
Textfield1.assist.toolTip.value = "ToolTip B"
elseif ($.rawValue == "C") then
Textfield1.assist.toolTip.value = "ToolTip C"
endif
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs