Problem with CrossView
I'm a newbie here.In my report I have 1 Reportitle,1 Pageheader(header of the table) 1 Masterdata band with 1 CrossView with manual build.After that I need a more band (Reportsummary or Footer..).
The problem is that,after printing the CrossView it do not update the CurY so the next band do not print under the Crossview.I need to count the Height of the masterdata band to update the CurY but it's not very nice.Do you have any solution?Sorry for my bad english.
The problem is that,after printing the CrossView it do not update the CurY so the next band do not print under the Crossview.I need to count the Height of the masterdata band to update the CurY but it's not very nice.Do you have any solution?Sorry for my bad english.
Comments
If you create Crossview at runtime make sure its height is less than height of the band.
2. Add ChildBand to MasterBand and lay all the information you need for summary etc.
Have a look at attached example.
Mick
And my suggestion was to help you get this result without any need to use CurY [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Did you TRY to make change of your report according to my suggestion or not? Can you attach an example (PDF, JPG) of your prepared report after adding to it changes I mentioned? This will be usefull for me to search for more solutions. Mick[/img]
I mean - childband is always positioned below the CrossView no matter how big it becomes at runtime.
Language doesn't matter [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> But you can attach this piece of your code where you create CrossView and fill it with data at runtime. Mick[/img]