rbuser
Comments
-
Thanks Nico,
I didn't know that was there
Nigel
-
The message below has unstated wrong assumptions, so ignore it.
-
On Thu, 22 May 2003 09:16:06 -0600, "Nico Cizik \(Digital Metaphors\)"
-
Nard,
thats a clear statement!
and the statement jim made is even better: rb.net fully integrated in d4.net
thx
marc
-
so does this mean that the actual development only will start when the
D4.Net will be available?
-
Thanks Jim, a simple project has been emailed.
Cheers,
-
Thanks Jim,
A report with nothing but a non data aware pprichtext does it.
Do you mean a small sample using ewf?
On the ps you mean that Sybase 5.5 is the culprit? The sample
database I gave you was just a newl… -
Nice analogy Ed!
I figured there would be a bit of 'guess-work' involved. Is there a way to
get the number of records before making the query active? I tried using the
.prepare on the query, but apparently the query has to be … -
> What is the best way to be able to get an accurate progress from a
standard
Chris:
It's a bit like trying to figure out how far you are through life: there's
no way of really knowing if you don't know the end poi… -
It is difficult to create a simple project for that particular report.
Anyway I will try to generate a simple project togather with the similar
problem in below.
I have another report which will keep on generating when I click t… -
I did not store the value in anything. These are my code:-
procedure TForm1.ppVariable5Calc(Sender: TObject; var Value: Variant);
begin
inherited;
{ Convert Quantity to Combine UOM }
Value := FormatBaseToCombin… -
It Worked OK, Thanks.
-
Hi,
I had a same problem when testing ReportBuilder on forms on one printer
driver (original HP driver for LaserJet2100) while on Microsoft WinXP HP
LaserJet 2100 driver seemed to work fine.
After spending some paper we finally c… -
Hi1
Maybe you should install the same printerdriver and change the
printdestination in the printerdriver to Save To File.
HTH
Gruß aus den Bergen
Günter
-
> Are you able to recreate this bug in our crosstab demos? If so, please
Does an archived report help too?
Bernd
-
Yes thanks, this the answer to my second question. Do you have an answer for
my first question too?
This looks like a bug+ I have no work around.
BTW: It seems, as if blanks at the end of the cation get multiplied with
Any news on this one?
Bernd
the
> Sorry, but there is currently no way to force an empty column in a
Crosstab.
ReportBuilder.
A crosstab is a powerful tool to present information. This particular
question has been asked on this newsgroup many times so…Hi Robert,
Yes, you are very right! Sorry, I completely missunderstood the meaning of
"BottomOffset". A simple look into the online help would have been enough.
As I formerly told and as you now can see: I'm not very exper…Eric,
Did you try to set the BottomOffset and didn't it work or are you just guessing
that it will not work?
If ppRichText1.Stretch is set to true, it will take as much vertical space as is
needed to print…Hi Robert,
Thanks for your reply.
But this won't work because the position of ppRichText2 depends on how much
ppRichText1 has to stretch. Remember: All TppRichTexts are set "…Eric,
does it help if you specify a BottomOffset for ppRichtext1 ansd ppRichText2?
HTH
Robert
Eric Welte schrieb:
Problem is, I don't have a chart on a form, so I can't go through the
rigamarole of copying it to an image. Decided instead to ignore access
violations in the destructor of the data module that attempts to free the
report & the c…Jim,
There is no such option in Add/Remove programs .
Do all RB versions set one up?
regards
Richard
On Wed, 28 May 2003 10:10:14 -0600, "Jim Bennett \(Digital
Further to my earlier post,
Having uninstalled and reinstalled RB again, the violation seems to be
occuring now at the Finish stage of the report wizard.
I get the access violation, but then the report does seem to be
Hi Nick,
the ordering is done by the database. AFAIK, a 'ORDER BY' clause shouldn't exclude NULL values.
When the column is used in the 'WHERE' clause then you have to include NULL values explicitely.
Did the generated SQL expre…
This link don't work!
Raffaele Gabrielli
Ok, but my question is that ppReport.Groups[i].BreakNo = 0 until I execute
de "ppReport.Print" Method?
Is There another way of getting the ppReport.Groups[i].BreakNo > 0 before i
execute the "ppReport.Print" Method?
> Try connecting the datasource of the pipeline to a DBGrid on a form just
to
I already see the data at runtime in form view. Going to the last record is
ok.
Yes, I have 7.02.
No I can`t even reproduce the problem. …