Hi,
I have 2 installations of Jet Reports essentials.
Both are setup to in Dutch (NLD).
All the captions on both installations are in Dutch except for the system tables like "Date" or "Record Link". The strange thing is that this only occurs on one installation and not on the second.
I've checked all the settings and they match.
I created a new NLD.flm file and updated both installations.
I looked at the local windows settings but the language is in Dutch everywhere I looked.
I don't even mind the system tables being in Englisch, but the hard part is that when the report is run on the other installation, it gives errors on these tables. 
many thanks in advance,
Gert-Jan Bierkens
2 comments
-
Jet Reports Historic Posts Hi Gert-Jan,
What I do to avoid language issues is to set up "Show Tables and Fields as Numbers and Names". You may find this in the Datasource settings.
From then on, when you use the Jet wizards (JfX, Explorer etc.) will add the table and field in the Jet functions. E.g. it may look like this =NL("Rows";"18 Customer";;"1 No.";"10000..50000")
The trick behind all this is that NAV is only looking at the IDs.It ignores the names - they're there to help you as a designer understand your funtions. Thus you avoid language conflicts like the one you have.
One thing: Jet does not change all existing functions once this parameter is set. You need to redo them yourselves once.
Does this help? -
Jet Reports Historic Posts Hi Hans,
I switched the language to ENU and set the the setting to "Numbers and labels".
Problem solved!
Thnx!