rbuser
Comments
-
Hello again,
I have just been shown the webpage for ReportBuilder Enterprise 10.07
and the dropdown list doesn't show an "update 2" for Delphi 7 although there
is for Delphi 6 and an "update 3" for 2005 and 2007 versions.<… -
Sorry about the attachment, I won't do that again.
Was there any difference between build 1 and build 2 for Delphi 7 ? I ask
because when I asked my boss to grab build 2 he said it was the same as
build 1 for Delphi 7. I assum… -
Hi Nico,
Thanks for the patch, it seems to have fixed the problem. I very much
appreciate the fast response.
Ian
-
Hello,
Screen shots and explanations sent to support@digital-metaphors.com.
Ian
-
Hello,
The control is a DBMemo with the font set to "Arial" and a size of "9".
Having played about with this it only seems to be a problem when the preview
window isn't maximized and page view button "Page Width" is selec… -
Hi Nard,
Changing the theme (either from source or from the designer) makes the Range
check errors disappear. Thank you!
Dear Nico,
When the exception happens, the debugger is on the following line:
SetPixelV(DC, Left, Top, EffectiveColor);
File ppTBXOffice2003Theme, line 1429.
Kind regards,
Mari?lla
Dear Nico,
You can connect using a remote desktop connection (mstsc.exe) and choose to
have 256 colors (Just like a remote desktop connection to Windows 200
_always_ is). When I'm in the office tomorrow I'll see if debugging p…Dear Nico,
As I see I forgot to mention the behaviour. When modifying a report, some
error messages "Range check error" will pop up. I am using version 10.07.
Kind regards,
Mari?lla
Got it. Thanks for the help.
Tom
Great! Yes, I successfully moved the bitmap into a memory stream today.
What would be the best event for this? Can I do this directly in RAP?
Hi Nico. Thanks for the thorough explanation.
The component is an ActiveX control called TSigPlus. It is a descendant of
TOleControl. It stores the graphic as a BitMap, but has a lot of other
things as well. It has a metho…2.
Windows Xp Media Center Edition
Outlook 2003
I'm using Borland Delphi 7
on a WinXP machine with Indy10 installed. Using normal ppSMTPIndy I'm
getting a 'compiled with different version' error
Paul
Hi Nico,
Thanks. I've cleaned up everything from TeeChart 4.03, installed
TeeChart6.01 and tried to installed RB TeeChart component (dclRBC97.bpl).
After compilation of dclRBC97.dpk when I tried to install it I got message
…Thanks, much better now!
Carlos
Ok, so it seems that I will need to use the alternative way (canvas copying)
at last for now.
I tried it, and it worked, but the image in the report gets "blured". The
code I used is:
ppImage1.Picture.bitmap.Width:…Thanks Nico, but what I was requesting is to DM adapt the TppDBTeeChart
component in a way that it accepts a TppPipeline as the datasource for a
Crosstab chart type.
Do you think this can be done?
Carlos
I did some tests with TDBChart and when I choose the Crosstab as datasource,
I'm able to select any TDataset descendent and create great "crosstab"
charts.
With TppDBTeeChart, when I choose the Crosstab type as datasource, it …Nico,
Thanks a bunch for solving the blank/extra page issue after the last page of
the columnar report has printed. I never would have guessed that an empty
Summary Band would have been the problem. As you suggested, I unche…Nico,
Using my same report, I removed the subreport. The blank page still appears
after the data has printed on column 1 and part of column 2 of the first
page (and what should be the ONLY page) of the report.
Conc…Hi Nard,
I just upgraded to 10.07 and sent a demo project.
Best Regards,
Manolis
Thanks Nico, that was what I was looking for.
It gave me the idea to check out WPTools (as I have that component set) and
they do a wrapper to.
Excellent.
Thanks Nick. I have WP Tools so printing out just the HTML on it's own is
fairly easy.
What I need to do is print it out as part of a Report Builder report, along
with other data held in the tables.
Thanks
Vista is already 1 year old so how much longer we have to wait ?
Hi Nico,
The band property makes sense. I was thinking it was parent like you would
expect in Delphi forms. However, the new field still did not show. I tried
it on Band.BeforePrint and Report.BeforePrint (the Report.Before…Hi, I stumbled upon the same problem (poor quality of images on the
screen device). I solved the problem by resampling the image in a
different way depending on the DeviceType...
I implemented the onDrawCommandCreate for the T…Sorry for the attachment, didn't know that.
Thank you very much for your answer, I will get in contact with support.
This is a multipart message in MIME format
I don't want each Master-record on a new page.
Just when the details of a certain Master-record do not fit on the
current page, than the Master-record and it's details will break to the
next page.