monica1
21st June 2005, 12:30
I have made a mantein session with a text button. It is possible to change the name of the button and instead of write "Text" the name will be "observations"?

Thank you in advance,

JaapJD
22nd June 2005, 09:16
You cannot change the description of the text-button. But you can define your own form command with a label "Observations" and call the function text.edit() in the external function connected to the form.command.

monica1
23rd June 2005, 13:03
Thank you very much.