I am trying to ad a trigger to a button in a modified RM_Customer_Maintenance form that is in the Project Acccounting dictionary. I have tried using Trigger_RegisterFocusByName but with no luck:
Trigger_RegisterFocusByName(258,"'(L) CopyAddress' of window RM_Customer_Maintenance of form RM_Customer_Maintenance",TRIGGER_FOCUS_POST, TRIGGER_BEFORE_ORIGINAL, script RM_Open_Customer_Copy)
I've used the SDT to look at the resources but it doesn't see the modified form. Right now I'm using Trigger_RegisterForm to add it to the Additional menu but it is replacing some VBA code that ran off a button, so I have some retraining issues with users.
*This post is locked for comments
I have the same question (0)