nicocizik
Comments
-
Hi Larry,
Is the folder pipeline "plfolder" present on your demo form? If you click
on the ReportExplorer component you will see entries to define the
FolderPipeline and ItemPipeline in the Delphi Object Inspector. Be sure <… -
Hi Larry,
The table are required to successfully run the Report Explorer. This gives
your end users a "Windows Explorer" like interface to navigate, edit, and
create reports stored on your database. Once you add these tables… -
Hi Larry,
This is just the name of the directory that the demo is located in. You're
right though... we should change that
Hi Kara,
If possible, please send an example application of your report including any
DBISAM tables that are needed to run it in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--Hi Kara,
Ok, thanks for the explaination. It looks as though you have everthing set
up correctly. The problem seems to lie with your pipeline linking. How are
you linking your datasets? The fact that you are dynamically cr…Hi K,
Are you placing your detail records inside a subreport connected to the
Detail dataset? You will need to use a subreport in order to successfully
traverse the detail dataset. Take a look at the Master-Detail examples <…Hi K,
The idea behind a Master Detail relationship is that there needs to be a one
to many relationship between the linking field. For instance... for every
one Territory in the Master dataset, there are 12 corresponding iden…This question is being handled in the previous post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Marie,
Take a look at the following example on how to dynaically add lines to the
bottom of a page when the group ends. You do so by manually adding
drawcommands after the detail band has finished printing.
Hi Steve,
Yes, if you can put together a simple example where I can see this behavior,
I will try to download and install a trial version of Pervasive and see if
I can find the problem. Please send the example in .zip format …Hi Steve,
You mentioned that this only occurs when printing to an HP5. Have you tried
printing to other printers? Also, be sure you are not linking both the
pipeline and the dataset at the same time. If possible, please sen…HI Steve,
Sorry for the delay. Looking at your example, I cannot see anything that
jumps out as incorrect.
Looking at your previous posts, I'm a bit unclear about the setup of your
datasets. Is the in-memory datas…Hi Steve,
Which database are you using? Are some of the records in your linking field
null? If possible, please send a small example I can run on my machine in
.zip format to support@digital-metaphors.com and I'll take a loo…Hi Steve,
Be sure that your detail dataset is ordered on the linking field.
ReportBuilder only traverses both datasets beginning to end to increase
processing speed. Take a look at the following article for more
informa…Hi Tom,
Try closing the pipeline before trying to re-create the text file.
TextPipeline.Close.
--
Regards,
Nico Cizik
Digital Metaphors
…Hi Paul,
You will need to compile and install the Advantage package in order to use
the ADSSession at design time. This package is located in the
Advantage\Native directory in the RB demos.
--
Regards,
<…Hi Jason,
Nope, that is the big one. If you have any other issues, feel free to post
them on this or the general newsgroup and we will help you solve them.
--
Regards,
Nico Cizik
Digital MetaphorsHi Jason,
Yes, you need to be sure you have the AutoCreateFields property set to False
when using form inheritance and datapipelines. This combination can cause
serious problems in your app.
--
Regards,
…Which version of Delphi are you using? Try downloading a later trial
version of ReportBuilder and see if that fixes the problem. ReportBuilder
7.04 was the last version available for Delphi 5 and the trial can be
downloaded from …Take a look at the main demo application located in the \RBuilder\Demos\1.
Reports\... directory. There are numerous demos that use datapipelines
connected to a dataset on a form. Are these demos working correctly? See
if you ca…Hi Kees,
Be sure that the queries you are connecting your datapipelines to are
actually returning data. As a test, try placing a DBGrid on your form and
connecting it to the datasource object. Then be sure the correct data i…Hi Bill,
This can be done very easily using AutoSearch. You can make any search
criteria created in the Query Designer into an AutoSearch field by simply
clicking the AutoSearch checkbox. For some examples of using AutoSearc…Hi Mark,
You could possibly use the OnClick event of the menu option used to show or
hide the Data Tree. I believe this menu item acts as a checkbox so it would
be possible to determine whether it is being shown or hid.
…Hi Mark,
Try using the OnTabChange or OnTabChanged events to determine when the user
is moving back and forth from the preview to the designer.
--
Regards,
Nico Cizik
Digital Metaphors
in Pipelines visible of several datamodules... Comment by nicocizik October 2009Hi Mark,
I'm not sure what is happening in your case. You might try creating a
simple example application like I did and see if you can get that working
first. This may give you some clues to what is happening in the moreHi Mark,
Thanks for the feedback.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Mark,
How so? What would you like to see instead? Any suggestions you might have
to improve this aspect of the product are greatly appreciated.
Try indexing directly to the node you would like to alter. …Hi Mark,
An enhanced way to control the visibility of the pipelines available inside
the report would be a nice feature. We base the decision of many new
features on user feedback and I will add this to the list of possible <…Hi Kurt,
Thanks for the clairification. Unfortunately in your case, you will need to
manually assign the visibility of each pipeline you wish to see or ignore.
Another direction you may want to explore is to keep all you…Hi Kurt,
The only way to prevent ReportBuilder from displaying the pipelines in the
report designer is to set their Visibility property to False. This should
just be a one time process of selecting each pipeline in your proje…