I created a user event for a datawindow that has arguments defined. I want to pass arguments to this user event by using dwc.PostEvent ().
However I have not found the correct syntax to do this. I've tried variations, including the following, and nothing I've tried works.
dwc.postevent user_event_name(arg1, arg2) // this does not work
what is the right syntax to Post a dwc's user event that has arguments defined?
Keith
However I have not found the correct syntax to do this. I've tried variations, including the following, and nothing I've tried works.
dwc.postevent user_event_name(arg1, arg2) // this does not work
what is the right syntax to Post a dwc's user event that has arguments defined?
Keith