How do I delete records (in the database) from a repeating table (form)?

  • Thread starter Flemming Christensen
  • Start date
F

Flemming Christensen

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?
 
M

mzuerker

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top