movelayout .....NOT WORKING

  • Thread starter Thread starter K90267000
  • Start date Start date
K

K90267000

hi all...
I am trying to let data in headergroup "flow" into its detail section.
So i set...........

Private Sub GroupHeader0_Format(Cancel As Integer, FormatCount As Integer)
Me.MoveLayout = False
End Sub

it didnt work.....detail still only starts after entire headergroup section...
they don't overlap

HELP!!

Thanks :)
 
Try playing with the value of the PrintSection property as well (and
possibly the NextRecord property too)
 
Thank you for assisting even though i have such a brief description...
I tried but didnt solve (actually all the data was printed out..just that it
is not the layout i wanted)
Let me further clarify..
Its a report...which contains a groupheader..
In the group header, I have some controls which i want it to appear
vertically down on the right side of my report....
and the detail data to appear on left side of the report...

GROUP HEADER TEXT GROUP HEADER TEXT GROUP HEADER TEXT GROUP HEADER TEXT
DETAIL GROUP HEADER TEXT
DETAIL GROUP HEADER TEXT
DETAIL GROUP HEADER TEXT
DETAIL
DETAIL
DETAIL

Thanks !
 
By the way,
I can achieve the desired layout using "underlay following sections" using
CRYSTAL REPORTS.
I wanna find out the MS ACCESS-equivalent way of doing it.
Thanks!
 
Problem solved!
I accidentally set detail section to "Force New Page before section"
that's why,
now its ok..
 
Back
Top