R
Ray Cacciatore
I used the French version of MS Access to develop a French Access
application. Everything works well, if my users have the Microsoft Office
language set to French. One of my users had this set to English and the
application "almost" works well. The only thing is that all the
"Forms!MyForm!MyControl" text that I set in property sheets get translated to
"Formulaires!MyForm!MyControl" by French Access when I exit the field. Of
course, this is not recognised by English Access.
Even when I use the query builder, the built-in functions like DCount, DSum
all get translated into the French versions when I exit the individual fields.
My question is this:
Since French Access can translate the English text to French, why can't the
English translate it back to French. I'm speaking at the level of the
property sheet and/or query builder. Shouldn't the property window
automatically translated it back?
VBA is VBA behind the product so the code modules always have
"Forms!MyForm!MyControl" I don't need to type it in French. After all there
is no French VBA. But I'm wondering why my application does not work in both
languages. All the user has to do is change the MS Office language on his
computer and boom, my application fails.
Ray
application. Everything works well, if my users have the Microsoft Office
language set to French. One of my users had this set to English and the
application "almost" works well. The only thing is that all the
"Forms!MyForm!MyControl" text that I set in property sheets get translated to
"Formulaires!MyForm!MyControl" by French Access when I exit the field. Of
course, this is not recognised by English Access.
Even when I use the query builder, the built-in functions like DCount, DSum
all get translated into the French versions when I exit the individual fields.
My question is this:
Since French Access can translate the English text to French, why can't the
English translate it back to French. I'm speaking at the level of the
property sheet and/or query builder. Shouldn't the property window
automatically translated it back?
VBA is VBA behind the product so the code modules always have
"Forms!MyForm!MyControl" I don't need to type it in French. After all there
is no French VBA. But I'm wondering why my application does not work in both
languages. All the user has to do is change the MS Office language on his
computer and boom, my application fails.
Ray