Hi! First of all, sorry for my english.
I have a function that edit some data from every record in a table.
I'm using a for to make it work. The problem is that in every loop it asks me to set the table in edit mode (
table1.edit
).
That makes the loop a lot slower and in the tables that I'm using, with 150 000+ records its a lot of time wasted. More than one second per record.
So I'm asking if there's a way to set the table in edit mode the first time and be able to use it like that.
Thx in advance!