rbuser
Comments
-
Thanks for the reply Nico,
Outlook is not loaded... its Outlook Express on a 2003 R2 Standard Edition
Server accessed through a terminal server session.
Outlook Express works fine, it just won't pull-up using RB email icon in
p… -
Hi Nico,
Thanks for that. Sorted it by including a custom version of the
ppDisplayFormat.pas file my application source folder.
Best regards,
Simon
-
It soulds like you have most everything configured correctly. Did you select
the pipeline in the report? In the designer form the main menu select
'Report/Data', or for the report object assing the 'DataPipeline' property.
Ed … -
Hi
Sample Program and data sent.
Regards
PLJ
-
Hi
I have run this in more detail and the exception occurs on line 1795
FCancelDialog.ppShowModal;
I will endeavour to create a small application to demonstrate this.
Regards
PLJ
{display … -
Hi
Environment id Delphi 2007 Professional
Access Violation occurs in class TppProducer
Unit ppProd.pas Line 1798
Hope this helps.
Regards
Philip L Jackson
-
> Hi Man,
I figure out the problem by finding the 'ResetGroup' property of the group
detail band pointing to the wrong group.
-
Nico Cizik (Digital Metaphors) wrote:
Thanks Nico, works great.
--
-
Arno Verhoeven wrote:
Forgot to mention : BDS2006, RB10.08, WinXP sp3
--
-
Found it...
OnAfterGroupBreak.
Regards
Petter
"Petter Topp" skrev i melding
-
Hello Nico.
This works fine except, My grand total is growing for each group I have.
Where can I reset the Variable I have created?
Regards
Petter Topp
-
Thanks Nico, and sorry for the "From" name, wrong settings in Outlook
Express...
Regards
Petter
-
Hi Nico,
I try these:
procedure TDM_Danfe.ppDetailBand3AfterPrint(Sender: TObject);
begin
if RelDanfe.DetailBand.Count = 22 then
ppFooterBand2.Visible := True;
end;
It works more less, now… -
Ok Nico, in this case for me doesn't work, because I have many
components... I thinking... if I create a Footer, the footer show me in
each page as default, right?
Ok, but my doubt is other now... I want to print the footer i… -
Can I send you my report? If yes, how I do these?
Thanks
-
Thanks Nico,
I see the sample in the link, and I have one doubt: is in DrawGroupFooter
Its draw a New Footer in blank space, correct? but in my GroupFooter I
have many components, it's impossible to create one by one, the… -
Thanks Nico,
That's very helpful.
Tim.
in
includes
both
and
traversal.
new
left-
to-
--- posted by geoForum onThanks again Nico.
Are there any examples of writing a report at runtime. I am new to both
Delphi and Report Builder.
Thanks,
Tim.
column
values
column
to-
bottom
Hello!
Now I'm trying a different approach. I created a master/detail
relationship in run-time. It seems ok, and the calls to
MasterRecordPositionChanged are coming as expected. But... nothing appears
in my report. As soon …Hello!
It's me again. I'm stuck... I can't find any events in the band besides
BeforePrint and BeforeGenerate. I tried the subreport's
BeforeOpeningPipelines event, but it didn't work either. It seems that
only the main rep…Hello!
I tried altering the SQL in the BeforePrint and BeforeGenerate events.
Neither worked.
I'll look into it.
Thanks,
Andr? Taffarello
--- posted by geoForum on …Now we have the solution. Citrix simulates the graphic memory. But for
each session there is only 32 MB.
We solved the problem that the user can set the color depth only to
16bit (not to 24 bit).
Best wishes
Bernhard
…Now we know, that the reason is CreateCompatibleBitmap. In a simple
testapplication I'm creating with citrix many bitmaps with 256*256
pixel. On Citrix I'm only able to create 141 bitmaps. If I'm creating
bitmaps which are bigger (…Delphi 2007, RB 10.06, Windows 2003
Bernhard Roos schrieb:
Thanks for your answer.
We have all checked and there is definitive no resource leak.
On the computer where it happens there is in this moment enough free
memory. It happens always in CopyBitmap.
Best wishes
Bernhard
<…< One option would be to try placing the report object on the
datamodule to ensure the proper datapipeline is found and used first. >
Thanks for the help Nico, above works fine.
Nico Cizik (Digital Metaphors) wrote:
I wasn't clear whether you meant create another query thing or do this in
the original (clients) one so tried both.
I can't add the Group By bit, as DBISAM doesn't like it and w…Well the client table has ClientID, name, date of birth, address and other
details, some of which I have on the report, with various search criteria.
The hours table has ClientID (this is the link between the two),
StartDate, …Sorry,
Was a bit quick when writing the Topic line:
Problem is: RAP 10.07 - Variable in Summary calculated AFTER subreport total
in groupfooter band ??
Hans Christian
"Hans Christian Stadtler" …Nico Cizik (Digital Metaphors) wrote:
Thanks Nico, got it working now.
kind regards
Arno
--