nicocizik
Comments
-
Hi Richard,
In my testing with ReportBuilder 11.08, Delphi 2007, DOA 4.1.1.0, and Oracle
10g, the end-user demos functioned correctly. Be sure you are using the
latest version of ReportBuilder (11.08) and DOA.
-- <… -
Hi Ken,
In my first post I mentioned that this is not yet possible. We are strongly
considering adding this feature for the next major release of ReportBuilder.
--
Regards,
Nico Cizik
Digital … -
Hi Ken,
What type of field are you connecting the DBRichText object to? The
TppDBRichText component is designed to be connected to a text or BLOB field
containing valid RTF data. If this data is not recognized as RTF, you ma… -
Hi Ken,
This is not a feature of the Data Tree in ReportBuilder. This is a feature
that we are seriously considering for the next release of ReportBuilder.
Thanks for your feedback.
--
Regards,
Nic… -
Hi Enrico,
The issue is that you are loading templates with the report explorer and
therefore losing the event handler reference. An easy way to work around
this is to use the Template.OnLoadEnd event to assign the event hand… -
-
Hi Homer,
This is very puzzling, especially since we have never heard of anyone else
having this issue in the past.
1. Since the report is fairly simple, try recreating it from scratch and
see if you still get the… -
Hi Homer,
You're correct, sorry I must have missed that tidbit.
Perhaps try simplifying the report that causes the error to try to isolate
which component or feature is causing the problem. Try to focus on the
Hi Homer,
We have not seen or heard of this error before. Do you only receive this
error when running the application inside the Delphi IDE?
A quick search online gave the following results. Numerous people claim
…Hi Enrico,
If your code is in Delphi, you could reuse any event handlers that are
already written once a report is loaded.
If you are using RAP, you could possible dynamically create the RAP code in
code. Take a lo…Hi Weverton,
Take a look at the following article. You need to add raIDE to your uses
clause.
http://www.d…Hi Anton,
The easiest way to do this would be to separate Column1 and Column2
information into to separate datasets. Then you could have two supbreports
side-by-side that display each column of data.
--
Regar…Hi Michela,
One option would be to simply place the DBMemo inside the top of the summary
band, perhaps separating it out by using regions. Another would be to
create a group around the entire report and place the DBMemo insid…Hi Massimiliano,
Which database are you connecting to?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Enrico,
Yes, you must first add an autosearch field in order for the event to
properly fire. Take a look at the autosearch demos located in the \Demos\3.
AutoSearch\... directory for some examples.
I also recomm…Hi Ken,
The inspector inside the designer is very similar to the Object Inspector in
Delphi. It simply displays the published properties defined by the selected
component class. With the current implementation, the DataField…Hi Ivan,
http://www.digital-metaphors.com/rbWiki/General/Installation/Tech_Tip:_Demo_Location
--
Regards,Hi Chris,
Which version of ReportBuilder and Delphi are you using?
The first step is to see if you are able to access and view the tables and
data in Delphi with DBExpress. In your test app, try using a TSQLDataset,
Hi Chris,
By default, ReportBuilder relies on all connection objects being owned by a
form or datamodule in the project to use them in DADE. The easiest way to
get this working would be to place or create a new TADOConnection…Hi Chris,
1. Be sure 'daADO' is in your uses clause. This will register the ADO
plugin at runtime.
2. Once you open the report designer and tab to the Data workspace, open the
Data Settings dialog and be sure every…Hi Chris,
Please refer to my response to your previous post. If you are able to
successfully connect to your DBase data using DBX or ADO components in
Delphi, then you should be able to do so using ReportBuilder. The DADEHi Phil,
This would be done in a separate test application for debug purposes only.
It simply makes it easier to debug code that will eventually be placed in
RAP.
I checked and I believe the reason this is not…Hi Phil,
In my testing with your exact code below and RB 12.01, the date successfully
changed to the first of the month when bringing the autosearch dialog up.
My first suggestion would be to implement this event in Delphi so …Hi Chris,
By default, if dtOther is selected, the default Database type is used for
that plugin. Inside the daADO.pas file change the result of the
TdaADOSession.GetDatabaseType routine to "dtOther" and see if that solves
Hi Chris,
The best way to access and manipulate the SQL object once the Template has
been loaded is to use the TdaSQLBuilder class. This gives you direct access
to the SQL object as well as numerous useful utility functions f…Hi Chris,
When using dtOther, the default SQL syntax is used when creating queries.
One way to work around this issue is to use a database type that has similar
syntax to the database you are using (dtMySql, dtMSAccess, for ex…Hi Chris,
For future reference, please send all attachments to
support@digital-metaphors.com rather than attach them to the newsgroup
message.
ReportBuilder uses the daSQLReservedWords.pas file to determine if a wor…This question was answered in your other post. Please do not double-post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com<…Hi Horacio,
This is not a known issue. What type of barcode are you using? Some
barcodes require a certain bar width to be properly read by a scanner. In
some cases you need to adjust the BarWidth property to resize the bar…