rbuser
Comments
-
One problem I see, for example, is that while Delphi TRichEdit has a
Lines property, here we have a simple RichText (a string).
So while in Delphi adding a whole line is simply a matter of
RichEdit.Lines.Add('A new line');
I've tried but the report seems to go in loop.
Suspecting my rap functions I have:
1. commented out every function
2. setted the report one pass
Now when previewing I see the title (first subreport section style no
da…
My first approach to my 'End-user who whishes to print Year info' was to
create two queries which were linked.
But for some reason it counted for each occurance the total again example
NoOfInvoices*Sum(InvoiceTotal) any idea ??<…Eric,
You can add the appropriate logic using RAP, in case you were not aware:
1) Put a memo field in your report header (or title).
2) On the Calc tab, you or the end user, could create code behind the
Repor…Thanks for the reply, but I guess I should have stated that I can't write
any code by the scenes. I using the report explorer and a designer to let
the user create any number of reports. All of these reports are created
just using t…Thanks will try but as far as I can see the exception occurs on the
ObjectTextToBinary command.
Regards
I'm experiencing problems to post messagesto this newsgroup. Please accept
my appologies if you've been reading this message multiple times.
***
Thanks for the fast response!
I tried the…Thanks Nico,
got it working.
Considering how complex that can be, does anyone have a example how to
do it?
Any help please,
Marcelo
Thanks Nard,
problem was solved by changing RBFolder's and RBItems data pipelines
property RefreshAfterPost to true.
It looked like ReportExplorer could not see new records added to RB_Folder
and RB_Item tables.
…In addition to my previous message, some source code provided:
ppDesigner1.DataSettings.DatabaseName := Self.OrgDB.DatabaseName;
rbfolderIBTbl.Database := Self.OrgDB;
rbItemIBTbl.Database := Self.OrgDB;
rbfolderIBTbl.Tra…Sorted out.
Sorry for reformatting ... but
Name Type Product1 Product2 Product3
make one row which is here somehow messed...
;-)
Stacey,
another approach would be to extend the autosearch classes, as shown in the
code below (unfortunately the code is commented in german), so
autosearchfields of type date are recogniced automatically and the calendar
…That worked...thank you so much.
I'm getting there...in ReportBeforeAutoSearchDialogCreate I have the
following code...
begin
Report.AutoSearchFields[1].Value := CurrentDate;
end;
I also threw up a memo to show me the search criteria. When run…Hi Nico,
Thanks for answering so far. I do have an Enterprise edition...v6.03. I have
the calc tab and I can get to Report.BeforeAutoSearchDialogCreate...but, I
can not get anything to compile in there. I am using
AutoSearchField…Yes, that is what I want to do, but how do I do this without any code at
design-time??? These are end-user created reports, created at run-time.
I should mention, that I am trying to do this all in the end-user report
create dialogs. So, I am using the data tab for my criteria, and hoping,
that I can set it somewhere on the calc tab. I would like to avoid any
coding at design …but then, the final user, has no way of do this:
edit a SQL manually, and create criterias???
But, this button 'Search' appears disable when the dataview is obtanied only
inputing Sql Code.
--
Guerreiro
sorry
in what event this method should be used?
"gMetaDataManager.Clear"
Marcelo
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.592 / Virus Database: 375 - Release Date: 18/02/…One other question. How do you do this with TppVariables if your
totals are conditional and can't be done with TppDBCalc?
TppVariable has GetLookAheadKey but not GetLookAheadString that I can
see?
Thanks,
Thanks Nard.
I get most of the example but the footer using SaveToCache I am
unclear on. Can you explain the intent? Also in your example for me
the SaveToCache shows up twice in the objects list in RAP.
Is th…tell us how please?
Yes both can be done.
"Nard Moseley (Digital Metaphors)" wrote in