datagrid: rows disapear when add new row
JosepM
jmyepes at mac.com
Tue Feb 1 15:57:42 EST 2011
Sorry...
on mouseup
put the dgNumberOfLines of group "dg_test" of this stack into tFilas
if tFilas<9 then
put "00" & tFilas+1 into tLinea
else
put "0" & tFilas+1 into tLinea
end if
dispatch "addLine" to group "dg_test" of this stack with tLinea
dispatch "ResetList" to group "dg_test" of this stack
end mouseup
--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-rows-disapear-when-add-new-row-tp3251346p3252939.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list