Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table Maintenance Generator-Before Delete event not working with sort

Former Member
0 Kudos

Hi All,

I have requirement to sort the TMG for a custom table with non primary key and also to put condition for deleting entries, so that only specific entries can be deleted.

I did the sorting by adding MODULE SORT in the PBO of the Screen and providing the logic to sort EXTRACT and TOTAL tables with the required field. This is working correctly.

Also I used BEFORE_DELETE (Event 03) to unmark all entries selected, which is not satisfying the condition. This is also working as expected.

But, though they are working independently, these changes are not working together.

Please help me in resolving this issue.

Thanks,

Savitha

1 REPLY 1

bbalci
Contributor
0 Kudos

Hello,

Read my answer on this thread :

I think It can help you about finding examples for table maintenance events

and solution to your problem.