rbuser
Comments
-
> I think i'm missing something. When i place a transaparent memo over an
I use to see this in days gone by, but for the most part it works pretty
well know. I think you will see different results with different printer
dr… -
Thank you Nico
On Fri, 4 Sep 2009 06:51:13 -0600, "Nico Cizik \(Digital Metaphors\)"
-
We have the same application installed on hundreds of PC's and have never
had to modify any registry values before. Why would this suddenly be an
issue on one PC ?
-
Hi,
I think I found where problem is.
I tried to use RB's *.dcu in our application and all worked OK. But if I
used RB's *.pas error occurred.
I think that it is due to compilation on computer with code page 1250.
We …Another hint:
You have declaration:
type
TppDataBits = array[0..7999] of char;
var
lDataBits: TppDataBits;
FillChar(lDataBits, Length(lDataBits), #0);
Char in UNICODE has 2 bytes, s…Nico,
I tried that and it compiles OK but doesn't make any difference. I am using
RB 11.06 for Delphi 6 Standard. Is it a version issue ?
Thanks
Hi
I think I have located the problem and the 1st test after I made the change
went OK.
For information, some weeks ago I added the ability to retain the printer
properties into a stream so that when multiple report…Hi
This occurs when printing the invoice, the code...
1. Creates a PDF which we store in a public location
2. Creates an RAF file which we store in a database for legal reasons
We have reverted a customer to a b…Hi
I do not know if this helps but this is an error log from one of our users
last command which caused the error...
00994865|Alarm.exe |ppProd.pas |TppProducer |PrintToPrinter
|1798[147]…Ok, finally figured out what was wrong. TppPage(aPage).AbsolutePageNo is
only set after the OnReadPage is executed. I need to use
TppArchiveReader(Sender).ArchivePageNo in the event itself to get the right
pagenumber.
Hi Nico,
I merged 2, 1 page only, reports. First the 2 reports are merged to a 3the
report. I use TppCustomArchiveReader.OnReadPage linked to the merged report
to view it in screen. At runtime during this event
TppPage(a…Sure, if you can tell me how i can find out which page belongs to which
report
Nico Cizik (Digital Metaphors) wrote:
Nico
Thanks, that helped and I've got it to work great, which means I've
removed the need for the PDF Merging component I was using previously.
One final question - is…Thanks for reply Nico.
I can run Demos o.k.
I am attempting to display data from a Firebird database using IBO
connection component and Infopower datasets. This has worked fine with XPro.
I have done some testi…I really try, but dont work.. can I send for you my report?
Regards,
Fellipe H.
Ok,
My last msg is: Can you send me a sample for these? I try, but nothing...
Thanks,
Fellipe.
Hi,
I sent a message to all three of them.
Hi, I used info and sales... The e-mail is from vdev@invensys.gr
perfect, one line less in code ;-)
--
Chris (Eulanda)
http://www.eulanda.de
International ERP Solutions
> how can I get print front to back for large print job?
I think you are wanting to print pages in reverse order? If I am mistaken,
you can ignore the rest of this post.
I found code posted in 2002 by Alexander Kramnik…I started to search here in the forum after to post it. As you said, the
printer must be compatible.
here the printer is 'EPSON Stylus CX4900 Series';
I'll verify the compatibility of that printer... (duplex mode).
Hi Nico Cizik.
I'm testing your suggestion now.
I set
ppReport.PrinterSetup.Duplex:= dpVertical;
so when we start the print job, it's stop on the first page. why? No
dialogboxes apears.
some details:<…Hi Nico,
RBuilder versions are the problem. The version here is 7.01 and there is no
'TppPDFDevice' I guess. I chose raf format becouse it preserves the report
layout and I intend to use these archives for another intention.<…Hi Nico...
Focusing on the ' print each page of the report to a separate file', the
cited article below uses the TppPDFDevice...
I'm trying to modify it to print each page to a raf archive (*.raf)
** The origin…Is that possible to do this with the default form preview (I'm not using
custom preview)?
andre luiz mota
I'll try to explain:
basically, I want to manipulate what happens when the user clicks the print
button on the default rbuilder form preview;
For example, abort the print process, show custom dialog boxes and other
…Nico Cizik (Digital Metaphors) wrote:
You basically answered my question, in that the issue has not been seen
before. At this point, I'm chalking it up to a fluke and we'll wait to
see if it happens again. But I'll answer your…Nico Cizik (Digital Metaphors) wrote:
You can't use Include and Exclude on properties.
I've never
…Hi Jon & Nico,
I am using Delphi code not RAP so you put me on the right track Jon.
Adding and subtracting [fsBold] to turn bolding ON and OFF works well.
Many thanks for your help.
Best wishes,
Les Fox