Application Development and Automation 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: 
Read only

Table Maintenance Events are not triggering

Former Member
0 Likes
3,097

Hi,

I must be missing something critical here. I have a custom table and from that table, I created a Table maintenance dialog. I went to Environment->Modification->Events and created an Entry for Event 01. I saved the entry. I click on the editor button and it takes me to my source for event 01. I create some data entries and my event doesn't do anything. So I set a breakpoint in my event source. When I create the next entry, it never breaks. Is my event even triggering? How would I know? Am I missing a step?

Thanks for the help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,538

Both my include (which contains the event source) and the rest of the Maintenance Function Group are activated.

4 REPLIES 4
Read only

Former Member
0 Likes
1,538

Is the code active?

Rob

Read only

Former Member
0 Likes
1,539

Both my include (which contains the event source) and the rest of the Maintenance Function Group are activated.

Read only

0 Likes
1,538

After you created the event, did you click on the "change" button on the first screen of the TMG? I think you may have to select "create modules" (but I'm not entirely sure about this).

Rob

Read only

Former Member
0 Likes
1,538

That seems to have solved it. Now I can debug at least.

Thanks Rob!