Kbase P15577: How to disable value change in a browse
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/11/2003 |
|
Status: Unverified
GOAL:
How to disable value-change on a browse until a requirement is met
FACT(s) (Environment):
Operating System
FACT(s) (Environment):
Progress/WebSpeed Versions
FIX:
Create a value change trigger in the browse that states;
Do:
If X NE Y THEN
RETURN NO-APPLY
END.