rbuser
Comments
-
Don't answer, I figure out. Had to set proper begin/end range
Thanks!
On Sat, 20 Jul 2002 03:18:13 GMT, taticus@attglobal.net (Taticus)
-
Hi Guillermo,
Unfortunately it has effects at runtime, the whole application gets loaded
into memory and can't be optimized by the OS's memory management.
regards,
Chris Ueberall;
-
> Normally i am developing with VisualBasic and the first i saw was,
Visual Basic applications are even bigger, the .exe file can be smaller but
it needs to install a lot of aditional dll, ocs, and so on. If you want a
small … -
Normally i am developing with VisualBasic and the first i saw was,
that Delphi-Apps are very big - so i searched for a solution.
Now i use UPX - it's a free executablepacker and reduces the size to
only 15 to 40 percent of the origina… -
You won't back to 1.4 Mb

RB VCL is big and now is included in your code (no matter how much reports
your applic… -
Alexander,
I was able to eventually compile the end user example. I had to update the
daDBISAM.PAS with the one from Jon's web page and change the path of both
database components but after I did that the program did compile. I … -
Jon,
I tried it both ways, with the default session and using a session
component. I received the same error both times. I also tried connecting a
table to the database component, assigned to the same table. It made no
diff… -
Michael,
Are you using a default session?
Jon
-
Thank for the quick help!
The height of the Footer Band im my case should depend on the height of
three memofields (filled with address - informations for example).
I?ll try your example...
Regards,
Jan
Thanks for your fast answer.
I tested with 3 forms to print.
First has 2 pages and 49 details
Second has 2 pages and 51 details
Third has 2 pages and 46 details
Only the last page ( third form, page two) pr…Hi Chris,
'TCustomClientDataSet' was introduced in D6.
regards,
Chris Ueberall;
Alexander,
Thanks for the swift response.
I have a couple of issues with the demo on the client side. The unit
myeuRpt.pas contains a reference to ppFormWrapper. This unit is nowhere on
my computer.
Removin…Hi Alexander,
it is quite difficult to isolate this part, because it belongs to
a really big project. But we figured out, that by playing around
with the dimensions of the detail-band the problem occurs
very rarely. So the …Hi Alexander,
yes there are in a region and we have told the region to keep together.
The event-handlers are used to do some formatting-stuff in the before-print
event.
No navigation or things like that. We also had the cas…I already bought TeeChart Pro 5.02 from TeeMatch. The error is ocurring with
this one.
Thanks again,
Mauro
"Alexander Kramnik (Digital Metaphors)" wrote
Hi Jan,
save both templates as text to file and compare them to see the differences.
regards,
Chris Ueberall;
Hello, Jim.
Well, I think it will be a bit difficult to send you one of the reports
from version 5.55, because I'll have to send you database file (Interbase)
and main program. It's not a standalone report yo…It works.
Thank You.
"Alexander Kramnik (Digital Metaphors)" wrote
As per your suggestion i put the following line of code in the
Report.OnPreviewFormCreate:
TmyPreview(rptLabel.PreviewForm).ShowPrintButton := False;
However when i step into the SetPrintVisible (provided below), FbtnPrint i…I have come accross a problem adding the property. In the procedure where i
set the visible property of the Print Button I am getting a memory access
error. When I debug it I can see the value for the visible property but the
button i…Thanks. The demo was great. However, I only need to disable the Print button
in the preview some of the time. How can I have Report Builder use the
custom form sometimes and the actual form the rest of the time?
My problem is th…Check out http://www.waler.com/ -- specifically TExtraDevices 2.02. It
plugs into RB and can print directly to the printer port using printer
escape codes rather than the graphics drivers…It seems like the report is printing in graphics mode. Is there a way to
print it in text mode?
The report is printing each line very slowly so I don't think it has
anything to do with the report generation.
"Alexand…Not quite what I am looking for, but I can probably use the created output
device method. I guess I would run the report per employee and store the #
of pages and employee IDs in a list then rerun the reports in groups by # of
pages.…Yes, I understand this... Would it be possible to add an "Align" property to
things like labels so that if the width of a band changed, it would
automatically pull the label with it?
I'm using Delphi 5 Enterprise with updates applied