Hi again:
I wanted to capture any save on a Position Setup record and came across this blog post from David and thought I had my solution. I made the SaveRecord field visible from within Modifier and then successfully registered the script in VBA. However, when I try adding code to the SaveRecord_BeforeUserChanged handler, it fails to fire when I click the Save button. I also tried implementing the SaveRecord_Changed handler and it fires just fine... twice on each save even.
I then tried the equivalent DisplayExistingRecord handlers. Again, the Changed fires, but the BeforeUserChanged does not.
I found another post by a developer suggesting the problem started when s/he upgraded to GP 2010. I'm on 2013. Does anyone know anything more about this?
I'll try the Window_AfterModalDialog approach next, but this definitely seems "kludgier".
Many thanks,
Pab
*This post is locked for comments