Topic Options
Rate This Topic
#141449 - 09/09/09 07:27 AM How to delete a record
rspangle Offline
Stealth Member

Registered: 10/22/08
Posts: 6
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

Top
#141459 - 09/18/09 08:49 AM Re: How to delete a record [Re: rspangle]
Matt Reinfeldt Offline
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.
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top