rbuser
Comments
-
On 7/18/2011 7:31 PM, Nard Moseley (Digital Metaphors) wrote:
But how can I fix the issue once it lets me open the form? Previous
versions of RB didn't allow me to put a region inside of another region,
so I'm not sure what's… -
Nico,
There are two more issues. First, the UpdateScrollBars method is static
so I cannot override it. When I just replace it, it is never called. I
am not the best at inheritance but it seems to me that if
UpdateScrollB… -
Nico,
Thanks very much for your response from last time.
I have applied the changes as listed in the RAP sample and am still
having difficulties.
There are 2 main calculations that need to be performed on the re… -
Hi Nico,
I have sent a zip file to the advised email address. I have created 2
simple reports using RB 12.05 and ADO and have attached the .rtm files
as well as related .pdf files that show the problems.
We are in the… -
Hi Nico,
I can't see how the events are firing as designed.
Did you actually read our message and look at the supplied example?
For our report, the expected approach was:
Report.FirstPass:
Save the LevelBr… -
I am using RB 10 Pro
-
On 07/25/2011 9:04 AM, Nico Cizik (Digital Metaphors) wrote:
Sorry for not replying sooner, Nico.
WRT to the KeepTogether property, I guess the simplest explanation is that
KeepTogether is "all or nothing". Alternatively, a ru… -
I just wanted to express that I fully agree and would love to see a zoom
feature! Stephan...
-
Nico Cizik (Digital Metaphors) wrote:
the designer's ZOOM, please. Still waiting it since YEARS. With current
high res monitors it's a pain to design a report without having such a
BASIC feature!
A.
-
?Version installed is RB 10.07,
I do have latest version 10.09 but would it fix the issue. Can you
please confirm what are the changes done related to Rich Text in version
RB 10.09, I do have document in which one line it's written… -
Hello Nard,
I changed my reports and now most of the regions are always visible. And I
installed your patch for "ppRegion.KeepTogether".
Now I have no more problems with unexpected empty pages.
Thanks for your … -
Hello Nard,
thanks for your answer. I will try out your notice tomorrow.
But I think this is fundamental problem in my reports. I thougth, it is a
good idea to place some regions on a report in summary band, for example:<… -
Hello,
your patch works! Thank you very much for your fast support.
Kind regards,
Gerd Brinkmann
invent GmbH
-
Hello Nico,
I think I can specify this problem:
I made a summary band with the following elements:
Region1 with DBMemo1
DBMemo1.Stretch = true
DBMemo1.Visible=true
Region1.Stretch = true
Region1.V… -
Hello Nico,
I don't want to say, that there is a bug in RB. I'm only looking for the
best solution of my problems. This evening I will think about a solution
without regions.
Kind regards,
Gerd Brinkmann
i… -
Hello Nico,
thank you very much for your fast replies to all of my questions. I will
test your other answers tomorrow.
I don't know how to send you an example. I have very big reports and they
works with different p… -
On 17-8-2011 17:46, Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
I think I wanted to read 'Last page' where the help states 'End of the
report'. I tried a subreport but at the end I implemented my own
solution in Rap. I… -
On 26-7-2011 22:10, Gerd Brinkmann wrote:
I have the same problem. The definition of the band is 'Print on last
page of the report'. So in my opinion parts of the summary-band should
never be printed on 2 (or more) pages. Maybe if t… -
Hello Nico,
I tried it with a Region, contianing all elements I want to print in the
summary band. There are no ShiftRelativeTos and no stretch=true in the whole
summary band. Then I set Region.KeepTogether = true and it doesn… -
Okay, I ran through my registry and replaced all instances of Tee9150.bpl to
Tee915.bpl, then reran RBTeePackageBuilder.exe. Now I'm able to load the RB
Teechart 9 components. There was a string "Package Group" in the key
Computer… -
Hi Nico,
Selected Delphi 2011
Environment Info
Delphi Version : 15 - C:\Applications\Embarcadero\RAD Studio\8.0
ReportBuilder Version : 12.05 - C:\Applications\Embarcadero\RAD
Studio\8.0\RBuilder
TeeChart Major V… -
Hi Nico,
There's actually no other entry for TeeChart besides "TeeChart Pro 2011
Components" and "TeeTree 2 Components", and both of those are pointing into
the new TeeChart folder (the former is using DclTreePro915.bpl). Is … -
Hi Nico,
I've following the instructions at
http://www.digital-metaphors.com:8080/General/Installation/Tech… -
(That would be in order to release without packages)
-
Thank you, Nico.
Can you confirm if I need the Teechart v2011 source code (Pro with Source)
in order to compile, or will Teechart v2011 Standard work? For that matter,
will the RB wrapper work with Teechart v2011?
-
Hi,
any news? Delphi XE2 is out right now, so I hope that you can give us some
more information. :-)
Petr Slipek.
-
Well - that is a completely different answer than "no reply". :-)
Steve Elliott
-
On 8/5/2011 4:11 PM, Steve Elliott wrote:
No reply - I guess that is an answer in itself.
-
you think support Firemonkey, too ? RB for FireMonkey framework ?
-
Changing our code to overwrite the OnGetText event rather than GetTheText
fixed the problem.
Thanks for the help.