Rename the buttons label

Rename the buttons label

impex09impex09 Posts: 45Questions: 20Answers: 0

Hi, I would like to change the names of the buttons.

for example, instead to say: New Edit Delete, Should say: "New User" "Edit User" Delete User"

thank you

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    You can use the text property for that - see example here.

    Colin

  • impex09impex09 Posts: 45Questions: 20Answers: 0

    Perfect, thanks a lot.

  • ostmalostmal Posts: 102Questions: 33Answers: 0

    Thank you, it helped me too!
    Additional question:
    When you click on each button mentioned above, a window POPs up. How to replace the window title text (top) and button text (bottom).
    As in this screenshot

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    You can do that with formTitle and formButtons - see example here.

    Colin

  • ostmalostmal Posts: 102Questions: 33Answers: 0

    Super!

Sign In or Register to comment.