Luis,
you posted the following responcse to this issue earlier:
I decided to try and load it as Columns instead of rows.
I am now getting an error "Argument to small".
SetTableCellRangeVals (run_table_panel, RUNDATA_TABLE, MakeRect (1, 9, 3, 1), &ulog_icard_msg_p[0].DIAL, VAL_COLUMN_MAJOR);
I defined the pointer as follows:
ulog_icard_msg_p = (struct ULOG_ICARD_MSG *)malloc (sizeof (struct ULOG_ICARD_MSG) * 10);
ulog_icard_msg_p[0].DIAL=1;
ulog_icard_msg_p[1].DIAL=2.2;
ulog_icard_msg_p[2].DIAL=3.3;
so believe to load a column 3 rows high shouldn't be aproblem?
Fred