nicocizik
Comments
-
Hi Peter,
Yes, this should be possible with the version of ReportBuilder you currently
have. There is a form emulation example located in the Developer's Guide
that may be of some help. The finished tutorial is located in th… -
Hi Günter,
While researching this I found that for the beginning of the report, you can
simply set the FooterBand.PrintOnFirstPage property to False and the group
page number will start correctly. The summary band needed a bi… -
Hi Günter,
Thanks for the clarification. I just wanted to let you know that we haven't
forgotten about you and are working on this issue. Thanks for your
patience.
--
Regards,
Nico Cizik
Digi… -
Hi Günter,
Rather than using a SystemVariable in this case, I would recommend taking
complete control over the page numbering and use a TppVariable. You can use
the Report.PageNo and Report.PageCount to find the page with res… -
Hi Peter,
Thanks for the info. We are always looking to improve the way ReportBuilder
accesses and handles data. We would be interested in seeing what changes
you would recommend in order to allow the use of larger databases… -
Hi Sven,
Are you able to recreate the issue using one of our example demos? We have
made some enhancements to the way the end-user solution works for RB 10 so
perhaps this will speed things up for you. Also, have you tried u… -
Hi Sven,
How are you connecting to your Oracle database? Are you using the end-user
solution?
--
Regards,
Nico Cizik
Digital Metaphors
… -
Hi Sven,
I will take a look at this however it sounds like this may be a design
limitation of changing the autosearch condition on the fly. This is
something we can possibly look at enhancing for a later version of
Repo… -
Hi Joao,
Below is a post from another customer with some similar problems. Perhaps
the information will help you as well. We apologize, in all honesty our
knowledge of barcode symbologies is lacking.
First be sure… -
Hi Peter,
Instead of using two labels, you could try using one label or variable and
adding both text items. If for instance these are field values, inside the
OnCalc event of the variable, you would add something like the fo… -
Hi Vincent,
Diagonal lines are not currently a feature of ReportBuilder. This is
something we are strongly considering to add to a later release of the
product. As a workaround, you could possibly create a diagonal line imag… -
Hi Peter,
Great, thanks for the info and glad you got it working.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.comHi Peter,
In my testing with the code I posted in my previous message, the table join
seemed to work correctly. If you would like to see how the AddTableJoin
routine is used in the TdaSQLBuilder class, take a look at the priv…Hi Peter,
The TdaSQLBuilder does make the handling of the TdaSQL object simpler
however it is not by any means "simple". Just about everything you can do
(or would want to do) with the TdaSQL object, you can do with the
Hi George,
Yes, this can definitely be done. Take a look at the custom autosearch
dialog demo located in the \RBuilder\Demos\5. AutoSearch\4. Custom
AutoSearch Dialog\... directory for an example of replacing this dialog with…Hi Robert,
ReportBuilder has no way of knowing how many pages will be generated unless
it measures the space needed to generate the report before it displays or
prints. This can be done by setting the Report.PassSetting to ps…Hi Josef,
Thanks for the feedback. This is something we may consider researching and
adding for a later release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
in PDF-ExportDevice (Feature request) Comment by nicocizik March 2007Hi Tu,
If you would like to find the print position of a component relative to the
entire page, you will need to use the DrawCommand properties inside the
OnDrawCommandCreate event for instance. These properties (Left, Top, e…Hi Tu,
This question was answered in your previous post in this newsgroup. Please
do not double post.
Below is my reply to your previous post.
If you would like to find the print position of a component relati…Hi Peter,
Be sure you have the ShowAutoSearchDialog property set to True for the
report you are using. This will need to be saved down in the template you
are loading or assigned after it is loaded.
Note that from …Hi Vincent,
Below is a link to an example that does what I described in my previous
post.
http://www.digital-metaphors.com/tips/S…Hi Vincent,
What exactly would you like your report to do? If you are creating your
datasets in DADE, you can use the TdaSQLBuilder to sort your dataset on
specific field based on the value of some user input. Take a look at…Hi Ken,
If you take a look at the current CreateToolBarItems routine, you will see
that all the current images are accessed from the ToolImageList object.
This is a TImageList descendent so you can add your own images to this …Hi Ken,
Yes, you can do so by setting the FToolbar.FullSize := True;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com…Hi Ken,
Depending on what you changed for for preview plugin, it may be necessary to
make some changes to support the new toolbars and layout. Take a look at
the current ppPreview.pas file especially the CreateToolbarItems ro…Hi Cipek,
You need to add ppCTDsgn to your uses clause.
------------------------------------------------------------
Article: Controlling the End-User Environment
------------------------------------------------…Hi Filip,
Not a problem. I'm happy to hear you got it working
.
--
Regards,
Nico Ci…Hi Filip,
I'm very sorry but I'm at a loss. Since the release of RB 10.05 we have had
no other customers report any problems using the provided source with RAP
(raCodMod). raCodMod is essential for RAP to function and is aut…Hi Filip,
Please send all attachments to support@digital-metaphors.com.
If you are certain you are not using any RAP in your project, then there
should be no need for the raCodMod file to be brought in. Do a find in
It shouldn't make a difference however it is good practice to remove one if
you want to use the other so you know for sure which files Delphi is using
to build your app.
--
Regards,
Nico Cizik
Digital Met…