Hi Peter
I use a dataAdapters and the source of the datatables are the dataAdapters. But I have about 350 dataTables and I have built tools to dynamically generate the syntax. I can’t have a generator for each set of data.
I do not understand why a text field is not displayed as a text field because it contains a %. If it contains a € or a $, it isn’t converted into a number ?
For the moment, my solution is into the PHP program which generate the datas and is to replace the char % by the chars °/o. But it is not very clean.