Kbase P3621: How to define a trigger for a column of a Dynamic Smart Data Browser
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/06/2005 |
|
Status: Verified
GOAL:
How to add a trigger to a column of a Dynamic Smart Data Browser
GOAL:
How to add triggers to a Dynamic SmartDataBrowser
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.