rbuser
Comments
-
"Jason Sweby" wrote in message
-
"Paul Hughes" wrote in message
-
"Jason Sweby" wrote in message
-
Hi Nico!
By "standard" print dialog, I am speaking about just clicking the "print"
button within my app or my report.
Regards,
Everett
-
Hello Nico! Thanks for your reply!
When printing to the printer, via calling my "standard" print dialog, I am
seeing the "1" for number of copies.
When I call the "print preview", that is when I am seeing the "2" copies as
Nard,
Sorry, but I need to revisit this.
When a report is open and a user clicks on print, after printing I want to
also get the PDF printed to a stream. Whatever I try to do when I call
PrintToDevices I end up with…Thanks Nard but is there a way to do it the way I asked?
Ken
Nico Cizik (Digital Metaphors) escribió:
Hi Nico,
I have achieved it with this line at OnPrint event for each subreport:
procedure TcxReportMasterForm.ppSubReportOnPrint(Sender: TObject);
begin
(Sender as TppS…Nico Cizik (Digital Metaphors) escribió:
Report Builder Enterprise Edition 7.03
Hi Tony
My name is Abel and I face the same problem.
I use TExtraDevices until Delphi 2009.
I bought RbExportDevices, but I'm very, very disapointed.
file erros, missing rows, lines flying, etc.
I didn't li…Seconded.
Nico
I must second everything said about the export devices. My experience of the
Excel export especially is extremely difficult as clients expect 100%
accuracy and we cannot gaurantee that. If it is a question of money I woul…I would like to second that.
I am a current user of TExtraDevices but still using D7 and D2007 for that
matter.
This is becoming more and more of an issue because I do have a SA contract
for Delphi.
Can't we make a joi…Hello,
As I know they are changing the quality management in these days. And like
all changes also this needs some resources and therefore a little bit time
in the beginning. I am sure they are willing to do a good job also in the <…Hi,
Jim, has placed an update okt 23 2009 for delphi 2010.
Regards
René Leerdam
Jim, mailed me bacck at 8 oct 2009 with then message
Update for RB 11.06 and D2010 will be posted shortly. (But what is shortly?)
after i had send him a report in corupted excel and as archive export.
Regards René Leerdam<…I'm facing some problems with Excel files.
Some fielsd are wrong, I've e-mailed the problem today for the support and
let's see what they return.
An item counter is wrong after page 4 and some fields show incorrect data.…This seems very promising.
Regards,
Jeroen.
2009 version works fine with Delphi 2010 and RB 11.06 as well if ;
You change DPK file contents from RCL1112 to RCL1114
Add this to txdefs.pas
{$IFDEF VER210}
//{$DEFINE USERB603}
{$DEFINE USEZLIB}
{$DE…Hi!
Looks like it is working now on D2009/RB11.05 for all file types.
Kind regards
TorB.
***
I haven't had the chance to test on D2009 but it does work with
RB11.06/D2010.
I've only tested PDF output so far.
Regards,
Cary.
Hello Nico,
any solution to this problem? Sometimes we have the same problem.
Whenever we have tab-stops in a text sometimes this problem occurs..
Even if there are opening and closing brackets in memotext "(" + new
L…Nard
Tried it but got an acces viol. I then set it up in the before print and it
worked great.
Thanks for that.
FYI
Waler officially released version 3.0 of Textradevices for Delphi 2010
yesterday.
Hello People,
I did some debuging by myselft and on the TxAll.pas file
Search for the expression "AutoConvertToNumber" it will occour just once on
the entire file.
I did the following changes around line 3217.Hi René,
I found out that on every form where you use the Reportbuilder report you
also have to put the textradevices component.
In the properties of that component you have to set autoconvert to off.
Just setting it up co…Did everithing you mentioned Erik,
Also use delphi 2010 an reportbuilder 11.06 and rebuild extradevices for
d2010
changed one uses list with delphi 2010 version and added delphi 2010 in
txdefs
But after turning autoconert…Update
If you turn the excel option in textradevices for autoconvert to numbers off
everything works fine again.
Still if you want the autoconvert option, we will have to wait until that's
fixed.
Erik.
Thanks Nico, you are right.
I thought Excel was included because it already shows Excel as an option
before I put the Textradevices component on the form.
However if anywhere in the project the Textradevices component is used i…Hi Nico or Nard,
I've added Waler's TExtra devices now.
If I print to Quattro or Lotus through their software it comes out fine as
well...
Excel keeps being wrong, I can't select between their our your excel type as
…