Hi Guys
Ive users @Text(Field; “C,2”) where FieldType = Text and Computed, to convert some fields on a form to currencies.
It works 100% except for the fact that i neglected to overlook the regional locale settings of some machines. Hence, i end up with $19.99 instead of R19.99 etc…
Now, my idea is that the default values for these fields are @Text(Field; “C,2”)… which should force them to change on document refresh? Guess what… they dont! I’ve tried refreshing the document manually (F9), tried in a view using @Command([ToolsRefreshSelectedDocs]) and still no luck. My regional settings are correct because when i create the document it displays the correct currency value.
The only way i can get the fields to change and reflect the correct currency value is to manually change it!
Please help ![]()