Kbase P28350: How to trap for the communication between a filter and an SDO (ADM2)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Verified
GOAL:
How to trap for the communication between a filter and an SDO (ADM2)
FACT(s) (Environment):
Progress 9.x
FIX:
One way is to create an override to the "confirmContinue" procedure in the SDO. The confirmContinue procedure is defined in datavis.p and is run from the ApplyFilter procedure (defined in filter.p) which runs when the user press Apply Filter Button.
The confirmContinue procedure has a logical input-output parameter, that when set to TRUE cancels the filtering action.