Dynamic tooltip

tompynationtompynation Member Posts: 398
Is is possible to change the tooltip of a button dynamically?

More specific:

I have a subfomr containing a tablebox with next to it a button.
Depending on which record the user select in the tablebox the Tooltip of the button should change...

Example:
The tablebox contains some production line records.
The tooltip if the button should be
'Copy %1 for %2 Kg to new production order',Rec.ItemCode,Rec.Quantity

Answers

  • XypherXypher Member Posts: 297
    Since there really is no one responding I guess I'll have to pull the 'Impossible Card'.

    Sorry tompy, I really really don't think this is possible at all to achieve within Navision.
  • garakgarak Member Posts: 3,263
    the property tooltip could not be changed dynamicly. sorry ....
    Do you make it right, it works too!
  • KarenhKarenh Member Posts: 209
    You could have 2 buttons, one stacked on top of the other, each with a different tooltip.

    Then make the appropriate button visible.
  • garakgarak Member Posts: 3,263
    sorry Karenh. that is not what he needed. He need a dynamic tooltip.
    @tompynation: why do you not fill out a textbox with your 'Copy %1 for %2 Kg to new production order',Rec.ItemCode,Rec.Quantity :?:
    Do you make it right, it works too!
  • tompynationtompynation Member Posts: 398
    @garak, i guess that will be the only solution then...
Sign In or Register to comment.