rbuser
Comments
-
There are several ways of achieving this... You should be able to access the
actual TeeChart from ppTeeChart, and use one of the chart's SaveToXXXX
methods.
--
Girish Patil
Gnostice Information Technologies www.gnosti… -
Nico Cizik (Digital Metaphors) wrote:
Ok Nico, so I did it like this:
if ppReport.HeaderBand = nil then
with TppHeaderBand.Create(ppReport) do
Report := ppReport;
Is this the best way? Do I h… -
Steve Reeves wrote:
UPDATE: I loaded a MS Word generated RTF file that was quint-spaced and
it worked fine. So it looks like it may be a diff. in the way TRichView
encodes the line spacing...
-
Nico Cizik (Digital Metaphors) wrote:
I can't seem to get this to work. I found some components that will
allow me to apply line spacing but once I load them back into the
TppRichText it's back to single spaced. All of t… -
Hi Nico,
i've found the post in the EndUser newsgroup. Thanks.
Could You please check the link You gave me: it doesn't work.
Thanks again
Paolo
-
You may want to look at site like http://www.convertzone.com/ to find
a PDF converter app. Tossing "convert pdf" and tiff and jpeg into
Google will kick out lot of pages.
Thank you Nico & William.
I will purchase Williams component shortly as it will help alot with
freeform design - Nico - what software would you suggest for converting a
PDF to am image ??? Adobe's stuff ??? Thanks<…Hi, Neil
Try Grid pack for ReportBuilder, it can design any table, grid, filled-in
forms, and it is very faster compare to loading the big image in the report,
and it is ready for support to export to PDF by using next release…I have a report that can be very wide so I can't print it on the paper
withot horizontal split wich I don't want to have because the report
becomes unreadable.
I want whole report on one page (without horizontal split -> PaperWid…Hi Nico!
Sorry, but I have no small example. I would have been happy, if you
were able to reproduce my findings based only on my hints on the
source code. I didn't succeed in reproducing the bug with a new app
based on your…yes I think i narrowed it down to a DOS program that prints out to the LPT1
and i think that is the DOS program does something to the printer/or printer
driver and i restart the machine and it is fine. I think it is a DOS
program so …Hi Marco!
Hi Nico
Regretably no improvement.
Will email source code sample data etc. as requested.
Thanks in advance
Philip L Jackson
Hi Nico
The code below loads object Rich Edit1, converts the commands from Paradox
to Advantage and then assigns the lines from Rich Edit1 to the Advantage
Table.
I will create a series of folders with source data and…Hi Nico
1. I am loading a memo from a blob field in a Paradox table, stripping out
all the "paradox stuff" and replacing it with equivalent Advantage commands
and then saving these into a blob field in an Advantage Table. The …Nevermind, I remembered that you have to add stuff to the uses clause.
Glad to hear,
Seen the number of posts on different newsgroup on this percentage-issue
.............
Happy to work with you guys.
Another suggestion might be to open a new newsgroup in wich you place, as
the tech-tips the new suggestions you realy are considering.
We use a software called mssqlXpress, they have on their newsgroups this
kind of newsgroup.
Us…Ol?,
I made download the archive bldctls.zip.
When I try to compile the archives dpk occurs the following error: [
Error ] BuilderControls.pas(319): Undeclared to identifier: '
TppDeviceSubstitutions '
I use D…Hi!
It is a fine component, just remember to use a non-printable character
instead of Space if the text in the rotated label has more than one word.
Use f.i. #255. Type it in as [Alt]+255.
If you use Space, the positioning of the…How do you replace it with your application's Icon?
thanks
> Hope this helps.
thank you Nico
Hi Nico,
where do I run this from? its a bit over my head. Do you have an
example.
thanking you Nico
>Once the preview form has been created you can access the
using
rbMyReport.PreviewForm.Icon.LoadFromFile('C:\MyIcon.ico');
looks for the icon when you preview the report. Is there a way to
store the icon as …In article <403dfe98$1@dm500.>, support@digital-metaphors.com says...
Hello Nico,
I do load the reports from templates - you are correct. So - it looks
like I will modify each report.
However, I would like t…Yes it does - Thanks
Actually, the problem appears to be whether I set PrintDialog.PrintToFile,
vs just setting the device.
Thanks
That was pretty much what I was trying.
Procedure CiReportOnPrintDialogCreate(
ptr : Pointer;
ppReport : TppReport);
Begin
this_szSettings …I uninstalled and installed again RB 7 and now it's ok.
Thanks and sorry, I think I could try this before ask newsgroup.
Mauro Assis
Athena
Sorry, ReportBuilder 7.03 with Delphi 7. Printer driver is up to date,
i'll check graphics driver. This only happens on print preview seems to
print fine.