rbuser
Comments
-
On 09.08.2010 16:47, Nard Moseley (Digital Metaphors) wrote:
Worked for me, thanks.
-
On 09.08.2010 12:15, Nicola Studer wrote:
Sorry for missing information (if needed):
Delphi 7, RB 11.06
-
Not sure how to do this. I do not see any group icons. (Ver 9.01)
I have Fields Sign1 / Sign2 ..... Sign8.
I am trying to create a report where each page just shows Sign1 / Sign2 etc.
CHeers
SteveW
-
I now have a report with a header and footer containing a logo & page count.
I have added into the DetailBand
Subreport10
Subreport11
Subreport12
Subreport13
One below the other. ie 4 rows.
Each sub repor… -
This is a multi-part message in MIME format.
-
Hello,
I perhaps misunderstood your answer but this is what you wrote
(essentially hiding it):
It is
But you did it in the demo !!!! See ct117.rtm, ct118.rtm, ct119.rtm !
You can see t… -
Hello Nico,
The 'no sort' have no influence for hiding a row or not.
Check the demo, you can change the sort order, this will not change the
hiding state !
What happens ?
Regards
Frédéric<… -
This is a multi-part message in MIME format.
-
Hi Nard,
When will this appear in production?
Regards,
Ian
-
Delphi 7
RB 9.01
-
Thanks
Eagerly waiting for RB 12.02
Bora Aydemir
18/08/2010 00:35, Nard Moseley (Digital … -
Hi
I looked through the OnGetFieldAsStream of the Jitpipeline this weekend.
I have a few issues
1. I want to use the auto-detect feature so I only implemented
OnGetFieldAsStream. This works for jpg's but bitmaps are… -
Thanks, I applied the patch. It works for bitmaps but I still have
problems with jpg's. And I have set to GraphicType to Bitmap, otherwise
even if the image is a bmp it is not displayed when set to AutoDetect.
Bora Aydemir
That worked thanks (I should have thought of that).
The main problem (I think) is. Even though the subreport with the
totals is done on the database, since the user has the option for
details, totals or both, and the totals page is at the end of the
report. Even if the user select…The subreport calculations are done on the database. The problem is,
the detail report could have for example 10,000 pages and the
ShowCancelDialog property is true.
Nico,
I will try it
Greatings
Leon
Nico Cizik (Digital Metaphors) wrote:
Hi Nico, i'm using v.12.01.197 (the latest), and sorry for the
misunderstanding, i was referring to the sample code you've linked:
in Watermark? Comment by rbuser August 2010Nico Cizik (Digital Metaphors) wrote:
http://www.digital-metaphors.com/rbWiki/Delphi_Code/Formatting/How_T…Hi Nico,
Perfect - thanks for your reply and help!
Adam.
Nevermind - just found the 'Leading' property which appears to do the job.
Cheers
Adam.
I have another problem, i select 2 copies and print to PDF. When i
print, the PDF file only has one copy, not 2 copies of the report, and
from the preview each time i print, th copy number in the label
increments by one.
Nico Cizik (Digital Metaphors) wrote:
Hi Nico, i have tried this but it does not run. RB 11.08.
I do not use pagestyle, is a label in the footer.
procedure ReportBeforePrint;
begin
gCopy := 0;
end;<…Thanks Nico, that was very helpful.
Hi Nard, fine?
Nard, I'm founded the problem.
The problem is a CoolMenus component where have a functions that hook
windows message and fake the report builder methods.
Sorry really uncomfortable. But it took me to find that com…Esta é uma mensagem em várias partes no formato MIME.
I followed example 116. I do the calls in the events of the pipeline:
OnFirst, OnNext, OnLast, OnPrior.
As I said before this only happens when all records are skipped. Is it
possible it can't skip when at EOF or BOF therefor or pic…Hi Nico,
As you stated I use the DADE tab within the designer to specify the data
I have included a ppDesigner component and added the following extra lines
of code in the intialisation of the Thread after the creation of…Hi Nico,
Of course - I knew there was going to be an easy solution!
Thanks again for your help Nico!
Adam.