rbuser
Comments
-
The same thing happens inside the Learn Report Builder tutorial. The
mousewheel does need a kick start. I have been clicking on the
scrollbar and then the mousewheel works.
--
Michael Riley
GySgt USMC Retired
Strange... When I run RB demo all works fine. In my app it doesn't.
I'll look into it further.
It happens at runtime. I just call ppReport.Print and it goes to
default print preview window (not customized). Report has pip…Hello Nico,
That works just fine. Thank you very much.
Regards,
Stef Merlijn
Hello Nico,
Thanks for you answer.
I created the new dialog as a new class derived from TppPritnDialog
TfrmRBPrintDialog = class(TppPrintDialog)
btnPrinttextSetup: TButton;
procedure btnPrinttextS…This is not the only place this error occurs. It will also occur in the
ScaledColumnLeft procedure too if the same situation occurs.
Nard Moseley (Digital Metaphors) wrote:
Hi Nard,
got it solved by putting a ppReport.Reset after the first
ppReport.print. Tried to create an example, but, as expected, that
works without problemsin Double rows Comment by rbuser March 2012
Hi Nico
Now it works fine :-). It was the detail band's print height witch was
Static. I turned it to Dynamic and it works great now.
Tanks a lot.
Best Reagards
Christoph
Am 05.03.2012 16:09, schrieb …Hi Nico
Yes I use a DBCalc component and a TppJITPipeline to get the records. In
the TppJITPipline I use:
function TfAbfragen.AbfrageDatenCheckBOF: Boolean;
begin
Result:= gvQueryFunction.DataController.IsBOF;
Thank you Nico!
On 3/7/2012 6:38 PM, Nard Moseley (Digital Metaphors) wrote:
Thanks very much for taking the time to do all the experimentation. I'll
put together my test project and forward it to you. Like you, I found
that any data gr…On 3/6/2012 4:08 PM, Nard Moseley (Digital Metaphors) wrote:
Thanks very much for the reply. I guess it's just a matter of different
levels of compatibility with databases other than the BDE. As I
mentioned in my second post, …On 3/5/2012 3:14 PM, Al wrote:
Just as a matter of interest, I played around briefly with FastReport,
and discovered that it has no problem at all with Apollo's data access
components including their different filtering …Ok Nico, thanks!
I solved all my problems by setting TppViewer.Report = nil.
Now I apply this setting at runtime at OnCreate Form event.
Everything is working like a charm!
Well, looks like I managed to find out what was happening.
I had a TppViewer connected to my TppReport.
TppReport Device Type = Screen.
I deleted TppViewer from my form and now I can preview my reports at design
Hi Nico,
Thanks a lot. Works like a charm now with very little flickering.
Best regards Uli
Hi Nico,
OK, what exactly do you need?
No, in this case everything works fine and as expected.
1.
PageBreak.visible := true;
Run Report: ok
PageBreak.visible := false;
Regenerate Repor…I removed all event handlers of the report.
The report has 3 subreports, in one of them a PageBreak is placed.
PageBreak.visible := true | Report prints fine
PageBreak.visible := false | Report prints fine
PageB…Nico,
Sorry about the confusion.
Again you are right. It fires, but due to a condition which never could
be true, the pagebreak stayed at visible = false.
The reason for the wrong value in this condition …Nico,
I guess you meant "without the preview window closing"?
You are right. The closing of the preview was caused by another print
call, I used during some preparations of the new print.
I removed that a…Hi Nico,
thanks it works.
Have a nice day
Nico,
Meanwhile I found the issue and it works fine.
Thanks for your help.
Regards Uli
Nico,
Sorry, I use this code now and no watermark is printed:
What's wrong?
procedure THauptForm.MyReaderReadPage(Sender, aPage: TObject);
begin
CreateWaterMark.Page := aPage as TppPage;
end;
<…Nico,
Ah, cool. Thanks for this hint.
But I don't see how to use this code with a TppArchiveReader component.
There is no OnEndPage event.
Thanks and best regards
Uli
Thanks !
Den 09-03-2012 15:34, Nico Cizik (Digital Metaphors) skrev:
Hi Nico
Thanks. But it still doesn't work the expected way.
I have a dbcalc1 with lookahead=true on the groupheader (inside Region1)
and the groupheader has this event:
procedure TfmDimRap.ppReport1GroupHeaderB…"Nard Moseley (Digital Metaphors)" wrote in message
"Nard Moseley (Digital Metaphors)" wrote in message
Nico,
That's what I meant.
As I mentioned, there were some reports with blank detail bands printed.
Normally the database should *always* contain data.
The question is: is it possible that rb doesn't print a detail b…Am 12.03.2012 13:57, schrieb David Wolf:
I've got an solution for this problem. I changed the color to white. Is
this the only opportunity ?
Also I've got two questions more.
3. How can I make the with/ hight of a co…Hi Nico,
now my crosstab is in the correct form, but some problems are still
existing.
Look of crosstab:
Date
Data 01.01.2012 02.01.2012 03.01.2012 04.01.2012
Count of 1 1 1 1
shortcut