Home > Archive > Clarion > December 2006 > Changing the standard warning button text
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Changing the standard warning button text
|
|
| WernerM 2006-12-13, 6:55 pm |
| Hello experts,
I'm looking for an easy way to change the text on the standard buttons
that appear in a message box after pushing the "Delete" button on a browse
("Yes"/"No"). (Message itself is already translated using the
aberror.trn!)
I only have to produce one little application in german and did already
translate all the other elements in the according clw, inc and trn-files.
Only these button text I could not find in any source.
I am using Clarion 6.2.
Can anybody give me a hint???
Thank you in advance!
Werner
| |
|
| "WernerM" <werner.muranko@conti.de> wrote in message
news:7002f56d499b71e5084cd6617eca9861@lo
calhost.talkaboutprogramming.com...
> Hello experts,
> I'm looking for an easy way to change the text on the standard buttons
> that appear in a message box after pushing the "Delete" button on a browse
> ("Yes"/"No"). (Message itself is already translated using the
> aberror.trn!)
> I only have to produce one little application in german and did already
> translate all the other elements in the according clw, inc and trn-files.
> Only these button text I could not find in any source.
> I am using Clarion 6.2.
> Can anybody give me a hint???
> Thank you in advance!
> Werner
>
>
Hi Werner
in env file you can define:
CLABUTTON="OK","&Yes","&No","&Cancel","&Ignore","&Retry","&Cancel","&Help"
| |
| WernerM 2006-12-13, 6:55 pm |
| Thank you Roby,
I just did it and it works fine!
(I would never have come to that idea on my own, seems I don't have the
whole documentation always available in my mind.)
Werner
|
|
|
|
|