Kbase P21056: How to enable or disable a cell in a smartDataBrowser?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/02/2004 |
|
Status: Unverified
GOAL:
How to enable or disable a cell in a smartDataBrowser?
FACT(s) (Environment):
Progress 8.3x
FIX:
Enabling or disabling can be accomplished in the ON LEAVE trigger of the SmartDataBrowser's column.
Table.Column:READ-ONLY in browse browseName = true.
Table.Column:READ-ONLY in browse browseName = false.