Delete does not work by Default

ashwin E1

Active Member
1) I have a Headerless detail form on which there is Delete button provided by Default and this Delete button doesnot work by Default (Deleting Grid rows) unless I give delete functionality inside the Button clicked. Why is this so?
2) If I enable multiple select and also give delete functionality inside the Delete Button and also enable Repeat for Grid in the delete button clicked event, still multiple rows selected for delete don't work and only the last line selected will delete. Why do you think this might be?

table Delete code i added is happening based on GCvalues (all Key fields) inside the delete button clicked Event.
 
I could be wrong about this but I seem to recall that default functionality on things like this breaks if the Form Data Structure is modified after form creation.
 
Back
Top