rbuser
Comments
-
Hi Nico,
I'm replying on Simon's behalf. Yes we are using infopower.
Interestingly, the old method for marking a merge field still works.
Thanks,
Steve Branley
-
We have debugged this issue it is failing on the following code from
pprichtx.pass
lDataPipeline := Band.Report.DataPipeline;
if (lDataPipeline = nil) then
begin
MergeTaggedDBFields;
<… -
I have been looking at this in more detail and do not understand wht the old
worked but the new FieldName does not work.
When we create a report at runtime we use dummy views for the user to select
from eg ZZ_MYVIEW (this has… -
I am using ver 11.06 does this make any difference ?
-
Thanks for your help, I have got to the bottom of the problem not sure if it
is a bug or not
If use the add field button to add the field to the richtext then it formats
it like this Code and this does not work, if I change it… -
Hi Nick
Done a bit more testing and it appears fine if just do a basic report
linking to SQL Server.
The Only Difference I can is that the pipeline as prefixing the field when
I create a report using Delphi at de… -
I have done some more testing using a basic app and Excel as the data source
and it appears to work whne running the report.
I noticed that the field attached to the richtext control weas prefixed with
the pipeline.
I dont have the DBDEMOS data.
I created a new project (Delphi 2009) with just a adoconnection, datasource
and adoquery (SQL 2005 server) using ADO
Added a pipeline and report. Table in SQL does not matter. Add a richtext …We are using the TppRichText clicking edit and using the mail merge side bar
to add a field but in preview it shows the field name munus the first letter
instead of the data eg
the following displays otes instead of the data
No…Hi there again!
I've just found the ppPaintbox component which appears to give me the
flexibility to do exactly what I need.
Kind regards,
Graham
Sorry for the wrong name on my previous post.
I forgot to mention that I'm running the latest version of ReportBuilder 11.
Kind regards,
Graham
Hi Nico,
yes, I'm assigning the height of the header and footer bands inside the
OnStartPage as well.
I can imagine, that OnStartPage is not the best place to do it, but that was
my first thought and I didn't figure out a…> The header and footer bands are not supported for Child style subreports.
Thanks, I'll switch the bands.
However, I don't remember adding ANY header/footer or title/summary bands to
these subreports - is it possible…> The easiest way is to create a group that breaks on the master key of the
Thanks. I want to preserve the sort order from the underlying query, so I
chose to use the TppPageBreak which works perfectly (after setting its
…Hi Lisa, received your email an hour ago.
Thanks
Petter
På Wed, 27 Jan 2010 18:11:33 +0100, skrev Lisa Ford (Digital Metaphors)
:
--
Sendt med Operas revolusjonerende e-postprogram:Hi Nico.
I have been trying to reach someone at sales@digital-metaphors.com
regarding an upgrade to version 11 of RB I have purchased using PayPal.
The payment for the upgrade was sent on Jan 21, 2010 - I have never
rec…
I used word to correct the margins. In fact, setting the top margin and left
margin to 0,33 cm (as reported by word), the report printed normally!
Thanks for your help!
Clément
Hi Nico,
Will try to set to some other value.
I'm sure the components are inside the printable area.
I can get the margins settings from word. I'll try that.
Thanks
Nico,
I just received it and sent zip file to the email address you provided.
Thanks,
Jason
Nico,
I've resent the email now.
Jason
Nico,
I've sent you a zip file with a test project. It's simply not doing as
you say. It will show Russian characters only when printing to the
screen. Printing to a pdf file with Russian characters only shows
questio…I just tried setting the font of the rich text control to
RUSSIAN_CHARSET, and set my machine's regional settings to Russian, but
it didn't work. I still just get question marks in the resulting PDF file.
I'm using RB 11.07 and Delphi 2009.
I am also having trouble showing the Euro symbol inside of Rich Text
controls in my report, though they display properly in label controls.
How can I get this symbol to show properly in…Oops, that was easy...
Thank you Nico
Mark
Hi,
when will you plan to release new version (not beta)?
Thanks
Roman Krupicka
"Girish Patil" píše v diskusním príspevku
Thanks for your continuing help with this. I created a TppShapeControl
descendant for my TMyShape control as follows:
Unit CornerRoundShapeDesign;
Interface
Uses
Windows, Classes, Graphics, Controls, Fo…
I managed to create a myShape component but I'm having some issues with it.
Setting the X/Y radius when running the designer from within my application
works properly as does printing to the screen and printer. But, when I
bring u…Correnting subreports height solves the problem, thanks Nico!
Fixed.
Each subreport is connected to the same Dataset, do i need 3 different
datasets?
So far, I can't make the report prints, not even with only a subreport.