rbuser
Comments
-
Hi,
pse see below.
-
After spending several hours I was finally able to track down the problems
once I found that I could not duplicate the problem on a second server set
up with very similar software and all of Delphi 6 and the add on's being
identical. … -
"Jim Bennett \(Digital Metaphors\)"
-
"Jim Bennett \(Digital Metaphors\)"
-
-
"John Griffith" wrote:
Of course.
At first, I tried stretching the GroupFooterBand, then realized that
you meant the Detail band - no need for a group at all.
Thanks for your help.
Gene Wei… -
I have solved this problem by stretching the band height so that it occupies
the size of the page, or if multiple bands so that the sum of the band
heights = the page height and that works perfectly. If the additional bands
are subre… -
Follow-up:
Did some additional testing and found that sometimes the AV occurred because
the Band object referred to in TppSubReport.SectionAfterSendPageEvent was
inaccessible.
My application was setup to allow users to sele… -
Great news, looking forward to it. We will need it immediately.
I have upgraded to Delphi 6 (can't easily go back to D5 for a separate reason).
We found the same TeeAbout problem with the pre-release Teechart and RB6. U… -
Hi Stefan,
sorry for bothering you, but I've overlooked a property of the ppDBpipeline
object -> SkipWhenNoRecords. Setting this to False, gives me the missing
records.
We're not using SQL but just tables with ran… -
Gerd (Peggy?),
how is the data setup in your report? I was assuming a SQL-based solution.
Is this the case? If it is not I led you on the wrong path. Please clarify.
--
elektronik-labor Carls GmbH & Co. KGHi Stefan,
Thanks for your advice. I've made a little program with 3 DBGrids,
containing the 3 tables. When I scroll through the main table, the other 2
are updated, just like it should be. Maybe the problem is how FlashFiler…Gerd,
this seems to be a FlashFiler problem that has come up before. It seems to
be related to the lack of outer joins in the actual version. I'm not totally
sure, so perhaps you should ask the gurus in The FF NG.
--<…Jim, Thanks for all the answers.
There is only one thing left which goes wrong. I have existing components in
a layout.
Now i create a region at run time and set the Region property for this
components which are in the summ…Can i do this during run-time? Is is possible to place everything in the
summary band in a run time created region?
I've tried to change the parent of the components but the parent property of
a TppComponent is readonly.
Re…You will need to do two things:
Expose the .Series[] property using your own RTTI class (and any
other unpublished properties and methods you need). See the RAP
help 'extending RAP - adding classes and properties via RAP' for
Don't really like this method as I will have to copy the original each time ReportBuilder is updated.
In a next maintenance release, you could add a protected property ListView that gives access to FListView...
This way, I could inhe…good afternoon, galley.
I, don't get to filter them you paginate when it orders to print for file
text.
How that to solve?
Thank you,
edimar
"Jim Bennett (Digital Metaphors)" gravada:
As a follow up, this only happens when "Normal" quality setting is chosen.
When choosing "Best" or "Draft", or "Custom", it works properly.
Hello Wim,
I experienced the same. Place a group around your detail band and set
the option 'keep together' for this group. You must use the
KeyField of your Data Pipeline for the Report as Datafield
for the group. Now the …I'm sorry, this is not what i meant. The problem is this.
I create a tppdbcalc at run time. Here i calculate the sum of a field from a
dataset.
I've place a tppvariable component in the footerband, and in the ongettext
event i wr…Sorry,
posted the message in the wrong newsgroup.
> Cool, so is there anyway to do this at run time? I use the 'center
I
Center align the text.
Ed Dressel
Cool, so is there anyway to do this at run time? I use the 'center
horizontilly in band'. That works great. But say my data could be dynamic. I
would like it to keep it's center no matter what.
> How do I align a label in the center of a page. 1. Without making the
labels
Use the alignenment pallet. Select "View/Tools/Align or Space" from the
pulldown menu. There are alignment tools there.
HTH,
Ed Dr…Actually, it is still possible to replace the preview form in the manner
described by the Developer's Guide, the new method is for if you want to
replace the previewer built into the designer as well. The problem is just
that the defa…Hello,
I think I have found the reason. In RB 5.x the previewer
was created by a form, but in RB 6.x it is created by
code. So the replacement is not any longer as described
in the Developer's Guide.
Klaus
If the hints were once there but now are gone, that's something you'll need
to take up with DM support at support@digital-metaphors.com. However a
custom preview form would not require work on your part for each update of
RB; RB allow…Hello Robert,
the
I never created a custom print preview form, but in older versions
the hints were available. I don't know exactly when they disappeared
or under what circumstances they disappear, but I think there