rbuser
Comments
-
I'm using version 9 with Delphi 7.
I tried setting the memo manually and running the report then. The bold is
on when in the design view, but in preview or running the report it goes
away. Could it have something to do with … -
I've tried setting it in the before print section of the memo itself, in the
header section before print and before generate.
This is a very simple report that prints a 2 column list. It pulls the
header values from a table v… -
Pete Colson wrote:
Pete
I have the same problem as Bill have,
Could you please send your code also to me?
My E-Mail is: rocco(dot)neri(at)corael(dot)it
Thanks in advance.
Rocco… -
Pete, forgot to provide my email, if you have that source available pls
send. My email
bill.miller@nospam.payglobal.com
just remove the "nospam." as is the custom.
Thanks, Bill
---… -
Yes please Pete. Throw some source at me. I believe our problem is
mainly in the SQL statement so your solution to that aspect is
particularly relevant, I think. Nard Moseley from Digital Metaphors
suggested waiting a few second… -
We have had broadly similar issues and have written a couple of functions
what 'validate' the template, which we have hooked up to the
Template.OnLoadEvent.
Our 'validate' routine does the following:
o Checks all t… -
Nard, There is an error in the way RB performs the conversion from 5.0 to
7.02. The INNER JOIN statements are not always put in the correct order.
for example, our original FROM/WHERE blocks follow:
---------------------------… -
Thanks Nard. I'll look into how I can possibly turn off the checking for
the presence of a field to allow our user defined fields to be processed
back at Head Office. Bill.
contain
daSQL.pas in
into
statemen… -
Nard or anyone, actually.
I recently inherited this job from another programmer, and I'm not
particularly familiar with ReportBuilder at all, so go easy on me if I
say something dumb. Our code producing the 69% success rate o… -
If you have a report with autosearch fields (like Nico said)
you can print the autosearch field value used to generate the report
with a simple Rap function.
I simply place in the report a memo (mmoParametri in this example) and
Hi,
Here is more information on the compiler switch from www.drbob42.com:-
IDE - Delphi support for C++Builder
--------------------------------------------------------------------------------
Single option…Thanks for the tip and explanation, Nico.
Can we change the crosstab renderer to achieve rotating captions? Would
you recommend such an approach (if so where is the starting point for
this arrangement)
Bora Aydemir
Nico Cizik (Digital Metaphors) wrote:
Good news! That strategy sounds fine to me. I guess asking about a
ball park target date for this is not going to get an answer? Many of
us are doing both VCL/Win32 and .Net and are…Nico Cizik (Digital Metaphors) ha scritto:
Thank you! We are planning to port a big application with 200 Reports
under dotNet!
bye
Carlo Barazzetta
On Mon, 14 Nov 2005 10:52:02 -0500, "Jack"
On Mon, 14 Nov 2005 18:34:43 +0000, Toby Groves
Hi Nico,
I was wondering if you had made any progress with this, or if it was going
to me more difficult than first met the eye?
Cheers
Adam.
Hi Nico,
Thanks mate - Can't thank you enough. That would probably be the best
Christmas present I'll receive this year. :-)
Cheers mate
Adam.
Hi Nico,
Thank you very much for your reply! The problem I have at the moment, is
similar to as you described. I can either try and line them up for the
printer, or line them up for the screen (when exporting to PDF, etc). Eit…Hi Nico,
I have tried this.
I have used this method in some instances, but in others I require something
else.
The problem I am having is as follows:
For the Header, I may have a box (sha…Hi Nico,
I double checked my report and it (AutoStop) works now like it should.
Before i was using the pagestyle band from my main report (collection of
subreports) as a common pagestyle band for my subreports but i changed that…Hi Paul,
The TdaWDBDEQueryDataView enables direct access into Window Designer's Data
Structures. We spent many months altering ReportBuilder to make it work with
Window Deisigner. Unfortunately you will not be able to alter th…The sample report snippets are from an RB 5.0 report generated by the
wizard.
So the RB 5.0 designer produced the SQL1.
I dont know why the SQL originally got formatted that way. How is the
SQL format changed in RB 5.0? …The site sign-up procedures allow any handle to be used, you might want
to look at that policy if it is something you don't like. In the spirit
of cooperation, however, I will change it ASAP.
Note that my "posting" email addr…Thanks, it seems now OK.
Hi Nico,
I didn't thought about that (no RAP source).
I seems that the (for example) the OnPrint event is called and after this
point RichEdit is being rendered.
Part of this rendering process CalcSpaceUsed() is called whic…Working !
Shame on me !
I try it but I forget to do "minus 1" on the left side ;-)
I try "exactly" the same and I receive "index out of bound" error !