Kbase P133883: SmartFilter button is disabled within a SmartToolbar after migrating to 10.1C
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/9/2008 |
|
Status: Verified
SYMPTOM(s):
SmartFilter button is disabled within a SmartToolbar after migrating to 10.1C
FACT(s) (Environment):
OpenEdge 10.1C
Windows
CHANGE:
Migrated from 10.x to 10.1C
CAUSE:
Bug# OE00173065
FIX:
Upgrade to OpenEdge 10.1C02
To workaround it, change the Filter action's EnableRule to
"FilterAvailable=yes and QueryPosition=NoRecordAvailable,RecordAvailable,FirstRecord,LastRecord,OnlyRecord,NotFirstOrLast"
Or if you don't care about disabling when a parentis in new mode just change it to "FilterAvailable=yes"
This can be done directly in toolbar.p initAction (the filter is the last action) or in an initAction override by calling assingActionEnableRule.