rbuser
Comments
-
I'd like to disable the FMaskPageNo type TMaskEdit, as it behaves quite
strangly : on a one page preview I could type page no 20 and (of course)
nothing happens, but it shouldn't be allowed as it's confusing because it
suggests that y… -
I have encountered this too but when i do
Report.Template.new - it was fixed
I had to clear it for it to load properly.
Hope that fixes..
-
Hi Rajeev,
duplicate Message, please look at your previous thread.
regards,
Chris Ueberall;
-
Jim,
This partially works. I get an access violation when I attempt to view the
archive data in a TppViewer component that has an TppArchiveReader as its
Report property. The only thing that was missing was the page directoryThanks Jim,
I'll give it a try.
Dan...
Hi Clay,
print to an archive.
use a 'TppArchiveReader' to view/print them aggain (see TppDBArchiveReader too)
regards,
Chris Ueberall;
> -------------------------------------------------
Thanks!
I found the Tech-Tips group. Very smart idea!
Hi Johan,
you need to set this property after the report template is loaded.
-------------------------------------------------
Tech Tip: How to use the OnLoadEnd public event
------------------------------------…I am using TExtraDevices and I have sent an email to Waler about this
problem as well.
"Clayton Trichler" wrote in message
I tested the problem with your Example
"...\Delphi6\RBuilder\Demos\0. RAP\3. Tutorials"
with the report raTutor0007.rtm with
the Report Builder Enterprise Edition 7.
So I see it's not a problem with postscript printers, ins…Hi Jim,
I've got the same problem as described by Tim.
In my case I've got a very simple application which uses a TppViewer
component. When a button is pressed, just the print-method of the TppViewer
is called.
The Sho…Hello,
I've got another issue. I'm using Delphi 5 and RB 7.
If I set Report.SavePrinterSetup to true and
than select NOT DEFAULT printer from the list of the available printers in
the setup-dialogbox. Report is printing, but an a…Bitmaps do not support multiple images in one file, so each page
must be a separate file with a unique name.
The format of the filename is textfilename + page#.bmp
1. You can do a directory search for textfilename + '*.bm…Hi Cenay Nailor,
please don't change a thread if there is no reason, thankyou.
regards,
Chris Ueberall;
If you are using Async, just use the printer driver included with the product.
Jim
Hi explorer0,
please use your real name, thankyou.
regards,
Chris Ueberall;
Hi,
Try using Pragnnan Software's Report Builder Export Devices. Visit the
site http://www.pragnaan.com/ . Its supports different languages. Using this
component you can …Hi,
Its a TeeChart.
Thanks
Rajeev Ramanujan.
Hi Rajeev Ramanujan,
excuse my ignorance, but what does 'graph' mean, a TeeChart?
regards,
Chris Ueberall;
Hi,
Only reports with graph shows the error.
Thanks
Rajeev R
Hi Rajeev,
I can use your code without AV. Can you load a simple Report (empty report, just a label or two)?
regards,
Chris Ueberall;
"Randy Trexler" wrote in message
"Jim Bennett \(Digital Metaphors\)"
2.17 is the latest release as of 10/24/02.
Jeff
www.waler.com/textradevices_updates.htm
Same password as other versions.
"Tim Quillen" wrote in message news:3dcae0bb@dm500....
Enterprise
driver
I'm not intimately familiar with Genicom, but I used to write apps for
similar printers years ago. It seems to me like most of those printers
s…Hi Jim,
Thanks Jim it worked fine.
Thanks
Rajeev Ramanujan
Hi,
I have added the code below.
if not (dbCurrentDatabase.Connected) then
dbCurrentDatabase.connected := True;
if not (dbGlobalDatabase.Connected) then
dbGlobalDatabase.connected := Tr…Just design the report usning the same lines per inch and characters per inch
you specify in the component options. Font size should fit within a single line.
Jim