On Tue, Feb 1, 2011 at 3:57 PM, JosepM <jmye...@mac.com> wrote:

>
>  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


I assume this button resides outside of the data grid. So clicking on this
button causes a line to be added and the bug you are seeing to occur?

-- 
Trevor DeVore
Blue Mango Learning Systems
ScreenSteps: http://www.screensteps.com
LiveCode Resources for Developers: http://livecode.bluemangolearning.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