04-03-2008 11:01 AM
04-03-2008 12:43 PM
translation:
forgive me but my french is poor, my wife is the french speaker of the family (she's in Rennes at the moment actually) but here's what I believe to be wrong.
althought your incoming data is 0-based your table is 1-based.... try changing:
InsertTableRows(panel2, PANEL_2_TABLE, 1, i, VAL_USE_MASTER_CELL_TYPE);
to:
InsertTableRows(panel2, PANEL_2_TABLE, 1, i+1, VAL_USE_MASTER_CELL_TYPE);