Consultor Eletrônico



Kbase P8382: How to use a leave event of a browse column created using fr
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/03/2003
Status: Unverified

GOAL:

How to add leave event of a browse column created using freeform query of a temp-table

FIX:

Manually create the trigger into Main Block section.
Follow an example of the trigger header:
ON LEAVE OF ttCustomer.CustNum IN BROWSE BROWSE-4 /* Cust Num */
DO:
....
END.