Data Source Language currently selected for Data Source "BouwVision" is English (ENU)
The first formula gives me Dutch (NLD) captions:NL("Rows";"Object";"Caption";"Type";"Table";"ID";3;"DataSource=";"BouwVision")
While this ones as expected gives me ENU captions:NL("Caption";3;;"DataSource=";"BouwVision")
However Option fields will return the correct language as selected in Data Source settings.
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi Sebastian,
I know this is a very late reply, but I just ran across this post.
The formulas you posted are actually behaving as expected. We use the language modules (and stx files) themselves to load captions, and do not actually change the language in the Navision application. As such, when you go straight to the object table, the caption will be in whatever language is selected in your ZUP file. When you use NP("Caption") or retrieve the value of an Option field, the caption will be retrieved by Jet Reports from the selected language module.
Hope this helps to clarify.
Regards,
Please sign in to leave a comment.