rbuser
Comments
-
I commented out all the code in the SetCanPrintToXLS and everything worked
fine.
Here is how I set it for my different reports. I basically set it to true
if the report is allowed to set to XLS and false if it can not.
<… -
When I tried recompiling this project I get the following error:
[DCC Error] rpMain.pas(34): F2051 Unit raIDE was compiled with a different
version of ppDsgner.TppDesignerWindow
Rodger Van Kirk
-
The demo compiled and built without any issue.
I assume that means we must be doing something wrong in our code.
I'll start looking into that particular package and it's integration into
the main application to see where … -
Thanks for the quick response.
After implementing your suggestion, the compilation moves past the files
that were causing an issue. Unfortunately, now I'm getting the following
error:
(10): F2051 Unit raParser was c… -
I'm using 12.03 Enterprise.
The patches I'm trying to install are the following:
ppCtrls & ppFilDev to fix an XLS issue
ppProd to fix an issue with OnPrintDialogCreate when sending e-mail
I received … -
Am 22.12.2010 09:01, schrieb Geerten Doornenbal:
Hi Guys,
my solution:
procedure TfrmAusweisdruck.ppReport1BeforePrint(Sender: TObject);
var
sFilter: String;
ichecked: Integer;
begin
sFilter := … -
Op 21-12-2010 17:27, Nard Moseley (Digital Metaphors) schreef:
Also check out this page, if you use the exact same query, you can get
the bookmarks of the dataset you use for the checkboxlist, and then put
those bookmarks on the que… -
For future reference. Nard also suggested putting KeepTogether to False and
with that the problem was solved
Thanks for your excellent support,
Jose Maria Sanmartin
-
Thanks
-
Hi Nard,
Any solution to this problem?
Thanks,
José María Sanmartín
-
Thanks Nard.
We are very close to reach a solution but I can't manage to solve it.
You can reproduce the problem if you put another subreport in each
subreport. I mean:
MainReport
1.- Subreport
2.… -
Nard Moseley (Digital Metaphors) wrote:
Now. I could have sworn I tried that.
Thak you. All fine now.
Ian
-
Nard Moseley (Digital Metaphors) wrote:
http://www.digital-metaphors.com/rbWiki/DADE/Fundamentals/Convert_Template_BDE_to_ADO… -
Sigh. Since I last played with RB I have had two major
crashes/reinstalls.
I had forgotten to install the RB Advantage DADE.
Slinks away kicking ones self....
-
PS
this third party component should be for D7 and RB 11
-
Hi,
Are there any third party TppImage-like components I can use that may
not have this problem ?
My requirement is keep a jpg (or png or whatever compressed format)
format keeping a reasonable quality (in preview) ev… -
Hi Nico,
Using a bitmap the defect disappears.
Unfortunately the bitmap is also bigger in size and this makes
the report source more "heavy" (i've a system to deploy report
to customers: having bigger reports means sl… -
I'll try and let you know the results.
Thanks you very much
Bye
-
Hi Nico,
Thank you for your time.
I did some tests too.
I've made a simple test project with two Timage components.
Both of them hold the same jpg (yes it is a jpeg, forgot to tell in the
first message), but the… -
Thanks again Nico,
This seems to work (so far at least)
-
Hi Nico,
I already have the latest release of RB10.
Anyway, this is how things are:
In delphi code I create a TppReport and then set it's Language property to
lgCustom.
If the report has no subreports then everything is ok,… -
Thanks Nico,
I did some translation, followed the readme instrunctions, set the
Report.Language property to lgCustom and yes it worked.
Unfortunately, it seems that if a report has subreports the subreport
language does not fol… -
Thanks Nico
-
Hi Nard,
we had the problem after updating from version 10 to 12.
Our project contains TppDesigner.
The default location for RBuilder.ini was set --> ($LocalAppData).
The problem occured on a "Windows XP Service Pack 3 b… -
Hi,
we did have the same problem.
With madExcept we found out that the problem is, that RBuilder.ini
cann't be created (lack of user rights).
An exception seems to be absorbed and afterwards there comes the AV.
I… -
You do not provide much information for htis...
Do you have any events tied to the preview that may affect this? You may
also get more clues if you use madExcept or ... (there is another product
that provides exception inform… -
My question was related to HTML and not XHTML.
I have done more reading in source files and found out that such option
actually does exists. Saving to file / files can be set up in
TExtraOptions for both formats.
Nico, thanks for the response.
We are try to avoid digging into the components code. Will look into
future updates of the product.
Cheers,
Robert.
--- posted by geoForum on in Print report, save to HTML file Comment by rbuser January 2011Thanks again for your assistance.
Mike
Hello again :-)
.. I think this is my last post in this thread !
This is my solution:
procedure TmyDays…