Re: New Row into datagrid and edit field

2011-06-10 Thread Trevor DeVore
On Thu, Jun 9, 2011 at 5:57 AM, Alessandro Pisoni alessan...@system-ini.itwrote: 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

New Row into datagrid and edit field

2011-06-09 Thread Alessandro Pisoni
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,

Re: New Row into datagrid and edit field

2011-06-09 Thread Shao Sean
on mouseup put the dgNumberOfLines of group ElencoTelefoni + 1 into theLineNo dispatch addLine to group ElencoTelefoni with theRowData, theDataColumns, theLineNo ScrollLineIntoView theLineNo end mouseup ___ use-livecode mailing list

Re: New Row into datagrid and edit field

2011-06-09 Thread Shao Sean
sorry.. i thought you wanted to scroll to the new line added.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: