Kbase P97486: Contents of the first tab of a SmartFolder is overlaying the other tabs
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/11/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Contents of first tab of a SmartFolder is overlaying other tabs
Neither viewPage or showPage are being called
CAUSE:
The changePage procedure in the SmartWindow checked what the current page was then ran an internal procedure in the SmartDataViewer on that page. The SmartDataViewer on the first page had a VIEW FRAME statement in it that caused the frame to be made visible even though a page other than page one was current.
FIX:
Modify the internal procedure in the SmartDataViewer and remove the VIEW FRAME statement as it is not needed.