rbuser
Comments
-
Nico,
I'm using D2005, latest RB version.
Yes, I'm using DADE. After reading your suggestions, I found that one of the linked tables had calculated fields of type
expression which had been created somehow for the common f… -
> RB 10.04 includes improvements for merging the Report.PrinterSetup
:-)
The only difference then in my code sample and app is that my TppReport
object doesn't live the whole session, it is only created when the user … -
I've got this to work but it wasn't an out-of-the-box solution. (DM may slap
me here because I've had this for a while and it may not be needed in
version 10).
My app has a common print dialog for all reports. What I wanted is… -
I've updated to the latest drivers and it still continues to print out
color reports even though the settings are black and white.
Any suggestions would be great as its costing me a little over 100% extra
per page at the moment.… -
Hi Nick,
The Printer was changed to Black and White from the Windows Control Panel.
Other applications as noted above will print color documents in black and
white fine but for some reason Report Builder continues to print outHi Nico,
tksssssssssss very much!!!!
this is my problem!
now i've switch to false SkipWhenNoRecords and all is ok!
tks for your help
Pipeline
and
--- po…my report is set to ndBlankReport and my subreport too.
my report have only a DetailBand.
I need to print only 1 record Master with/without details
the report show only the label without the data
my report is attache…You may try setting the sub Report .visible property to false--I use this in
a different context and it works well.
Ed Dressel
Team DM
Nard -
That is a winner!! Yes, the table(s) are absent when the reports
are run.
Many, many thanks...
Todd
Nard -
With my initial testing, the report just hangs.
From a prior message where Nico helped another user, he
suggested the following to solve a slightly different problem. I
have done that, so could it interfere…Hi Nico
I created a little demo app and it appeared to work on my printer. I say
'appeared' because I dont actually have mulitple bins, just default and
manual - it worked if I set it to page 1 default, page 2 manual, page 3
Hi Nico
I changed the sub report to Section. At first this caused odd things to
happen - some objects from page 1 where appearing on page 3. Looking at the
Calc tab I noticed that these where listed after the subreport in the …
Thanx Nico, Works Great!!!!
Hi.
Sorry about that. Thanks alot, i will have a look at the demo now.
Hopefully it will help me.
Thanks Alot
--- posted by geoForum on http://del…Hi, Nico..
I have noticed that if I create the Designer component at runtime, the
"maximized" property is ignored, but if I drop a Designer component on the
form, then it work fine. Maybe this is the cause of the problem?
Hi, Nico...
I'm testing the application on new computers where only my app is installed,
so there isn't any RBuilder.ini file on Windows directory.
I have installed it again. Previously I deleted any registry reference to
OK, I understand, but then for what usage do one set the: DeviceType :=
'RTFFile';
Nols Smit
I'm not using any third-party software. I'm using the build-in capabilities
of RB 10.3. For example, if I create HTML output (DeviceType := 'XHTML';),
I include rsXHTMLDevice. I found my images download at least 10x faster
than …> I am using the version 6.03 with Delphi5. The application run in MetaFrame
that was a long time ago ... AFAICR there was an issue like that way back
when.
--
Ed Dressel
Team DM
Hi Nico!
I am using the version 6.03 with Delphi5. The application run in MetaFrame
Citrix and has printer installed.
This error can be caused by a Windows GDI?
Thank?s !
Let's try again
For every record in the view there will be 1 report, I want to print all the
records. So i…> Ed, I think I don't understand you.
I think I do :-)
it's really important. Lets say you have 10 records but only want to print
7, right?
Exactly, so if you don't want to print record 3 from th…> yes... and, given the information I have, it would still work. The JIT
Ed, I think I don't understand you. The record count is unimportant, it is
the value of certain fields in a record that determine the printing. My
pr…> Thanks for your answer but I don't think it is the solution.
yes... and, given the information I have, it would still work. The JIT could
read from the view and determine the record count prior to printing.
If you wa…Ed,
Thanks for your answer but I don't think it is the solution.
I will try to make myself clear: the datasource for the report is a view
from a database. For every record in the table there will be a report and
depending…I'd use a JIT pipeline with two fields: labelfield and datafield. Then set
the .RecordCount of the JIT pipeline. Make sense?
--
Ed Dressel
Team DM
I forgot to mention that I am using RB Pro 10.4 with Delphi 7 Pro.
Best regards
Burton
Hi Nard,
Thanks for your reply. I didn't know (or have completely forgot) about the
RTTI's. Thanks heaps!
Cheers
Adam.
Hi Mark and Nico,
Thanks for your replies.
Is there a reason for this to be protected? (ie, will it cause problems if I
modify the source, and change this)?
The reason I ask, is that I want to be able to …I ran into the same problem a while ago, if you'd look in the source you'll
see the property is protected and therefore cannot be accessed. I think the
help is just wrong here...