I have a table that is related to several other tables. On a NetWebPage, I want to delete a record and then based on the dct relationships delete records in the other related tables.
In a regular Clarion app I would do something like: Relate:MyTable.DeleteRecord(false)
When using a NetWebForm, the process works automagically, looking at the NetWebForm source, I can't find the delete code, so I can't duplicate it.
Long question short, how do I delete a table record with relational integrity on a NetWebPage?
Thank you.
David