G
Guest
I have a report indicating the number of students involved in activities by
high school. The same constants keep repeating by school. I want to
suppress that line when all the schools offer the same activity such as
football.
Everything works except the height of the section. Here is the example code
I have! Does anyone know what I have got to change to get the height smaller.
If bytCnt = 255 Then
Reports!rptTHarrisA.GroupHeader1.HEIGHT = 0.5
LabelA.Visible = True
LabelB.Visible = True
LabelC.Visible = True
LabelD.Visible = True
LabelE.Visible = True
bytCnt = 0
Else
Reports!rptTHarrisA.GroupHeader1.HEIGHT = 0.25
LabelA.Visible = False
LabelB.Visible = False
LabelC.Visible = False
LabelD.Visible = False
LabelE.Visible = False
End If
Any help is appreciated. Thanks Granny.
GroupHeader0 is the school District, GroupHeader1 is the high school break.
high school. The same constants keep repeating by school. I want to
suppress that line when all the schools offer the same activity such as
football.
Everything works except the height of the section. Here is the example code
I have! Does anyone know what I have got to change to get the height smaller.
If bytCnt = 255 Then
Reports!rptTHarrisA.GroupHeader1.HEIGHT = 0.5
LabelA.Visible = True
LabelB.Visible = True
LabelC.Visible = True
LabelD.Visible = True
LabelE.Visible = True
bytCnt = 0
Else
Reports!rptTHarrisA.GroupHeader1.HEIGHT = 0.25
LabelA.Visible = False
LabelB.Visible = False
LabelC.Visible = False
LabelD.Visible = False
LabelE.Visible = False
End If
Any help is appreciated. Thanks Granny.
GroupHeader0 is the school District, GroupHeader1 is the high school break.