I have a datasource connection to a table showing multiple records in a
repeating table on the form.
I want to place a [Del] button and delete the active record both in the
repeating table AND in the database using .NET, but how do I do that?
mzuerker@gmail.com - 08 Apr 2005 16:12 GMT
There are a couple different ways to do this. You should be able to
search the SDK documentation for the term xCollection::remove to find a
couple examples of this. I hope this helps!