I have a Display only Form with a List View Table tied to data in another form. While scrolling through the table, what commans can I use to allow the user to delete a record in the table and have the record deleted in the data form? Thanks
#141459 - 09/18/0908:49 AMRe: How to delete a record
[Re: rspangle]
Matt Reinfeldt
Old Hand
Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
go through the run-process commands in the workflow guide. There's one for deleting entries. Very straight forward to use. Typically, I simply push a keyword to a field on the target form, that I call 'Operation' or 'Command', like "DELETE RECORD",and then have a filter stack catch the keyword and delete the record.