Currently I'm using smartclient 12.1p,
Is there any proper ways to edit 1000 rows of records with the most efficient ways?
Currently my program will use a loop to assign data into 1000 rows,
I am trying to make this process faster, is it possible to disable redraw and enable it back after I finished edit those 1000 rows?
Is there any proper ways to edit 1000 rows of records with the most efficient ways?
Currently my program will use a loop to assign data into 1000 rows,
I am trying to make this process faster, is it possible to disable redraw and enable it back after I finished edit those 1000 rows?
Comment