rbuser
Comments
-
Nico
basically, i need those 2 query results on 1 line on the report.
CALLS is
groupid HOD Avg Count
1 8 21.74926 706
1 9 8.6487 1930
1 10 8.726 … -
Nico
"implicates", does not mean it has to be a 1- many. In this case i have
a 1-1.
I could have created views in my DB, to represent these CALLS, and LOST
CALLS views, but that means creating a views unnecessarily … -
Hi Nico,
I removed the regions and added the sub-reports in directly and it seems
to work fine now, thanks for your help,
Dermot
--- posted by geoForum onHi Nico,
I have both sub-reports within regions and the region that is second from
the top as you look at the report is set to shift relative to the region
that appears first. The question I have is if the order that sub-reports…
> ReportBuilder 7.04 does not natively support TeeChart 7.07. You will need
We compile our own Custom Report BPL so recompiling shouldn't be an issue.
Which version of TeeChart does the "RBuilder\TeeChart\Tee700" folder takeHi
I found the files rbRIDE77.bpl and rbRIDE77.dcp, I put files in
directory where my application is run, but, even so, the error continue
occurs.
Are you greater some a few suggestion ?
Nico Cizik…Please,
My problem still a continue, I don't have a file rbRIDExx.bpl !!
Thanks,
Smokoveck
Smokoveck Florencio escreveu:
Hi Nico,
I have a rbRAP77.blp, but, no have rbRIDExx.bpl
I'm using Delphi 7.0 with ReportBuilder Enterprise Edition 7.03 version
Regards,
Smokoveck
Nico Cizik (Digital Metaphors) esc…I figured it out. It seems there were some old compiled units in a different
folder that it was using. I moved all the rbuilder/lib files into my
existing lib folder and it's working now.
Thanks!
When I try to rebuild rbIBE107, I get this:
Never-build package 'rbDAD107' must be recompiled.
When I try to recompile rbDAD107, I get:
Never-build package 'rbIDE107' must be recompiled.
That is when I get the error a…I just realized what that dummy provider was for... It's for making me look
like a dummy
I got it taken care …On the example you linked me to, I was able to get that working (with
UseDataDictionary unchecked since the tables in that demo database were all
blank)
I was able to get the EndUser with interbase example working (no midas).
If i try to continue without the data dictionary, I get the error:
TdaMetaData.GetFieldsFromDataSet: Unable to open dataset: ACTIVITY_TBL
Disregard the doubled up table names. I found the problem there, but still
getting all the other issues.
I implemented the GetTableNames method in my dll exactly as it is shown in
the example, but now, I'm having some problems I hope you can help with.
After I setup the data settings, I go to File - New - Query Wizard, then hit
O…Nico Cizik (Digital Metaphors) wrote:
Thank you Nico.
The issue that concerns me is not aligning the image to another
component nor to a place in the report. Rather, what I am hoping you
will consider is how the…Deirdre Mullen wrote:
What I think is needed is an a align property for the ReportBuilder
image component.
Currently, there is only a center boolean property. Selecting it makes
the image align in the center. Un…I think i was using an incorrect tablestucture (mssql2000) .I was using
binary instead of text for the template field and i was experimenting with
and without identity(1,1) for both itemid and folderid and it seems to work
if i us…> 1. Which database/connectivity are you using?
I'm using the BDE with MSSQL 2000
But I'm going to have a look at ADO after i get things working
I've changed some settings in the demo so it would connect to the c…Hi Nico,
thanks for the speed I will send one email
Vincenzo Versi
Hi Nico,
create a new one report with the demo ...\RBuilder\Demos\4. EndUser
Databases\Paradox\1. BDE\EndUser.dbsproj.
Select the table "Orders" including all the fields of table. Add a
calculated field of type "expression" (Se…Hi Nico,
the aggregate operator is used in a subselect (calculated field as
"expression")
for this clause does not serve one "group by" on master query!. Carried out
the described steps previously in order to verify the wrong c…I've put my code in the beforepost event in the rbitems table component.
--- posted by geoForum on http://delphi.newswhat.com
Nico Cizik (Digital Metaphors) wrote:
thank you, the problem seems to have been solved in 10.06.
plCabecera is a pipeline inside the report....
Hi Nico,
thanks for fast answer and excuse me for late reaction.
I use the latest version of ReportBuilder (10.06).
The global event OnCreate is' nt fired. A call of
Report.InitializeParameters helps only the first time.Hi,
My RB_ITEM also it is defined thus:
create table RB_ITEM
(
ITEM_ID NUMBER(6) default 0 not null,
FOLDER_ID NUMBER(6) default 0,
ITEM_NAME CHAR(60),
ITEM_SIZE NUMBER(6) …
excuse me, my version of reportbuielder is 10.6 trial
yesterday, the problem:
I solver the problem when put the persistent field name TEMPLANTE in
TDataTable as like dbMEMO type and format save tamplate set of…Hi Nico,
It has some days download version 10.4 (trial) to make some tests,
necessary first to make to function with the component that we use here
(RemObjects SDK - www.remobjects.com) my version RB 7.03 work with
remob…