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






_______________________________________________
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