nicocizik
Comments
-
See my reply to your later thread. In the future please start only one
thread per question/topic.
--
Regards,
Nico Cizik
Digital Metaphors
http://… -
Hi Ashok,
Are you loading templates? Or were these reports created in a different app
then loaded into this one? If so, it seems one of the events or bands
created in Delphi are still being referenced in the template and no … -
Hi Paul,
1. Try using the TdaSQLBuilder object to update the search criteria of the
subreport with the same values as the main report. See the TdaSQLBuilder
topic in the RBuilder help for code examples.
2. You wo… -
Hi Paul,
Have you tried calling Report.Cancel from the BeforePrint event? In my
quick testing this successfully cancelled the report.
--
Regards,
Nico Cizik
Digital Metaphors
in Cancel or Stop report from RAP Comment by nicocizik June 2008 -
Hi Paul,
I'm a bit unclear about what you mean when you say a user "re-previews the
report from within the preview window". Have you tried possibly using the
BeforeOpenDatapipelines or AfterOpenDatapipelines events?
Hi Michael,
It looks as though you need one more "end" statement to close off the entire
routine.
--
Regards,
Nico Cizik
Digital Metaphors
in Line 0: Unexpected end of source error Comment by nicocizik June 2008Hi Charlie,
I would suggest using the template event(s) OnSaveStart or OnSaveEnd to keep
track of the template file name after it has been saved to file by the user.
This file name would need to be kept somewhere on disk as yo…Hi F,
Please create a simple example demonstrating the issue that I can run on my
machine and send it to support@digital-metaphors.com in .zip format and I'll
take a look at it for you.
--
Regards,
…The OnGet text most likely fires too late to change the actual space taken
by the detail band. I would suggest that you try setting the PrintHeight of
the DetailBand to phDynamic and check the value of your datafield (and hide
the…Please re-read the newsgroup guidelines posted on our web site. Although
due to potential spam reasons, we are not strict about posting with a valid
email address, however at a very minimum we require that you post using at
least …Please use your real name when posting to these newsgroups. Read the
newsgroup guidelines located at the following web address.
http://www.digital-me…Hello,
For future reference, please use your real name when posting to these
newsgroups.
How are you separating each invoice into separate pages? If for instance
you are using groups with the NewPage property set t…Sven,
Please use your real name in the "From" field when posting to these
newsgroups. "ReportBuilder" is not a valid name.
What are you ultimately trying to accomplish? The Shr and Shl functions are
not natively a…Hi Sven,
Take a look at the myRapFuncs0036.pas located in the \RBuilder\Demos\0.
RAP\Main\... directory. Specifically look at the
TmyGetDoublesFunction.ExecuteFunction routine. This shows how to use the
aParams paramet…Hi Chantal,
Assigning an event to a component is not supported in RAP. One option would
be to create a passthru function that passes the component itself so a
Delphi event can be assigned. Otherwise, you would need to do som…Hi Chantal,
Take a look at the following article/example. It shows how you can
dynamically create multiple variable objects and assign their individual
values by keeping track of them in a TList object.
in TppVariable OnCalc via Code. Comment by nicocizik September 2008This is a multi-part message in MIME format.
Please send all attachments to support@digital-metaphors.com in .zip format.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.comYes, this property should be set to True by default.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Have you tried creating a simple example that shows the same behavior from
scratch like I asked in my first response? If not, try creating a minimal
example (should take 5 minutes) and see if you can recreate the same
issue(s).
Try setting the View | Show Data option in the designer's main menu.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
<…Please do not post messages in all capital letters. This implies that you
are yelling and is not appropriate for these newsgroups.
Are you sure your report is properly connected to a valid dataset? If you
try creating a simp…Please do not post messages in all capital letters. This implies that you
are yelling and is not appropriate for these newsgroups.
Also, please try to post in the newsgroup that matches the question topic
best. This question…Hi Jose,
I'm still unable to recreate this issue on my machine. Are you able to
recreate it with a simple example like the one I posted in my previous
message?
--
Regards,
Nico Cizik
Digital M…Hi Jose,
In my quick testing with boolean values from a dataset, RAP compiled and
functioned correctly. Be sure "MODELOS" is the actual name of the pipeline
you are trying to access. From the Calc tab, you can select the da…Hi Murilo,
Take a look at the following rbWiki article on making calculations with a
look ahead value. The same techniques will apply. Note that you will need
to change the color of the shape before the shape is printed.
Hi Jose,
ReportBuilder does not have the cability of printing multiple copies of each
group.
One option would be to create a loop that alters the search criteria of your
dataset to only print a single invoice per re…This question is being answered in the General Newsgroup. Please do not
cross post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-me…Hi David,
My recommendation would be to pass the entire pipeline (Report.DataPipeline)
to the pass-thru function and access the TDataset from there. This way you
can typecast the pipeline object as a TppDBPipeline and access …Hi Gilbert,
There is now a patch for RB 11.01 that solves this issue. Please send an
email to support@digital-metaphors.com if you would like the patch. Please
note that the patch will only work with RB 11.01.
-- …