nicocizik
Comments
-
Hi Brian,
Which trial version of RB are you using? I will try to install it on my
machine an recreate the error here. Please provide me with the exact steps
you are taking to cause the error.
--
Regards,
Hi Brian,
This is not a known issue. Are you receiving this exception when designing
or previewing a report at Delphi design time or at runtime in your
application? If possible, could you please provide me with the exact ste…Hi Maaz,
Yes, Chris is correct. Try setting the DBText.Font.Color instead of the
DBText.Color property.
--
Regards,
Nico Cizik
Digital Metaphors
in RAP Runtime "Color-Coding Components" Comment by nicocizik February 2006Hi Maaz,
Is this the actual code you are entering into RAP? If it is, I believe you
need to start your if blocks with a "begin" statement in order for the
compiler to recognize them correctly. One thing I always do, especial…Hi Maaz,
In my testing with ReportBuilder 9.03 and Delphi 7, I was able to
successfully change the DisplayFormat of a DBText component in the
DetailBand.BeforePrint event in RAP. My test application used the DBDEMOS
dat…Hi Dave,
You should be able to check the available space and compare it to the space
taken inside the Band.BeforePrint event. Then inside a loop, begin
gradually shrinking the font size in order to fit the text. You will nee…Hi Paolo,
This sounds like a timing issue. Try adjusting the reset timing of
variable2 and see if you can find a setting that works.
--
Regards,
Nico Cizik
Digital Metaphors
in Calculation Comment by nicocizik February 2006Hi Brian,
Thanks, I gave a response to this question in the Devices newsgroup.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-met…Hi Jeroen,
Are you simply trying to display the calculated value of a variable located
in the first subreport inside the second subreport? If so, you can simply
place a TppVariable inside the second subreport and assign it's …Hi Jeroen,
You should be able to access the global variables from the second subreport.
The same concept applies as showing a variable value in the main report.
You will need to assign the global variable value inside the OnCa…Hi Ken,
Below is the test I am performing. Let me know if you are able to see the
same results...
1. Open and run the EndUser demo located in the \RBuilder\Demos\3.
EndUser\1. Report Explorer\... directory.
2…Hi Ken,
Are you sure the Report.SaveAsTemplate property is set to True? The actual
template file will need to have been saved down with this property defined.
If you set this property for a report object, then load a template…Hi Ken,
As a test I loaded the Customer/Order + Lookup report in the End User demo
located in the \RBuilder\Demos\3. End User\1. Report Explorer\... directory.
I moved to the Data tab and added some search criteria to one of t…Hi Massimo,
The RemoveGroup method is not natively available in RAP however you can
easily create a pass-thru function to call this from Delphi from within RAP.
Take a look at the ReportBuilder Developer's Guide for informatio…Hi Mike,
Thanks for your feedback. All user requests are taken into account when
deciding on new features and enhancements for a later release.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Mike,
Unfortunately the crosstab renderer takes the text you give it as-is and
uses it to measure the size of the cell. It is not currently possible to
wrap captions in the crosstab component. You might try taking a look …Hi Shoji,
Yes, thanks for the feedback.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Shoji,
Sorry, I apparently did not understand your initial request. Unfortunately
it is not currently possible to add your own enteries to the statements
section of the code toolbox. This is something that we may consider…Hi Shoji,
Yes, creating a passthu function in RAP will add your custom routines to the
code toolbox at runtime. There are full examples of creating and using RAP
PassThru function in the ReportBuilder Developer's Guide …Hi Shoji,
--------------------------------------------------
Article: Extending RAP
---------------------------------------------------
There are two very simple and powerful techniques to extend the capabilities
Hi Mark,
RAP functions similar to the Delphi IDE. If you delete a component from a
form that contains corresponding references in Delphi code, you will receive
a compilation error. One option would be to quickly check your R…Hi Jose,
If you are emailing from the preview window, you can use the
Report.OnInitializeParameters event to change the ReportFormat property of
the EmailSettings. Something like the following...
procedure ReportOn…This question has been answered in the General newsgroup. Please do not
cross post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-me…--------------------------------------------------
Article: Accessing Pass-Through Functions
in Delphi Design-Time
---------------------------------------------------
"How do I make my pass-through functions avai…----------------------------------------------
Tech Tip: RAP: Checking for Null Data Values
----------------------------------------------
The DataPipeline.FieldObjects[] array property provides access to the
TppField obje…Hi Thatchi,
Yes, sorry, I missed that you were using RB 7.
The raTypes and raClass files are probably needed for some of the objects
and types you are using in your code.
---…Hi Thatchi,
You will need to use the Report Parameters feature to assign your global
variables in RAP a value. Take a look a the following example of how to use
parameters to assign values in RAP.
in How to set the values of Global variables from Delphi code. Comment by nicocizik June 2006Hi Roberto,
This is not a known issue. What type of laser printer are you using? Also,
be sure you have the latest printer driver for that printer installed on
your machine. In my testing with a HP LaserJet 5, the barcodes …Hi Steve,
I found an example of what you are trying to do that another engineer here
created.
http://www.digital-metaphors.…Hi Steve,
It is possible to add search criteria to a query in DADE without it being
AutoSearch criteria. The easiest way to do this is by using the
TdaSQLBuilder class added for RB 9 or later. You can use the
TdaSQLBui…