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.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to