hi to all.
well i'm back. this time with a strange problem.
first the not problem:
making a query to a sqlite database and filling a flexitable with addrowautomaticwitdh. no problem
then the problem:
i also want, for each row, to add 4 columns which have always the same values...
so for each row that i've got from getrow method (sqlite) i copy each column value to a array and add those extra columns. when i use addrowautomaticwitdh method i see the first rows ( those that are visible) ok but when i go down ( to see more rows) i've got duplicate rows values).
after i had used addrow method but still with a problem: now quite all rows are ok but in the middle there are 1 row that's out of order!!!