New Row into datagrid and edit field
    Alessandro Pisoni 
    alessandro at system-ini.it
       
    Thu Jun  9 05:57:39 EDT 2011
    
    
  
I have a button that creates a row in my datagrid but I would be automatically moves to the specific field in that row. how can I do?
on mouseup
   put the dgNumberOfLines of group "ElencoTelefoni" + 1 into theLineNo
   dispatch "addLine" to group "ElencoTelefoni" with theRowData, theDataColumns, theLineNo
 ??????????
   
end mouseup
Cordiali Saluti
Alessandro Pisoni
    
    
More information about the use-livecode
mailing list