A
astro
I've tried the following without success.......
AddHandler DS1.Tables("dial").RowChanged, AddressOf after_row_insert
AddHandler CType(Me.dgDials.DataSource, DataTable).RowChanged,
AddressOf after_row_insert
the 2nd raises an "invalid cast" error, neither redirects to my
'after_row_insert' event.
Any ideas why this is not working?
Thanks
AddHandler DS1.Tables("dial").RowChanged, AddressOf after_row_insert
AddHandler CType(Me.dgDials.DataSource, DataTable).RowChanged,
AddressOf after_row_insert
the 2nd raises an "invalid cast" error, neither redirects to my
'after_row_insert' event.
Any ideas why this is not working?
Thanks