Kbase 33621: How to define a trigger for a column of a Dynamic Smart Data Browser
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P3621
GOAL:
How to add a trigger to a column of a Dynamic Smart Data Browser
FACT(s) (Environment):
Progress 9.1x
FIX:
Use the ADM2 function getBrowseHandle to retrieve the handle to the browse widget, get the handle of the column with the GET-BROWSE-COLUMN() method, then write code as follows:
ON 'MyEvent' OF MyColumnHandle RUN PERSISTENT MyEventProcedure IN THIS-PROCEDEDURE.