rbuser
Comments
-
Small correction:
DetailReport.Engine.Printing is actually True
DetailReport.Printing is False
DetailReport.Engine.PrintPosRect still stays with top = 0 though.
Cobus
--- posted by geoForu… -
Hi Nico,
Hmmm... Looking at my wording now it does seem a little vague.
Two data modules, one containing MainReport, one containing
DetailReport. Both reports are TppReport components.
On MainReport, Prin… -
Thanks Nico,
Judging from the demo, I'd say this is exactly what I needed.
Unfortunately it doesn't work in my case just yet - it has simply
highlighted an anomaly that I have never noticed before.
I have mult… -
You just made me win a bet, I knew you were going to give me 'Unfortunately
ReportBuilder was not designed...' answer. Every time something doesn't work
it is considered as 'not designed for..'. I really wonder when something IS
consi… -
I call Resetrecordcounts just before the report is printed
I will look into providing a demo but this will not be a simple task
-
Hi Nico
We use JIT Pipelines
The code that we use for storing pipelines is shown at the bottom of this
message
Basically we inherit from your JIT pipeline and store pipelines in a list
To set the rec… -
Am 30 Aug 2005 11:08:36 -0500 schrieb Red:
If it is your table you could add afield of number type and fill it with
the integer representation of the string-field.
Otherwise you could use a TClientDataset and add a Interna… -
Hi Nico,
I can create the calcfield in code and that appears in the sql just fine,
but how do i apply a filter? It works fine the report designer as the
autosearch criteria is replaced by the expression in the sql when I sele… -
Can I have 7.03 and 9.02 withouth any problem in the same delphi7
installation?
I really need to keep my installation working. I use some components that
use the version 7.03. what about recompiling w/9.02? Could I reinstall 7… -
Nop!
new app only with minimal example doesn't work!
Al properties as default, only:
1. assigned report to designer
2. assigned OnCustomSaveDoc event.
run program; hit Save button or menu but th… -
Oh I completely understand that - doing anything in a large code base is
always a huge undertaking. I was just curious because some tools
compile, but it is the designtime stuff that doesn't work in Kylix so I
just thought I'd che… -
Thanks Nico,
I will take a look and see if I can figure it out for this project.
Thanks,
Chris
-
Hi,
Anyone else had the same problem and fix it?
Thanks
Bruno.
-
Nard Moseley (Digital Metaphors) wrote:
Hi Nard,
Thank you for your attention.
1. This field is not calculated. It was created in the database
(MSSQLServer 2000), and its data type is varchar(2).
runnin… -
I just saw that I can't use
function AddAutoSearch(const aTableNameOrAlias: String; const
aFieldNameOrAlias: String; aOperator: TdaCriteriaOperatorType; aValue:
String): TdaCriteria; virtual; overload;
because it is … -
you have to sort by the grouped field :-)
please use your full name.
thanks
Ed Dressel
Team DM
-
Good morning,
sorry for my bad english but i think we misunderstand us.
This is an example in Delphi:
Series1.AddXY(1, 2, TimeToStr(Now),clblue);
It is possilbe to include this code in the end-user report desing… -
Good morning,
I mean the end-user report desinger and there i like to write
Data in the normal chart.
--- posted by geoForum on http://delphi.newswhat.com
-
Thanks Nard
This works well. If the subreport has gone onto a new page of my report due
to lack of space it means that I can make my graph bigger and move my legend
box down a bit
What is the best way to do this?
Thanks Nard
This works well. If the subreport has gone onto a new page of my report due
to lack of space it means that I can make my graph bigger and move my legend
box down a bit
What is the best way to do this?Hi Nard,
Theire response was :
"Neither of these is possible in a shared hosting environment I'm afraid"
Is it so that most users of Report Server have a dedicated server, or do you
know any providers/hosting co…Hi again,
tks for the quick answers but there are still some questions...
1. When I change the rowname (left-below) in the demo, the columnname
(fieldalias) stays the same. What do I do wrong?
2. When I change t…Thanks for the help.
well i have managed to get it almost working - just not the calcdb items
in a group footer. the report layout is as follows:
a single tiboquery to a tdataset to a tppdbpipeline to the tppreport
^group header[0]: payorpkid
sorry this is a bit confusing. in the original master/detail report the
master report was grouped on (example) vendor (group1) company (group2)
group1's options were keepTogether = false; newpage = false;
reprintonsubsequentpage = …Sorry, is my reply clear enough? I just want to say if using DBTEXT, the
exported result is different from what I see using DBMemo in report, the no.
of line in a cell of Excel is smaller than the no. of lines in DBMemos
component …In print to file Setup, in File type option, I choose "comma delimited", and
I save the file with extension .csv, so I think I am export to csv file
format, not text file, in fact there is not data missing using DBText, just
the en…If using DBText object, I found that the original enter key in the field
value has some display problem, for example, if using DBMemo, then there is
5 lines, but if using DBText and exported to csv file and then open in
Excel, only…it is not a wrapped text label, it is two separate label object, one on top
of the other, and when export to file, the two label becomes on the same row
in Excel, why?
I'm using version 7.03, is there any wrapped text label in 7.0.3…Nico,
i do not use rbaddon nor rotatedtext (which is now a standard component
right?)
we do have a bunch of own rb components so i'll see where that ends, in case
of difficulties i'll post again
another importa…