Hello,
I need to translate many textbox controls on my reports. I'm using, like you suggest in help, a lot of functions to do that work. For example:
Translate_Customer("en"), to translate value to English
Translate_Customer("fr"), to translate value to French
etc.
This works fine, but I don't think this is the best way to do this work! I need to translate many textboxes in a lot ot reports and I've tried to create a public class with all the translations that I need. Then, I use that class in the report code. When I run the report in my windows applicattion I always get the following error:
"#ERROR# The expression contains undefined function call Translate_Customer"
Please, can you suggest me how to solve my problem?
Thank You
LM
I need to translate many textbox controls on my reports. I'm using, like you suggest in help, a lot of functions to do that work. For example:
Translate_Customer("en"), to translate value to English
Translate_Customer("fr"), to translate value to French
etc.
This works fine, but I don't think this is the best way to do this work! I need to translate many textboxes in a lot ot reports and I've tried to create a public class with all the translations that I need. Then, I use that class in the report code. When I run the report in my windows applicattion I always get the following error:
"#ERROR# The expression contains undefined function call Translate_Customer"
Please, can you suggest me how to solve my problem?
Thank You
LM