Simplicty and flexibility!


Delete record in subform


Started by Giordano Villa
Search
You will need to Sign In to be able to add or comment on the forum!

Delete record in subform

I have tried the script but it doesn't work, I attach the file with the button2 in the form scedetest. I wait for your help!


Written by Giordano Villa 01/04/16 at 09:29:53

Re:Delete record in subform

New Feature in latest release 8.5.0.2450

YOu can now delete without getting dialogue based on the position of where the button is places.

RecordDelete("SubForm") will delete the row where the button is placed without affecting any other row.

More..

RecordDelete()

retval := RecordDelete().
RecordDelete("Argument")
RecordDelete("All")
RecordDelete("MainForm")
RecordDelete("Subform")+RecordSave()
RecordDelete("Subforms")

http://www.dataease.com/dg3_HelpView/?PageID=13764...


Written by DataEase 05/08/16 at 22:19:27 Dataease [{8}]FIVE
DG3_ForumList