Binocs

binggoy

New Member
I'm having problems when accessing the Binocs in th GRN(Goods Receiving Notes). I'm fixing a certain problem in the said screen. I've created a Procedure in the rules of GRN-HDR where the system checks whether a grn-line exists for a particular grn-hdr. I've successfully done that, the problem occurs when i click straight to the binocs of the warehouse field of the grn-hdr. It seems that my procedure was bypassed. Is there any way I could capture this instance?

FYI: I've already placed a code similar to this:

&ANALYZE-SUSPEND _UIB-CODE-BLOCK _CONTROL W-Win W-Win
ON ENTRY OF {&WINDOW-NAME}
OR CHOOSE OF {&WINDOW-NAME} ANYWHERE DO:
IF AVAIL tt-grn-hdr THEN DO:
RUN (my procedure)
END.
END.

Is there any other way I could capture the ACTIVE-SCREEN? Or let the program determine that the user is accessing the binocs in the GRN screen



thanks
 
Top