I think I see the problem. Are you able to determine the fields/browses/etc. by walking the widget tree? If so, can you set the trigger doing something similar to?:
Code:
DO WHILE hObject <> ?:
IF hObject:TYPE = "BROWSE" THEN
ON RIGHT-MOUSE-CLICK OF hObject PERSISTENT
RUN whatever IN THIS-PROCEDURE (INPUT SELF).
hObject = hObject:NEXT-SIBLING.
END.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.