Android Question flexitable and duplicate rows

afields

Member
Licensed User
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!!!
 

afields

Member
Licensed User
Without seeing your code it's impossible to help you.
Could you post a small project showing the problem.
thanks klaus for your quickly answer. i'm not at the place where i have the program.as soon as i'll be i will do what you ask klaus.
thx again
 
Upvote 0

afields

Member
Licensed User
thanks klaus for your quickly answer. i'm not at the place where i have the program.as soon as i'll be i will do what you ask klaus.
thx again
i'm back. well. i think that the problem was (is) in the way how i use list, arrays and strings.
i have a sub that fill the table. i pass to it a list ( parameter). if i do not "touch" that list and only use it to fill the table with addrowautomaticwidth or simple addrow no problem. however, if i try to copy that list to another and then add to that list other items ( method add) i've got a message "....string[] cannot be casting to list...". anyway, i'm not having more problem ( at least for now) because i had use sql command to do what i wanted.
thx anyway.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…