On 09/07/2015 11:28 PM, Jesus Reyes A. wrote:
En Mon, 07 Sep 2015 14:25:52 -0500, Craig Goodyear
escribió:
With the new version, the name of the object placed on the report is
shown instead of the value of the name field from the sql statement.
Has the new version of LazReport reserved the wo
En Mon, 07 Sep 2015 14:25:52 -0500, Craig Goodyear
escribió:
I have recently upgraded from Lazarus 1.2 to Lazarus 1.4.2. Compiling a
program with version 1.4.2 breaks a report written with version 1.2. One
of field names in the sql statement that LazReport uses is name.
With the new vers
I have recently upgraded from Lazarus 1.2 to Lazarus 1.4.2. Compiling a
program with version 1.4.2 breaks a report written with version 1.2. One
of field names in the sql statement that LazReport uses is name.
With the new version, the name of the object placed on the report is
shown instead o
On Sat, 18 Jul 2015, Bob B. wrote:
The primary save format will be JSON, which can be converted to anything > you
want.
How? Is there some utility that does that? Or do I misunderstand what you
meant?
The finished report can be saved to JSON file.
It can be rendered to a printer canvas
> The primary save format will be JSON, which can be converted to anything >
> you want.
How? Is there some utility that does that? Or do I misunderstand what you
meant?
Also, will users still be able to design their own reports like they can with
LazReport?
Thanks.
Bob B.
On Friday,
On Fri, 10 Jul 2015, Tony Whyman wrote:
Well - good luck - Lazreport took a long time to get stable and certainly
contains many idiosyncrasies that could benefit from a redesign. But please
ensure that there is a clear migration path to any new reporting engine.
Well. The reporting engine i
On Fri, 10 Jul 2015, Koenraad Lelong wrote:
Op 10-07-15 om 09:36 schreef Michael Van Canneyt:
The primary save format will be JSON, which can be converted to anything
you want.
I don't know much about JSON, but I'm about to start an application that
writes to a label-printer (= small pape
Well - good luck - Lazreport took a long time to get stable and
certainly contains many idiosyncrasies that could benefit from a
redesign. But please ensure that there is a clear migration path to any
new reporting engine.
Tony Whyman
MWA
On 09/07/15 20:45, Michael Van Canneyt wrote:
Just an
Op 10-07-15 om 09:36 schreef Michael Van Canneyt:
The primary save format will be JSON, which can be converted to anything
you want.
I don't know much about JSON, but I'm about to start an application that
writes to a label-printer (= small paper-sizes). Would it be possible to
generate outp
On Fri, 10 Jul 2015, Vincenzo Campanella wrote:
Il 09.07.2015 21:45, Michael Van Canneyt ha scritto:
Just an opinion:
I am working with Graeme Geldenhuys to create a reporting engine from
scratch.
I think Lazreport's design contains some fundamental flaws, which can
only be remedied by re-im
Il 09.07.2015 21:45, Michael Van Canneyt ha scritto:
>
> Just an opinion:
> I am working with Graeme Geldenhuys to create a reporting engine from
> scratch.
> I think Lazreport's design contains some fundamental flaws, which can
> only be remedied by re-implementing a reporting engine from scratch.
On Thu, 9 Jul 2015, silvioprog wrote:
On Thu, Jul 9, 2015 at 4:45 PM, Michael Van Canneyt
wrote:
[...]
I think Lazreport's design contains some fundamental flaws, which can
only be remedied by re-implementing a reporting engine from scratch.
This is a very good new! I smell TFPRepor
On Thu, Jul 9, 2015 at 4:45 PM, Michael Van Canneyt
wrote:
[...]
> I think Lazreport's design contains some fundamental flaws, which can only
> be remedied by re-implementing a reporting engine from scratch.
This is a very good new! I smell TFPReport in the air... =)
--
Silvio Clécio
My public
On Thu, 9 Jul 2015, Gabor Boros wrote:
Hi All,
Earlier I think will use LazReport for my new project. Implemented Child
feature for my needs but now see many other lack of features, problems,
reported bugs.
Features for example...
- Page, Band not have Frames and FillColor properties
- Fi
Hi All,
Earlier I think will use LazReport for my new project. Implemented Child
feature for my needs but now see many other lack of features, problems,
reported bugs.
Features for example...
- Page, Band not have Frames and FillColor properties
- FillColor not have (Brush.Style) property
- S
En Wed, 01 Jul 2015 17:52:57 -0500, Graeme Geldenhuys
escribió:
On 2015-07-01 21:47, Jesus Reyes A. wrote:
Those are not global variables. They are report variables.
In the context of a report, they are the same thing to me. You define a
variable via the Report GUI Designer (I still don'
Hi Jesus,
Thanks for taking the time to reply. It is much appreciated.
On 2015-07-01 21:47, Jesus Reyes A. wrote:
>
> Those are not global variables. They are report variables.
In the context of a report, they are the same thing to me. You define a
variable via the Report GUI Designer (I still
On Tue, 30 Jun 2015 10:35:54 -0500, Graeme Geldenhuys
wrote:
On 2015-06-30 14:03, Graeme Geldenhuys wrote:
I've used File -> Variable List to define a new variable (just the
name).
Digging deeper into the LazReport code, I finally found the solution.
Even though you setup a variable, yo
On 2015-06-30 14:03, Graeme Geldenhuys wrote:
> I've used File -> Variable List to define a new variable (just the name).
Digging deeper into the LazReport code, I finally found the solution.
Even though you setup a variable, you must not refer to it via the
Scripts.Values[] or Variables.Values[
On 2015-06-30 14:03, Graeme Geldenhuys wrote:
> ===
> If FRPrint.PrepareReport then
> begin
> FRPrint.Variables.Values['HideKlas'] := '1'; // for testing only
> FRPrint.Preview := FAfdrukForm.PrintPanel;
> FRPrint.ShowPreparedReport;
> end;
> =
Hi,
I have a print dialog, shown before the report is generated. The user
can make some selections. Based on that, I want to set the value of a
global variable, then use that variable to decide if a column of data
must be visible or not.
I've used File -> Variable List to define a new variable (j
Thank you Jesus
I will attempt workarounds a I can, and will try to narrow down the
'delete' cause
On 27/05/15 23:29, Jesus Reyes A. wrote:
En Mon, 25 May 2015 21:39:41 -0500, steveg
escribió:
Thank you Michael.
I have then following problems currently -
1:
I am placing a subreport in
En Mon, 25 May 2015 21:39:41 -0500, steveg escribió:
Thank you Michael.
I have then following problems currently -
1:
I am placing a subreport in a Group footer (to run a charges query for
each client in group break)
It would appear that the subreport is run 'after' accessing all other
fi
Thank you Michael.
I have then following problems currently -
1:
I am placing a subreport in a Group footer (to run a charges query for
each client in group break)
It would appear that the subreport is run 'after' accessing all other
fields in the footer, no matter what it is named, or where i
On Mon, 25 May 2015, steveg wrote:
Could somebody please let me know the correct place to post questions about
LazReport ?
Not sure if there is a separate group / list for this
No, posting them here is good.
Michael.
--
___
Lazarus mailing list
Could somebody please let me know the correct place to post questions
about LazReport ?
Not sure if there is a separate group / list for this
Thanks - SteveG
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepas
Hi All,
I want to see and use child bands in LazReport. Opened an issue in the
bugtracker and attached diff files (used trunk 46747). Please review,
try, comment.
http://bugs.freepascal.org/view.php?id=26996
Gabor
--
___
Lazarus mailing list
Lazar
2014.10.30. 8:01 keltezéssel, zeljko írta:
I'm using Qt for production (commercial apps) on linux,win32 and mac and
I don't have such problems. Please open separate issues about your
problems and attach project examples, so I'll fix it.
http://bugs.freepascal.org/view.php?id=26971
http://bugs.
On 10/29/2014 09:11 PM, Gabor Boros wrote:
2014.10.29. 20:19 keltezéssel, zeljko írta:
Yes. CUPS-PDF. I can print from the report designer and IDE too.
Cross compiled i386-win32 application working also without explicitly
added printers4lazarus.
Don't know how it can work. Printer object comes
2014.10.29. 20:19 keltezéssel, zeljko írta:
Yes. CUPS-PDF. I can print from the report designer and IDE too.
Cross compiled i386-win32 application working also without explicitly
added printers4lazarus.
Don't know how it can work. Printer object comes from printer4lazarus.
Compiled to GTK2 an
On 10/29/2014 06:55 PM, Gabor Boros wrote:
2014.10.29. 18:25 keltezéssel, zeljko írta:
On 10/29/2014 05:42 PM, Gabor Boros wrote:
Hi,
Want to try LazReport on Linux but get many paper errors at application
start for (every?) paper size. Just start a new project drop a TfrReport
to the main for
2014.10.29. 18:25 keltezéssel, zeljko írta:
On 10/29/2014 05:42 PM, Gabor Boros wrote:
Hi,
Want to try LazReport on Linux but get many paper errors at application
start for (every?) paper size. Just start a new project drop a TfrReport
to the main form and start the application. FPC 2.6.4 x86_6
On 10/29/2014 05:42 PM, Gabor Boros wrote:
Hi,
Want to try LazReport on Linux but get many paper errors at application
start for (every?) paper size. Just start a new project drop a TfrReport
to the main form and start the application. FPC 2.6.4 x86_64, trunk
46697, Qt, Kubuntu 14.04 64bit.
An
Hi,
Want to try LazReport on Linux but get many paper errors at application
start for (every?) paper size. Just start a new project drop a TfrReport
to the main form and start the application. FPC 2.6.4 x86_64, trunk
46697, Qt, Kubuntu 14.04 64bit.
Gabor
--
__
This doesn't work: [sum([dsbooks.."CTR"],MasterData11)]
where CTR is the calculated field. Thanks.
A. G. --
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Since I only wanted a list of unique key fields, I didn't use a Master band.
Is it mandatory to use one?
A. G.
On Wednesday, September 24, 2014 12:54 AM, Tony Whyman
wrote:
Alejandro,
Group Headers do work - I use them myself. Looking at a known
working report, the condition field
Alejandro,
Group Headers do work - I use them myself. Looking at a known working
report, the condition field in the group header is linked to field in
the dataset used for the Master Data band. Maybe this is where your
problem lies.
Regards
Tony Whyman
MWA
On 24/09/14 00:01, Alejandro Gonzalo
I only wanted a list of unique entries for a key field. So I selected the
Group Header band and for Condition selected that key field. I then inserted a
Rectangular Object on the band and for dbfField selected the same key field.
But Preview showed only a blank page. What else do I have to do
On 8/25/14, Jesus Reyes wrote:
> Please file a bug report, at least the unexistant .lrf case should trigger
> an exception.
Done: http://bugs.freepascal.org/view.php?id=26636
Test application attached.
Bart
--
___
Lazarus mailing list
Lazarus@lists.l
Please file a bug report, at least the unexistant .lrf case should trigger an
exception.
Jesus Reyes A.
El Domingo, 24 de agosto, 2014 16:56:44, Bart escribió:
Hi,
TfrReport.LoadFromFile does not raise an exception (or return ay other
indication of error) if the file does not exist and t
Hi,
TfrReport.LoadFromFile does not raise an exception (or return ay other
indication of error) if the file does not exist and the filename has
the .lrf extension.
If the filename has another extension the code results in a dialog
'Unsupported FRF format'.
This to me is even more bothersome, I can
The following bug reports are similar:
Report Designer: "Invalid typecast"
http://bugs.freepascal.org/view.php?id=26504
Report Designer: Undo raises "List index (-1) out of bounds"
http://bugs.freepascal.org/view.php?id=26506
2014-07-19 20:01 keltezéssel, Alejandro Gonzalo írta:
> UPDATE This
UPDATE This only seems to happen when some records have a large entry in the
memo field. The problem seems to be with the routine that calculates the field
size but I don't know how to fix it.
(This refers to LazReport crashing when a memo field is included in a report)
A. G.
On Wednesday
On Saturday, 12 July, 2014 08:32 AM, Eduardo Lopez wrote:
> Hi Allan.
>
> You must install: "Visual C++ 2008 Redistributables"
>
> Eduardo.
Thanks. I've reinstalled the redistributable. Still it doesn't work.
The postgresql installer will also install the Visual C++
redistributable, really hard i
Hi Allan.
You must install: "Visual C++ 2008 Redistributables"
Eduardo.
El 11/07/2014 05:19 a.m., Allan E. Registos escribió:
Hi,
Does anybody have a working lazreport + postgreSQL ?
I am having trouble both 32-bit(winxp) with postgresl lib client
present on the same program directory and in
Hi,
Does anybody have a working lazreport + postgreSQL ?
I am having trouble both 32-bit(winxp) with postgresl lib client present on the
same program directory and in 64-bit win7.
It cannot find libpq.dll.
Thanks & regards,
Allan
--
___
Lazarus
> El Jueves, 26 de junio, 2014 3:08:23, Koenraad Lelong
> escribió:
...
> Hi,
>
> Since I did not find a way to backtrace in Lazarus, I did it via
> gdb-commandline. This is what I get (Windows XP) :
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x004036bb in SYSTEM_FORWARDS_SSE
On 26/06/2014 09:27, Koenraad Lelong wrote:
> Since it's not my application that's behaving bad (AFAICT) I'm going to
> try to reproduce this with a "public" database. Then I'll write a
> bug-report.
Ok, thanks.
--
___
Lazarus mailing list
Lazarus@lists
op 24-06-14 12:20, Reinier Olislagers schreef:
On 24/06/2014 10:29, Koenraad Lelong wrote:
backtrace. Can I have a backtrace in Windows ?
Yes. Use e.g. -gw2 -gl -O-1 (Lazarus: dwarf 2 format, line number, no
optimization, add -O-1 in extra options or whatever it's called) when
compiling.
Run g
On 24/06/2014 10:29, Koenraad Lelong wrote:
> backtrace. Can I have a backtrace in Windows ?
Yes. Use e.g. -gw2 -gl -O-1 (Lazarus: dwarf 2 format, line number, no
optimization, add -O-1 in extra options or whatever it's called) when
compiling.
Run gdb as usual and you should get the backtrace
Hi,
I got a strange problem when I show a Lazreport of a master-detail
relationship.
If the master-table contains an odd number of items, the report is OK.
If it contains an even number of items it crashes with this error :
Program received signal SIGSEGV, Segmentation fault.
0x004df6
op 26-05-14 13:47, Reinier Olislagers schreef:
(Note: haven't ever set up master/detail reporting in Lazreport, so just
some ideas below)
At least in other reporting solutions, master details means having some
master band, then a detail band below it.
This gives the following setup:
Master1 reco
Il 26/05/2014 13:26, Koenraad Lelong ha scritto:
Hi,
I want to make a report of database data. The data has a master-detail
relationship. For every master-record there are a fixed number of
detail-records.
A detail record = ItemCode, ItemValue
So I make a lazreport. I put a masterheader band
(Note: haven't ever set up master/detail reporting in Lazreport, so just
some ideas below)
At least in other reporting solutions, master details means having some
master band, then a detail band below it.
This gives the following setup:
Master1 record
...detail1:record1
...detail1:record2
...
...d
I am using Laz 1.2 for Win32, with Advantage
(http://devzone.advantagedatabase.com) for the database, Foxpro CDX format.
Everything seems to go ok designing a report with LazReport until I include a
memo field, then it crashes.
Is there something special I have to do in LazReport to use a Foxpro
> Jesus Reyes wrote:
>
>> This is basically to Mattias, is it possible to register at design time
> data modules so they appear in FindGlobalComponentList? any other solution?
>
> FindGlobalComponentList is for the currently running application - the
> IDE itself.
>
> Properties in the OI us
On Mon, 10 Mar 2014 13:37:59 -0700 (PDT)
Jesus Reyes wrote:
>[...]
> But now things are clearer as you say the problem is at design time, and yes,
> the issue can be reproduced. The problem here is LazReport (in form1) can't
> get an instance to Datamodule1.Dbf1 at Lazarus design time. At desig
> With a new project, last week I tried to do this again. First with
> Lazarus 1.08, today with Lazarus 1.2 (downloaded and installed this
> morning). Still the same problem.
> I looked in the bugtracker. There is a request for a new sample-project.
> Unfortunately I lost my password and the em
op 09-01-12 09:36, Koenraad Lelong schreef:
On 05-01-12 18:07, Mattias Gaertner wrote:
Can you create a small example and a bug report?
Mattias
http://bugs.freepascal.org/view.php?id=21050
Koenraad
Hi,
With a new project, last week I tried to do this again. First with
Lazarus 1.08, tod
Jesus Reyes ha scritto:
El Jueves, 21 de noviembre, 2013 6:10:55, Giuliano Colla
escribió:
Dealing with inexperienced users, I would need to set the DefaultDir and
Filename of the file dialog to something meaningful by the application
point of view.
Is that already possible, setting some T
When you invoke the ShowReport or ShowPreparedReport methods of a
TfrReport, you get a preview of the report, with a "Save Report" button.
Save Report will open a file dialog, which defaults to the user home
directory, and an empty Filename.
Dealing with inexperienced users, I would need to s
Michael .. Thanks very much. This was EXACTLY what I needed. I have
everything working as I wanted now. Thanks so much for your help.
Regards
Hew
On 2013-09-30 10:07 AM, Michael Schneider wrote:
Am Monday 30 September 2013 18:10:35 schrieb Hew Lines:
Reinier that is part of the problem.
Many thanks Michael. I suspect this is exactly what I was looking for.
Hew
On 2013-09-30 10:07 AM, Michael Schneider wrote:
Am Monday 30 September 2013 18:10:35 schrieb Hew Lines:
Reinier that is part of the problem. I have no code ! I am trying to
use the TfrUserDataSet control which, accord
Am Monday 30 September 2013 18:10:35 schrieb Hew Lines:
> Reinier that is part of the problem. I have no code ! I am trying to
> use the TfrUserDataSet control which, according to all documentation I
> have, should allow me to use a string array or string list as the data
> source for a report. Ho
Reinier that is part of the problem. I have no code ! I am trying to
use the TfrUserDataSet control which, according to all documentation I
have, should allow me to use a string array or string list as the data
source for a report. However, I am unable to get started. I have no idea
how to "li
On 29/09/2013 19:49, Hew Lines wrote:
> I'm trying to use LazReport to design a small report to print a
> formatted list of data contained in a two-dimensional string array of 99
> records, each containing 17 data elements. I know I can load them into a
> table and use the table if I have to, but I
I'm trying to use LazReport to design a small report to print a
formatted list of data contained in a two-dimensional string array of 99
records, each containing 17 data elements. I know I can load them into a
table and use the table if I have to, but I have been trying to use the
frUserDataSet
Il 21/04/2013 17:52, Maxim Ganetsky ha scritto:
21.04.2013 19:37, Giuliano Colla пишет:
On February 25 I sent you a small patch to fix the band.name issue.
I've never got any feedback, and, as of today, I don't see the patch in
trunk.
Did you decide to reject the patch, or you didn't get it?
Y
Il 21/04/2013 17:52, Maxim Ganetsky ha scritto:
21.04.2013 19:37, Giuliano Colla пишет:
On February 25 I sent you a small patch to fix the band.name issue.
I've never got any feedback, and, as of today, I don't see the patch in
trunk.
Did you decide to reject the patch, or you didn't get it?
Y
21.04.2013 19:37, Giuliano Colla пишет:
On February 25 I sent you a small patch to fix the band.name issue.
I've never got any feedback, and, as of today, I don't see the patch in
trunk.
Did you decide to reject the patch, or you didn't get it?
You really should create bug report with this patc
On February 25 I sent you a small patch to fix the band.name issue.
I've never got any feedback, and, as of today, I don't see the patch in
trunk.
Did you decide to reject the patch, or you didn't get it?
Giuliano
--
___
Lazarus mailing list
Lazarus
On 02/24/2013 09:19 PM, Jesus Reyes wrote:
--- El jue 21-feb-13, Giuliano Colla escribió:
I've tested a different approach, i.e. not *setting* the
Band name, but just *getting* Band name from BandView, (a
Name property in TfrBand which just returns the name of the
corresponding Bandview, i.e.
--- El jue 21-feb-13, Giuliano Colla escribió:
>
> I've tested a different approach, i.e. not *setting* the
> Band name, but just *getting* Band name from BandView, (a
> Name property in TfrBand which just returns the name of the
> corresponding Bandview, i.e. View.Name). It doesn't produce
>
On 02/18/2013 08:58 PM, Jesus Reyes wrote:
Hi Giuliano,
As you may know, the patch was merged to fixes but, a problem was detected, it
introduced a regression, please see http://bugs.freepascal.org/view.php?id=23901
Jesus Reyes A.
I made further tests both under Linux and under Windows. The
--- El sáb 2-feb-13, Giuliano Colla escribió:
> De: Giuliano Colla
> Asunto: LazReport Band.name patch
> A: lazarus@lists.lazarus.freepascal.org
> Cc: "Jesus Reyes"
> Fecha: sábado, 2 de febrero de 2013, 8:32
> While implementing an application
> which uses LazReport, trying to take advantage
While implementing an application which uses LazReport, trying to take
advantage of OnBeginBand I discovered that Band.Name is never set and is
left as an empty string.
This can be annoying if you have more than one Band of the same type, so
that Band.Typ is not enough to tell the right band.
He
On 16/01/13 20:12, Jesus Reyes wrote:
--- El lun 14-ene-13, Giuliano Colla escribió:
2) Report printout shows the Image, but skips Chinese
characters.
That's correct, TPostscriptCanvas do not support all unicode, Latin and
Cyrillic should be fine though.
What about Arabic? Some fonts do no
On 01/16/2013 07:17 PM, Jesus Reyes wrote:
--- El mié 16-ene-13, Jesus Reyes escribió:
There are at least two solutions, according to bug report
http://bugs.freepascal.org/view.php?id=15161 using Qt
interface should work. The other solution is exporting pages
as images with Image Exporter, t
--- El mié 16-ene-13, Jesus Reyes escribió:
> There are at least two solutions, according to bug report
> http://bugs.freepascal.org/view.php?id=15161 using Qt
> interface should work. The other solution is exporting pages
> as images with Image Exporter, that I can confirm it does
> ok, see L
--- El lun 14-ene-13, Giuliano Colla escribió:
> 2) Report printout shows the Image, but skips Chinese
> characters.
>
That's correct, TPostscriptCanvas do not support all unicode, Latin and
Cyrillic should be fine though.
> 3) Pdf export shows the image, but replaces Chinese
> characters w
I'm trying to use LazReport to generate reports which should show an
image (the company logo) and some Chinese text.
Currently (Lazarus 1.0.4 on Linux platform) I have the following scenario:
1) Report preview is correct (Image and Chinese text properly shown)
2) Report printout shows the Image
On Tue, Jan 8, 2013 at 2:50 PM, Jesus Reyes wrote:
>
>
> --- El lun 7-ene-13, Marcos Douglas escribió:
>
>> De: Marcos Douglas
>> Asunto: Re: [Lazarus] LazReport: printing on the next page, using stretch
>> and breaked band
>> A: "Lazarus mailing list&
--- El lun 7-ene-13, Marcos Douglas escribió:
> De: Marcos Douglas
> Asunto: Re: [Lazarus] LazReport: printing on the next page, using stretch and
> breaked band
> A: "Lazarus mailing list"
> Fecha: lunes, 7 de enero de 2013, 16:04
> On Mon, Jan 7, 2013 at 6:2
On Mon, Jan 7, 2013 at 6:25 PM, Jesus Reyes wrote:
>
>
> --- El lun 7-ene-13, Marcos Douglas escribió:
>>
>> Jesus,
>>
>> Do you need more information or tests to finish this bug?
>>
>> Best regards,
>> Marcos Douglas
>>
>
> No, I'm in the process of testing the fix, will commit it soon.
>
> Jesu
--- El lun 7-ene-13, Marcos Douglas escribió:
>
> Jesus,
>
> Do you need more information or tests to finish this bug?
>
> Best regards,
> Marcos Douglas
>
No, I'm in the process of testing the fix, will commit it soon.
Jesus Reyes A.
--
___
Laz
On Sat, Dec 15, 2012 at 4:28 PM, Marcos Douglas wrote:
> On Sat, Dec 15, 2012 at 4:02 PM, Jesus Reyes wrote:
>>
>>
>> --- El sáb 15-dic-12, Marcos Douglas escribió:
>>
>>> De: Marcos Douglas
>>> Asunto: Re: [Lazarus] LazReport: printing on the n
On Sat, Dec 15, 2012 at 4:28 PM, Marcos Douglas wrote:
> On Sat, Dec 15, 2012 at 4:02 PM, Jesus Reyes wrote:
>>
>>
>> --- El sáb 15-dic-12, Marcos Douglas escribió:
>>
>>> De: Marcos Douglas
>>> Asunto: Re: [Lazarus] LazReport: printing on the n
On Sat, Dec 15, 2012 at 4:02 PM, Jesus Reyes wrote:
>
>
> --- El sáb 15-dic-12, Marcos Douglas escribió:
>
>> De: Marcos Douglas
>> Asunto: Re: [Lazarus] LazReport: printing on the next page, using stretch
>> and breaked band
>> A: "Waldo Kitty"
--- El sáb 15-dic-12, Marcos Douglas escribió:
> De: Marcos Douglas
> Asunto: Re: [Lazarus] LazReport: printing on the next page, using stretch and
> breaked band
> A: "Waldo Kitty" , "Lazarus mailing list"
>
> Fecha: sábado, 15 de diciembre de 2012,
On Sat, Dec 15, 2012 at 1:09 AM, waldo kitty wrote:
> On 12/14/2012 13:17, Marcos Douglas wrote:
>>
>> On Fri, Dec 14, 2012 at 8:05 AM, Marcos Douglas wrote:
>>>
>>> Hi,
>>>
>>> I have a table with a "memo field".
>>> I put a "retangle" with stretch property True; the band is stretch and
>>> brea
On 12/14/2012 13:17, Marcos Douglas wrote:
On Fri, Dec 14, 2012 at 8:05 AM, Marcos Douglas wrote:
Hi,
I have a table with a "memo field".
I put a "retangle" with stretch property True; the band is stretch and
breaked property too.
The question:
If the info is bigger than a page, how the repor
On Fri, Dec 14, 2012 at 8:05 AM, Marcos Douglas wrote:
> Hi,
>
> I have a table with a "memo field".
> I put a "retangle" with stretch property True; the band is stretch and
> breaked property too.
>
> The question:
> If the info is bigger than a page, how the report can continue
> printing in the
Hi,
I have a table with a "memo field".
I put a "retangle" with stretch property True; the band is stretch and
breaked property too.
The question:
If the info is bigger than a page, how the report can continue
printing in the next page?
Marcos Douglas
--
On 04/10/12 15:12, patspiper wrote:
Hi,
How can a binary .frf file be converted to lazreport's .lfr format?
Trying to open a binary .frf file yields an 'Unsupported FRF format'
error.
I have submitted a bug report (with patch).
http://bugs.freepascal.org/view.php?id=23058
Stephano
--
_
Hi,
How can a binary .frf file be converted to lazreport's .lfr format?
Trying to open a binary .frf file yields an 'Unsupported FRF format' error.
Stephano
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepas
On 12-8-2012 18:50, Maxim Ganetsky wrote:
> 12.08.2012 20:12, Reinier Olislagers пишет:
>> On 12-8-2012 12:57, Reinier Olislagers wrote:
>>> I reported problems compiling Lazreport with FPC trunk in bug 22527
>> Hmmm? dbgstabs.pas suggests something to do with generating debug info
>> perhaps?
>>
12.08.2012 20:12, Reinier Olislagers пишет:
On 12-8-2012 12:57, Reinier Olislagers wrote:
Hi list,
I reported problems compiling Lazreport with FPC trunk in bug 22527
I'm trying to look for the cause, but the output doesn't show much:
Compiling lr_progr.pas
...
C:\development\lazarus_fpctrunk\
On 12-8-2012 12:57, Reinier Olislagers wrote:
> Hi list,
>
> I reported problems compiling Lazreport with FPC trunk in bug 22527
>
> I'm trying to look for the cause, but the output doesn't show much:
> Compiling lr_progr.pas
> ...
> C:\development\lazarus_fpctrunk\components\lazreport\source\lr_
Hi list,
I reported problems compiling Lazreport with FPC trunk in bug 22527
I'm trying to look for the cause, but the output doesn't show much:
Compiling lr_progr.pas
...
C:\development\lazarus_fpctrunk\components\lazreport\source\lr_progr.pas(1,1)
Fatal: Compilation aborted
And a lot of "Warni
Is there an option to set right before you call ShowReport() to avoid it
open in fullscreen mode?
--
Atenciosamente,
Alexsander da Rosa
http://rednaxel.com
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.
1 - 100 of 128 matches
Mail list logo