rbuser
Comments
-
Ok... we bought RB7 but our CIO still afraid to migrate from RB6 to RB7
.... it?s a shame....
There?s another way to solve this kind of problem ?
Thanks again,
Davi Marski
Brazil
-
Hohh. i could be wrong, but some properties (like outlinesettings) exists at
Version 6.0x ? I downloaded your example but doesn?t work with my RB
6.03...
Thanks in advance,
Davi Marski
Brazil
-
Hi Nard,
I see. The problem I had was that I was choosing File->Page Setup when I was
looking at a subreprot - and not the main report. I wasn't aware that their
was a seperate Page Setup for each subreport. It works if I foc… -
That did it. Thank you!
-
Hi Nico
Could you recommend a solution for this?
-
Hi Nard,
report
Thanks. This is what I wanted to do, but couldn't find out where to find the
size of the page. (I want it automatic, so if someone else is using
different paper, I don't have to hard code for everythin… -
I had a similar problem in my report when adding a footer to the report. I
later discovered that the footer plus the subreport were too big for one
page. To stop it from geneterating infinite pages i had to make sure that
the subrepor… -
Thanks again. I have tried to implement option 1 but that degraded the
preformance because that requires to return the whole dataset unless you can
tell me if there is a way to filter the result set.
Option 2, that I was not awa… -
Thanks again Nard for your response. I tried setting my Report's CachePages
property to true and in my future reports I will be setting that to true but
in this particular report I need something more than that to improve the
performa… -
Thanks Nard for your prompt reply,I have been playing with the second option
you suggested and that definitely fires the query only once which is what I
wanted for performance reason. But in my case the performance is degraded
because… -
Once more,
i got it. I made a virtual group for the subreport. In the
GetBreakValue-Event I made a groupbreak on half the items to print and it
works fine.
aBreakValue := inttostr(DsetInfo.fieldbyName('n').AsInteger*2 div… -
Hi Nico,
I tried out. It works fine for a normal report. But in a subreport the hole
report stops if I change the Printcount. :-(
Maybe there is a way to force a new column by event?
best regards
Bernd
I reworked the whole report and resolved some of my issues.
Thanks for your time Nico.
Can anyone confirm with me that KeepTogether did not work correctly in RB
5.56? It works consistently correct in 7.02 but not in 5.56.…Another point I could mention is that these Child subreports are inside of a
Section subreport - the Section subreport also forcing a new page on open.
Is the Section behavior somehow overriding the Child behavior?
Brian
Nico, thanks for the offer. Unfortunately the situation is quite complex
and I have not run into it in any simple case that I could cobble up. I
have been using RB for a long time and it works beautifully 98% of the time.
This is on…I have also tried to link the pipelines together. I have removed the linking
from the dataset to the query. Then on the pipeline, i set the
'MasterDataPipeline' to the main pipe. Then I set the MasterFieldLinks to
link my guid between…Thank you for your response.
I have verified that I am doing everything as I ought. It still numbers
things weirdly. I am going to assume I have some corruption somewhere and
try rebuilding the report like I did the last one.<…a
I forgot to mention that if I close the preview window and rerun the report
without closing the application form (destroying the report objects) The sub
report I'm having problems with will work correctly.
When I right-click on the query and select View Server SQL,
I can see it, but I can't edit it...
I did not understand your response, but I thought the gist meant
I should make a second query and link it to the first.
…Thanks,
But my problem is:
I have changed the style of subreport and in preview it does not appear in
the place that I have specified.
The subreport of type "sections" visualize in relation to their order of
creation?<…No, sorry.
I want to move a report of position in which she appears in tab of design.
I want to change the orientation of the paper to horizontal, but subreports
are child and the orientation does not establishes correctly.
I got it. I had copied from another line of code and forgot to change the
FieldValue to just plain Value on the variable.
It is working now.
Thanks.
--
_________________________________________
its placed in the detail band....it has got 6 labels that I can see when its
a child report...
Hi, me again ;-)
I tried something like that (multiple section subreports in a detailband)
some time ago, and most times result was a mess...mixed up bands from
several reports on one page, and stuff like that.
…
But how to chain section-subreports ? There's no shift-relative-to property.
oh ok, thanks for that.
managed to fix it, I had the label it was grouping by in the Group Header,
moved it to detail band and works fine now.
Hi Nard.
I did that. I group it by a label field that has the ID. I set the
.Caption in the OnPrint event of the label so for each ID, its a different
Caption each time it fires and therefore I get my groups correctly(on Page 1