if you do an introspection using SQL, Begin SQL
SELECT * FROM _USER_COLUMNS INTO LISTBOX :L End SQL you'd see 2 columns, DATA_TYPE and OLD_DATA_TYPE c.f. http://doc.4d.com/4Dv16R4/4D/16-R4/System-Tables.300-3451015.en.html the "type" attribute in structure xml corresponds to DATA_TYPE except for UUID (which is type="10" store_as_UUID="true" instead of type="13") it helps to have a brute-force bidirectional case-of mapper if you need to use Type()... > 2018/04/20 10:17、Jeremy French via 4D_Tech <[email protected]> のメール: > 1) What does the "type" attribute refer to? > 2) How do we determine the field type from an XML Structure Export? ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

