unknown
2003-07-21 20:27:13 UTC
I think the fix may be in CR 288264, but I'm not sure how to tell if that
fix has been done and released (see below):
***************************************************************
Problem Description:
PowerBuilder 6.5, 7.0.3 and 8: DataWindows with groups do not behave
properly when scrolling. When it scrolls a line appears randomly inside. A
gray bar appears in the middle of screen and display of the group header
repeats.
Key Words: --Select the Keywords -- Datawindow Group
Tip or Workaround:
The gray line in dw with groups is a feature that was added in PowerBuilder
6.0 with virtual scrolling. The gray line was introduced to indicate where
the fixed page boundaries are, and that's why the headers were displayed
again. In PowerBuilder 7.0.3 build 10140 & higher and PowerBuilder 8.0.1
build 9048 & higher, you can hide this gray line at run time with the
following:
dw_1.Modify("DataWindow.HideGrayline='Yes'") or
dw_1.object.DataWindow.HideGrayline='Yes'
or show it with:
dw_1.Modify("DataWindow.HideGrayline='No'") or
dw_1.object.DataWindow.HideGrayline='No'
Resolution:
CR# 288264 opened as an product enhancement to hide repeated group headers.
fix has been done and released (see below):
***************************************************************
Problem Description:
PowerBuilder 6.5, 7.0.3 and 8: DataWindows with groups do not behave
properly when scrolling. When it scrolls a line appears randomly inside. A
gray bar appears in the middle of screen and display of the group header
repeats.
Key Words: --Select the Keywords -- Datawindow Group
Tip or Workaround:
The gray line in dw with groups is a feature that was added in PowerBuilder
6.0 with virtual scrolling. The gray line was introduced to indicate where
the fixed page boundaries are, and that's why the headers were displayed
again. In PowerBuilder 7.0.3 build 10140 & higher and PowerBuilder 8.0.1
build 9048 & higher, you can hide this gray line at run time with the
following:
dw_1.Modify("DataWindow.HideGrayline='Yes'") or
dw_1.object.DataWindow.HideGrayline='Yes'
or show it with:
dw_1.Modify("DataWindow.HideGrayline='No'") or
dw_1.object.DataWindow.HideGrayline='No'
Resolution:
CR# 288264 opened as an product enhancement to hide repeated group headers.