rbuser
Comments
-
Hi!
< Attached is the patch. Simply unzip the files in the .zip file into your
\RBuilder\Lib\... directory and rebuild < < your application.
I done this as described in the mail with the patch.
Hi Nico,
If i attemp to add some code in RAP, OnGetFileSuffix i get the error
"TraEventHandler.SetEventName: RTTI for event OnGetFileSuffix exists. I run
RB 11.03.
Please tell me this can be done in RAP?
And i would like to do all this in RAP.
Terje
Thanks Nico,
this would be great stuff for release 11.5 ;-)
Thanks for your information!
Hans
I realized that I forgot to put a question in her:
Is it possible, how can it be done and do you concider adding design buttons
to report designer?
Regards
Hans
"Hans Christian Stadtler" skrev i mel…Tks Nico!
Does the new version support Delphi5?
Regards
David
I had CharWrap set to true and that was causing the problem.
Thanks!
> Hello, kind of new to RAP and Delphi. Making little strides every day but
fyi... there's a rap newsgroup
what even are you assigning the values in? Should be in BeforePrint of the
band or the object.
> I guess it is time to purchase the product.
FWIW, it is a great product :-)
Nico,
Thank you. I figured it had to be something like that. With the exception
of the problem I have on my desktop PC which was reported here earlier,
ReportBuilder has exceeded my expectations. I guess it is time to purch…Hi Nico,
no problem. It's often difficult to describe and english is not my native
language, so I surely do write weird stuff sometimes, which can be easily
missunderstoodin RBuilder.ini Comment by rbuser October 2009
Hi Nico,
That's exactly what is *not* working. I think I do realize, how it is
supposed to work.
What I want to do is:
First time the form with the embedded designer is opened and the designer
showed, I want to…Hi Nico,
I know and that's what I would like to see being stored, though it didn't
work.
Before showing in panel I do such things as an example:
if assigned(lDesignerMenu.ViewMenu.Toolbars.Items[4]) then
Hello,
there are many entries here about the RBuilder.ini issue, so not sure where
to post. This one seems to be ok too.
I had the same problems, but figured out how to change / use the
IniStorageType and IniStorageName p…Nico Cizik (Digital Metaphors) wrote:
Thank you Nico for your help - I'll upgrade to RB 11.
Cheers
Bruce
> By definition, the report engine will try to fit as many detail band
My detail band has a TppRichText component set to stretch and
KeepTogether - therefore it's impossible for me to have multiple detail
band iterations on one …> You should be able to very easily without a group--might you have an object
Do you mean an object in the Detail band that is stretched?
> The records are normally much shorter than the page itself
You should be able to very easily without a group--might you have an object
on the page that is getting stretched? You can put frames around it to
check.
> couple ideas:
The records are normally much shorter than the page itself - several
should fit on one page. I didn't have any groups setup. I do now have
a group setup as a temporary fix, and I have it set to keep together.> In my report, each record in the detail band is on a seperate page.
couple ideas:
how tall is the record verses the page?
Also, if you have groups, there is an option for starting each group on
a new page (see…This issue has been fixed by email, a patch was issued for 2 files.
Nard, will these changes make it as standard into the next release of RB?
Thanks,
Jason.
Hi Nard
Thanks for the prompt reply. I have recreated my issue using your end user
demo, by adding the code I'm using to assign an event handler to the
OnBeforeGenerateSQL event. This causes the demo to go into an infinite loop<…I have stepped into the RB code and can confirm that in the designer, the
TdaQueryDataView.DoBeforeGenerateSQL procedure (daQueryDataView.pas)
procedure is repeatedly executed, which in turn repeatedly fires the
FOnBeforeGenerateSQL e…Forgot to mention, this works fine when running the report, it only appears
to execute once, but the problem is in the designer where I also need this
to happen. It is there that the infinite loop occurs.
Jason.
Nico,
Many thanks - the SQLBuilder is exactly what I was looking for.
Just to let you know, it would be helpful to see some complex demos/examples
of how to create search criteria with parentheses.
Cheers - hav…Nico,
Looking at it again, and there is a TppAutoSearchField type which uses
"SearchOperator" and "SearchExpression".
However, I tried to change the
SearchOperator := EqualType
and the SearchExpression := …Since it's SQL Server, they are different (rather than Oracle which would be
the same)...
Do you think there would be a way of forcing it in daADO.pas /
daMagicSQL.pas / daSQL.pas ?
maybe look through the SQL before…Thnx!
Hi Nico,
Thank you for your answer.
Can you send me a link, where I can read more about the groups, please?
Regards,
Oscar
I've tried, but I couldn't because the SubReport can't place into the group
(as I saw).
But finally I solved, using a Region component. I don't know, it's the best
solution, but it worx.in Master and detail in same page Comment by rbuser March 2009