New Row into datagrid and edit field

Shao Sean shaosean at wehostmacs.com
Thu Jun 9 06:30:37 EDT 2011


on mouseup
  put the dgNumberOfLines of group "ElencoTelefoni" + 1 into theLineNo
  dispatch "addLine" to group "ElencoTelefoni" with theRowData,  
theDataColumns, theLineNo
  ScrollLineIntoView theLineNo
end mouseup




More information about the use-livecode mailing list