bubeck
10th December 2008, 16:51
Hi everyone,

I have a Report-Field with the following Print-Expression:
net.prices ? "\~T\~" : "Rabatt"

I want change the german text "Rabatt" to a Lable,
How can i do this

thanks for any help

robert

zardoz
10th December 2008, 16:54
put the text in a message, say tcrebatt, and change the print expression in

net.prices ? "\~T\~" : form.text$("tcrebatt")

So, you can use different languages