How to get the deleted rows from SaveFormData
By judam
IRRecordset2 rstDeleted;
rstDeleted = (IRRecordset2) pForm.SecondaryFromVariantArray(
Recordsets, “Assistants”);
foreach (object deletedId in rstDeleted.DeletedRecordIds)
{
//Do Something with your id here
}
This entry was posted on September 10, 2007 at 11:35 pm and is filed under Appserver Rule, Pivotal Rich Client. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.