rbuser
Comments
-
Hi Nico,
Yes, that solved the problem. Thank you.
Richard Harding.
-
On Tue, 1 Sep 2009 06:47:24 -0600, "Nico Cizik \(Digital Metaphors\)"
-
Hi,
I have RB 11.06 enterprise and I am struggling how to print page footer only
on the first page. If I uncheck PrintOnLastPage, the footer will print on
the first page only if the report has more than one page. I've also tried
First of all I am sorry that message went to completely different topic
as ment at the first place. Grrr Microsoft!
Moving the code as proposed work as expected! Thanks Nico!
Regarding the printer. My first thougths were i…Nard Moseley (Digital Metaphors) wrote:
Nard,
I created a new report and created new datasources (with much thanks to
the person who invented Copy and Paste) and I can now edit the SQL and
add the WHERE clause that r…Hi Nard,
This works for me with a Paradox database, but not with an ElevatDB
database. I have created a new project with a new ElevateDB database.
The report parameter has been defined with the DateType…Thanks Nard,
I am using ElevateDB which seems to be significant.
When I try to add a report parameter in the form below, I get 2 messages
"Invalid SQL statement. Elevate DB Error #700 An error was found in the
stat…Already happens on the create event runs only once in rb 11. In rb 7 was
always performed
Thanks
Ok...
The problem is that when I try to replace the sql text in the event
globaloncreate the rBuilder not make the change of sql text in the report.
The same command in the event InitializeParameters working properly.
Thanks Nard
We still await your reply, thanks
Hi:
Searching for because of the poor performance of the rb 11 I found that for
a simple report that changes the sql text to the previous function, the
dataset is opened 5 times.
You can verify this by modifing dadb…Thank you. That clarifies how the DisplayFormat works.
Richard Harding
Ok, good to know,
thank you for your reply, Nard.
Hello,
any chance for a change of that functionality?
Mark
But doesn't it make sense to show the aliases, but to store the real
fieldnames? The same what is already happening with the groups. There the
user sees field aliases too, but stored are the fieldnames, which makes the
groups not d…Thanks
Thanks Nico,
I had made that assumption. Just was curious if there was something
printed up I could distribute to my customers. None of them are Pascal
programmers.
Mark
To: Nard Moseley
CC: Tom Jacobs (Exact Software)
CC: ElevateSoft Support (FYI only)
I took the trouble to try the sample app out in the configuration as you
described.
Clean install of Delphi, RBuilder, and DBIS…Also, even though the State value is [ppdaNoRecords] in 11.06, the field
is there and the value in it is correct. It just not being returned
because the method
TppDBPipeline.GetFieldValue(aFieldName: string): Variant;
Actually I don't think there was a previous post. I somehow thought
that I had accidentally posted this before I completed but I hadn't.
Kevin Day.
I mean getting the copy number because i have to use it in rap code, i
don't need to print.
Basically i have to reset a variable when a new copy of the document is
printed.
I have RB 10.06, no way to achieve it?
…Nico:
You might want to update the Wiki example... many have asked, why do the
fonts on subreports not get updated?
Add the test for TppSubReport and recursively call AssifnFontToReport
again...
if lO…Hi Nico,
Thanks for your suggestion.
If took me some time to find out how to obtain the Childreports, but it
works.
The final code is as follows:
{Convert Subreports}
ppReport1.GetSubReports(MyS…Thank you, that's exactly what I've done meanwhile.
Sorry, my full name is Jean-Marc Blanchet
Solved my issue ....
Letter.RichText := plLE5A['LetterBody'];
But can Streams be used in RAP?
Walter
Nico Cizik (Digital Metaphors) wrote:
I will get back to you on that. Have been working in other areas today,
as mgmt targets shift.
--
Bill
Hi Nico,
i think i am using RB 11.01 (where can i read the version)
Your way will not work on 11.01.
I get only "John".
Thanks!
Olaf
Nico Cizik (Digital Metaphors) schrieb:
Hi Nard,
this way will work fine on 11.02.
For the memo, i took the following way:
procedure Memo1OnPrint;
var
sl : TStrings;
begin
sl := TStringList.Create;
sl.CommaText := Report.P…