rbuser
Comments
-
Nico
Thanks. At only $25 it looks good value.
Tim
-
It was the print drivers. The bullets don't print from an .rtf in Word or
WordPad either. Printing to another printer it works great. I'll have to
start searching at Tamarack more...
-
"Bernd Maierhofer \(dato\)" wrote in
-
Martin,
maybe the mailmerging feature can help you. Ever looked at this?
HTH
Bernd
-
"Nico Cizik \(Digital Metaphors\)" wrote
-
Hi Mong,
this group is for ReportBuilder developers only. You should talk to your application developer.
regards,
Chris Ueberall;
-
If you are using TExtraDevices, you can set the pixelformat of the PDF device to control the size of the images
contained in the file.
James Waler
Waler Ltd
http://www.waler.com… -
Hi Alexander,
you better contact your PDF plugin vendor.
regards,
Chris Ueberall;
-
Brilliant that sorted it,
thanks Nico.
-
"Jim Bennett \(Digital Metaphors\)"
-
That worked.
BTW: Can this get fixed in a future version of RB so the $ sign will work
correctly?
Thanks.
-
The problem is the $ sign in the format. If I remove that then the
formatting works. It doesn't matter if the variable type is currency or
double. Same results. Just can't use the $ sign for some reason.
I have no other code… -
The reports are each in their own application. They are not shared. Save
as Template is False in both apps.
The TppDBText in Report1 is attached to a field in a table that is a
currency field. The TppVariable in Report2 is as… -
According to my detail TAdsQuery component its returning 1300+ records which
is about right, but
only one band is displayed.
-
Jim,
I managed to figure out what I was doing wrong and got the DADE pluging to
work properly.
When I run my report only 1 detail band gets displayed. I have been all
through this report and I'm just not finding it. … -
Well I fixed the connection string problem by creating a Alias to my
database. but when I open the query wizard or designer it lists no tables.
What am I missing?
thanks in advance,
Rodger
-
Well I figured out how to get the Advantage access installed. But now every
time I try to run the Query Wizard or Query Designer I get an error that
states I need to put in a connection string first. but I already put a
connection p… -
When I try to change the Database settings all I get for choices are ADO,
BDE, and IPX nothing for ADS. Am I doing this right?
thanks,
Rodger
-
I think you lost me.
I am running Master detail queries. They are parameterized queries. I am
running 6.2 waiting for my order for 7 to go through. I'm using a local
server on most customers machines. I'm not using DADE (at … -
Hi all,
Found my own answer. When I switched the actual component to brush
style bsClear, it changed the bsColour to clWhite at the same time.
I've since put in some convuluted logic to check for NOT any of the
usual pos… -
Hi all,
Once again, I was able to come up with the answer. Sorry for wasting
the bandwidth.
Declare in the global vars section:
bsBricks:TBitmap;
In FormCreate ...
bsBricks := tBitMap.creat… -
Nico,
My earlier missive was less than clearly worded. I don't HAVE a brush
style called bsBricks, I want to CREATE and USE one that would look
like bricks and use that name.
Actually, what I was looking for was … -
How difficult would it be to modify RB so you could pick up the corner of a
selected group and drag it be shorter - while mataining the correct box to
field spacings? Could you consider this for a future release, as often we
are work… -
Hi Nico,
may I suggest that the calculation of the width should be changed in one of the next maintenance updates?
First the field should never lap behind the report's area!
There should be second a factor that the user/develope… -
Hi Barry,
Unfortunately there is no other way to shrink them as you described.
regards,
Chris Ueberall;
-
"Isi R" wrote in
-
Hi Isi,
do you mean 'TtdGrid by Tommy Dillard' from the friends/rcl page?
the follow-up link is http://home.swbell.net/dillardt/index.html
HTH,
C… -
To answer myself:
I have realized ALL subreports must be reset the same way as the main
report, then it works!
Jan
-
The view refreshs itself (I can check it in SQL analyzer), but reports still
uses old values.
I got hint form support to use:
TppDBPipeline(Report.DataPipeline).CloseDataSource := True;
Report.Reset;Hi Jan,
so why not refreshing the view?
HTH,
Chris Ueberall;