rbuser
Comments
-
Wow, that's what I call a quick response!
Thanks Nico, works like a charm.
Regards,
Arjen
-
Nico Cizik (Digital Metaphors) wrote:
I'll have to check to see what the windows 98 issues were. Using the
screen printer was a solution i found in these newsgroups and it seemed
to be a commonly known issue.
I hav… -
Chris M wrote:
I changed my reports printer to Default from screen and it seems to have
fixed the issue. however the only reason i have it set to screen is
that that fixes some windows 98 issue where it starts generating errors.Hmmm... it seems, that the report was truncated after the binary 0 (of the
paperHeight) and therefor it got corrupted .....
F.M.
In my Report Builder interface unit, I have the following procedure:
procedure SetTextField(Report : TppReport; ObjName, aString: String);
var
Obj : TppPrintable;
begin
Obj := TppPrintable(Report.…Does it meen that I must have enterprise Edition to pass parameters between
my application and the report ?
Vikram Kulkarni wrote:
Thanks for the tip. That does seem more efficient.
--
David Farrell-Garcia
Whidbey Island Software LLC
Posted with XanaNews 1.17.1.2
We do a similar thing. All you need to do is to first generate the report
only to Archive format. then load up the archive reader to convert the
archive report to whatever format you want.
Vikram
will do
hey nico, do you support Advantage tables there?
I have the Advantage plugin installed.
If I go into the Report Designer from the Delphi IDE and select my
AdsConnection, that is
connected to my Advantage Database, in the DataSettings then go into the
Query Designer
I…Perfect. Worked Like A Charm.
Thanks.
Nico,
I have the trial version of RB 9 without source. The addresses in the AV are
probably not meaningful??
I'm using Rich Text memo fields in the database that were created with
Infopower.
If I remove the…After a bit of thought I realised I can work around the problem if I put the
following line of code in before I call PrintToDevices :
lPrinterDevice.Printer.PrinterSetup.Copies := Report1.PrinterSetup.Copies;
Thanks Nico,
That was the problem, it can count now.
Regards,
Bruce.
oops!
Sorry, not a RB issue!
answer:
Thanks
Juan Jose.
Hi Mr Qu.
I encountered the same problem as you in report builder 9. I have sent
email to support but get no reply from them. Have you received any
patch files from them? If so, would you please send me a copy to me
t…RB7.03
Thank you for patch.
I have extract it to RBuilder\Lib and I have deleted all the associated
files (.dcu), compile and build my project, but that does not solve the
printing problem (Access Volation).
If I use Pragn…Sorry multi-thread is not the problem of the Report Builder and I have
solved it. Thanx anyway.
Now I can really say that my WebTier application is working 100%. Just tu
get the next maintanence release of ReportBuilder to sol…Sorry but I have one more problem
If I want to execute two reports at the same time, with different Form Based …Nard thank you for your halp. Your example really helped me. Now I can say
that my project is workin like I want.
Ok that works.
But, sorry I have another question. Like I sad, I am using:
- WebTier
- "Form-based Report Aplication Server" with rbReportFormVolumeReg to
registrate my own reports where I use IBQuery for SQL with …I just tried the following but it does not work?????
1. Compile the RBServer\Demos\Servers\Main\rbServer.dpr application and got
it running within the context of ReportBuilder Services.
2. Compiled and build the RBServer\D…Ok I have succeed to execute a specified report. You realy helped me. But
now I can't open or execute some other report.
I have rbReportFormVolumeReg to register an dm0013.pas,... this report uses
sessions for SQL parameters. …Just change the property UsaTableOwnerName to false and then it Works!
Marcelo
Ed Dressel [Team DM] wrote:
I cannot find any documentation on TDASQLBulder in RBuilder.hxs.
Care to point the way?
Mike
> 1. All the new report level events located in RAP can be found in the
all these years and I didn't know you had a help file
Ed Dressel
Team DM
Hi Nico,
I'm using Delphi 7 and RB 9.01 with patch for the bug in display-format.
I thought first the Intel-P4 about 2,6 GHz (Hyperthreading) is the
reason (we had problems with JVCL-suite), but our other employee has AMD…Hi Nico,
the reason is not the report created with an earlier version.
A more detailed description of this problem:
1) a report having a RichText- or DBRichtText-component:
- can be opened and designed at design…