Hi all,I m trying to make a pdf form.I m trying to modifiy the tooltip
of a textbox at runtime (i.e. on a button click event) , but it does not
work.i try both in js or formcalc.exemple :
topmostSubform.Page2.Bouton1::click - (JavaScript,
client)MyTextField.assist.toolTip.value = "ok";- With a pdf form FROM an
existing pdf :It does not change the tooltip value on screen (using js
debugger, the value of the tooltip is changed, but not updated on
screen)- With a pdf form not from an existing pdf :...