05-06-2008 11:36 AM
05-07-2008 02:20 AM
Hi Diego,
after you insert the new table row, just add this code:
GetNumTableRows (panel, PNL_TABLE, &num_rows);
SetCtrlAttribute (panel, PNL_TABLE, ATTR_FIRST_VISIBLE_ROW, num_rows);
05-07-2008 09:09 AM
05-07-2008 09:18 AM
Hello Diego,
A table cell containing a numeric value cannot be empty, so it is not possible to add a complete blank row when the table contains double columns. A possible work around would be to represent the double values in a string cell.
05-07-2008 09:35 AM
Wim,
Yes, I came to the same conclusion, but was double checking.
Thanks again for your input.
Diego
05-07-2008 11:15 AM
05-08-2008 02:29 AM
05-08-2008 11:25 AM