I have a problem with a table control.
I display in this control 500 rows; each record contains about 10 fields (string, float and int).
During the tests in debug mode the program works correctly; When I build the project and run the .exe file, the program crashes when it ends to load the values into the table.
So I have two differents behaviours in debug and release mode. What can I do?
I tried to:
- use SetCtrlAttibute (... , ATTR_CTRL_VAL, ...) to increase speed (it was slow before)
- set the table not visible during the update proce
Can you help me?
Thank you!
PaoloP