Hello, the compatibility page (tab) only lists settings that contradicts the defaults in your structure file. what you see depends on the last version before an upgrade.
once you activate the current (or recommended) settings, and then upgrade, that setting no longer appears in the list as you have effectively agreed to opt in. the "Use period and comma as placeholders in numeric formats" default was first introduced in v11, http://doc.4d.com/4Dv15/4D/15.4/Compatibility-page.300-3285389.en.html if you don't see the setting, you have either created the database in v11 or above, or activated the new setting (which by the sounds of it is what you want) and performed an upgrade. in any case, the setting only applies to display formats. if you intend to target locales that use different decimal separators, you need to code accordingly. at the very least, you need to make comprehensive use of the "&xml" format in String for XML and JSON. http://doc.4d.com/4Dv16R4/4D/16-R4/String.301-3318104.en.html you need to specify the separator in Num http://doc.4d.com/4Dv16R4/4D/16-R4/Num.301-3318120.en.html you need to respect the system format http://doc.4d.com/4Dv16R4/4D/16-R4/GET-SYSTEM-FORMAT.301-3318033.en.html throughout your code. 2017/12/06 8:45、Peter Mew via 4D_Tech <[email protected]<mailto:[email protected]>> のメール: I upgraded from 13.3 to 13.6 and I now have a compatibility tab, but all it has under it is "web" under which is "automatic variable assignment", which is checked. Nothing Else thanks -pm ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

