Kbase P73460: Calculator button displays with static viewer even if hidden.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/15/2009 |
|
Status: Unverified
SYMPTOM(s):
Calculator button displays with static viewer even if hidden.
With a static SmartDataViewer, even if a Decimal SmartDataField is hidden using its hidden attribute on it's property sheet, the popup calculator button will still display at runtime. This does not happen with a dynamic SmartDataViewer.
FACT(s) (Environment):
Dynamics 2.1A
CAUSE:
This is a known issue being investigated by Development
FIX:
Workaround:
Use the hideWidget function to hide the smartDataField and its popup button at runtime. For example in an orderline static smartDataViewer, create an initializeObject override and after RUN SUPER use:
hideWidget("Price":U).
to hide the price field.