‎2009 Nov 12 9:33 PM
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.
‎2009 Nov 12 9:57 PM
Both my include (which contains the event source) and the rest of the Maintenance Function Group are activated.
‎2009 Nov 12 9:51 PM
‎2009 Nov 12 9:57 PM
Both my include (which contains the event source) and the rest of the Maintenance Function Group are activated.
‎2009 Nov 12 10:05 PM
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
‎2009 Nov 12 10:13 PM
That seems to have solved it. Now I can debug at least.
Thanks Rob!