nicocizik
Comments
-
Hi Hans,
Take a look at demo 105 (dm0105.pas) located in the \RBuilder\Demos\1.
Reports\... directory. This uses the SaveText event to customize the
delimeter.
--
Regards,
Nico Cizik
Digital M… -
This is a multi-part message in MIME format.
-
Hi Birger,
We are unsure if TExtraDevices supports the RichView component. Try
contacting their support for more information on this topic.
--
Regards,
Nico Cizik
Digital Metaphors
in Reportbuilder with wPDF and RichView Comment by nicocizik December 2007 -
I noticed your setting your DeviceType property to dtPDFFile. This will use
the built-in PDF device when exporting. You need to find what the wPDF
device name is and assign the DeviceType property to that value.
--
Reg… -
Hi Bernhard,
If you have the RichView component and wPDF device properly installed you
should not have to do anything else to see all your report components in an
exported PDF. It is the job of the PDF device to find and tran… -
Hi Bernhard,
We are not aware of any issues using wPDF and RichView however you might try
contacting the creators of both for a quicker response on this issue.
--
Regards,
Nico Cizik
Digital Metaphor… -
Hi Suzana,
Before the report is loaded, you can unregister any devices that are
currently available using the ppUnRegisterDevice() routine. Alternatively
you can register a device using the ppRegisterDevice() routine.
Hi Wayne,
For future reference, please send all attachments to
support@digital-metaphors.com.
If you would like to ensure certain report components stay together when
printed, you will need to place them inside a Tp…Hi Ed,
I've only actually experienced this issue once (when I first installed D2007
on my machine). Since then I have not seen a problem and I have numerous
greyed out enteries in my library path as well. I'm unsure but I wo…This is a quirk of Delphi 2007. Try removing any greyed out enteries from
your library path and move the \RBuilder\Lib\... entry near the top of the
list.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Mojoala,
Wow, I don't even have RB 11 yet
.
For the most part, the uses clause should be the same.…Hi Sergey,
The following example shows how to move a detail to the next page for an
orphaned summary band.
http://www.digital-metap…Hi Bill,
One option would be to try to use LeftToRight columns as you mentioned
below. Once you define how many columns you would like to use (Page Setup
dialog or Report.Columns property), you can set the
DetailBand.Co…Hi Bill,
Sorry, I'm still a bit unclear about which items are being brought in from
your database and which are static labels. Have you tried manually moving
your fields on the page as I suggested in my previous post?
Hi Bill,
I'm a bit unclear about exactly how you would like your report to look (the
formatting was lost in your post). It is possible to take control of the
actual page position of a component before its drawcommand is actua…Hi Deck,
Adding a new event to RAP is a bit more involved. I would suggest spending
some time with the existing RB code for examples of how this is to be done.
1. Event prop list
If the event is not published,…Hi Deck,
The link should work now. This is a very simple example showing how to
assign an Series event to a chart located in a report... in Delphi. You
would need to use a passthru function in order to use these events from …Hi Flavio,
We have not seen this issue before. The rbRCL10105.bpl package should be
located in your \Windows\System32\... directory. Check this directory to be
sure it is present. If not or if you still experience the probl…Hi Adrian,
The following test code worked correctly for me. Are you sure you are
cloning a valid series?
procedure TForm1.Button1Click(Sender: TObject);
var
lChartSeries: TChartSeries;
begin
…Hi Adrian,
Sorry, I was not monitoring this thread close enough to guide you in the
right direction.
The easiest way to display a chart created on a form in ReportBuilder is to
use the TeeCreateMetaFile routine and …Hi Nicoletta,
Unfortunately the horizontal band engine is not designed to reset to the
first column position after a group break. One option is to create a
master-detail report with horizontal columns inside a subreport. The…Advanced components such as RichText and Barcode are first converted into
bitmaps before exported to PDF causing a loss in output quality in most
cases. This is something we are researching to improve for a later release
of Report…Hi Nikolai,
For RB 10.x, we introduced a completely new toolbar and menu architecture to
utilize Toolbar 2000 and TBX. Take a look at the following example on how
to access and alter the new toolbars and menus. This should g…Hi Sascha,
You need to set the PageStyle.PageSetting to psLastPage.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com<…Hi Jeremy,
Archives behave differently than regular reports. PrinterSetup information
is saved down for each page. You will need to assign any PrinterSetup
properties in the ArchiveReader.OnInitializePrinterSetup event.
1. Check the FReportPrinterSetup object to be sure the proper settings are
being saved.
2. When exactly are you assigning the next report's PrinterSetup? I would
suggest using the Template.OnLoadEnd event.
3. If…Hi Adrian,
It is possible to define which records to display using datapipeline
bookmarks. Take a look at demo 112 located in the \RBuilder\Demos\1.
Reports\... directory for an example of this.
--
Regards,Hi Petter,
Try using the Template event, OnSaveEnd to update your dataset with the
current date and time.
----------------------------------------------
Tech Tip: Using Template Events
--------------------------…Hi Petter,
There is now a patch available that addresses this issue. Please send a
short email to support@digital-metaphors.com requesting the patch and we'll
send it to you as soon as possible.
--
Regards,Most issues dealing with Windows 98 have to do with running out of
resources. The easiest/best solution would be to suggest your users upgrade
their OS (Microsoft no longer even supports Win 98).
Other options to try...
…