We are having some formatting issues when trying to run our system in a Dutch version of Windows.
Setup: Win2003 Server 4D v11 Active4D v5.0r29 We are seeing two issues. 1. EXT grids will not display data if the format of a number is ###.##0,00 2. In a static text area if we use a format (usually via the string command) of ###.##0,00 we will get <<<<<<< displayed. In one of our libraries we set up our formatting by pulling the decimal place holder value and thousand separator from preferences we allow the user to set in our software. For example Decimal Placeholder = "," Thousand Separator = "." Format would = "###.###,00 In looking at the data coming back to the browser it all looks correct, and has the proper format, it just won't display. For example looking at Firebug we get results back for our grid, but if the json container (hope I'm using the right term here) has a number like 45,5 the grid will not display any data, but if we change the format so that the number if 45.5 it will display OK. If we are using a US format this works fine (###,###.00). Once we switch to a different format we start getting the issues above. In our grids we do not apply any formatting to our number columns, but we are calling the correct locale file for the grid. In our header we set the local file "/ext/locale/ext-lang-XXX.js" where XXX is the proper language. Does anyone have experience or have run into this before when dealing with localization. I'm guessing it's just something simple I've overlooked. Christian Cypert Tailored Solutions, Inc. Job Management Software for the Printing Industry Milwaukee, WI 414-774-9997 http://www.tailored.com _______________________________________________ Active4D-dev mailing list [email protected] http://list.aparajitaworld.com/listinfo/active4d-dev Archives: http://vasudev.aparajitaworld.com/archive/active4d-dev/
