Re: [Lazarus] LazReport bug?

2015-09-08 Thread Craig Goodyear
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

Re: [Lazarus] LazReport bug?

2015-09-07 Thread Jesus Reyes A.
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

[Lazarus] LazReport bug?

2015-09-07 Thread Craig Goodyear
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

Re: [Lazarus] LazReport - Feature questions

2015-07-18 Thread Michael Van Canneyt
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

Re: [Lazarus] LazReport - Feature questions

2015-07-18 Thread Bob B.
> 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,

Re: [Lazarus] LazReport - Feature questions

2015-07-10 Thread Michael Van Canneyt
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

Re: [Lazarus] LazReport - Feature questions

2015-07-10 Thread Michael Van Canneyt
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

Re: [Lazarus] LazReport - Feature questions

2015-07-10 Thread Tony Whyman
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

Re: [Lazarus] LazReport - Feature questions

2015-07-10 Thread Koenraad Lelong
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

Re: [Lazarus] LazReport - Feature questions

2015-07-10 Thread Michael Van Canneyt
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

Re: [Lazarus] LazReport - Feature questions

2015-07-10 Thread Vincenzo Campanella
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.

Re: [Lazarus] LazReport - Feature questions

2015-07-09 Thread Michael Van Canneyt
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

Re: [Lazarus] LazReport - Feature questions

2015-07-09 Thread silvioprog
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

Re: [Lazarus] LazReport - Feature questions

2015-07-09 Thread Michael Van Canneyt
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

[Lazarus] LazReport - Feature questions

2015-07-09 Thread Gabor Boros
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

Re: [Lazarus] lazreport: how to use global report variables

2015-07-01 Thread Jesus Reyes A.
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'

Re: [Lazarus] lazreport: how to use global report variables

2015-07-01 Thread Graeme Geldenhuys
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

Re: [Lazarus] lazreport: how to use global report variables

2015-07-01 Thread Jesus Reyes A.
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

Re: [Lazarus] lazreport: how to use global report variables

2015-06-30 Thread Graeme Geldenhuys
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[

Re: [Lazarus] lazreport: how to use global report variables

2015-06-30 Thread Graeme Geldenhuys
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; > =

[Lazarus] lazreport: how to use global report variables

2015-06-30 Thread Graeme Geldenhuys
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

Re: [Lazarus] LazReport Questions

2015-05-27 Thread steveg
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

Re: [Lazarus] LazReport Questions

2015-05-27 Thread Jesus Reyes A.
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

Re: [Lazarus] LazReport Questions

2015-05-25 Thread steveg
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

Re: [Lazarus] LazReport Questions

2015-05-25 Thread Michael Van Canneyt
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

[Lazarus] LazReport Questions

2015-05-24 Thread steveg
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

[Lazarus] LazReport - Child band feature

2014-11-05 Thread Gabor Boros
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

Re: [Lazarus] LazReport - "The paper ... has no defined rectangle!"

2014-10-30 Thread Gabor Boros
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.

Re: [Lazarus] LazReport - "The paper ... has no defined rectangle!"

2014-10-30 Thread zeljko
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

Re: [Lazarus] LazReport - "The paper ... has no defined rectangle!"

2014-10-29 Thread Gabor Boros
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

Re: [Lazarus] LazReport - "The paper ... has no defined rectangle!"

2014-10-29 Thread zeljko
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

Re: [Lazarus] LazReport - "The paper ... has no defined rectangle!"

2014-10-29 Thread Gabor Boros
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

Re: [Lazarus] LazReport - "The paper ... has no defined rectangle!"

2014-10-29 Thread zeljko
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

[Lazarus] LazReport - "The paper ... has no defined rectangle!"

2014-10-29 Thread Gabor Boros
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 -- __

[Lazarus] LazReport - How to subtotal or total a CALCULATED field?

2014-10-05 Thread Alejandro Gonzalo
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

Re: [Lazarus] LazReport - Group bands

2014-09-25 Thread Alejandro Gonzalo
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

Re: [Lazarus] LazReport - Group bands

2014-09-24 Thread Tony Whyman
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

[Lazarus] LazReport - Group bands

2014-09-23 Thread 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

Re: [Lazarus] LazReport: TfrReport.LoadFromFile question

2014-08-26 Thread Bart
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

Re: [Lazarus] LazReport: TfrReport.LoadFromFile question

2014-08-25 Thread Jesus Reyes
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

[Lazarus] LazReport: TfrReport.LoadFromFile question

2014-08-24 Thread Bart
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

Re: [Lazarus] LazReport - access violation

2014-07-19 Thread Péter Gábor
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

Re: [Lazarus] LazReport - access violation

2014-07-19 Thread Alejandro Gonzalo
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

Re: [Lazarus] Lazreport with PostgreSQL

2014-07-13 Thread Allan E. Registos
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

Re: [Lazarus] Lazreport with PostgreSQL

2014-07-11 Thread Eduardo Lopez
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

[Lazarus] Lazreport with PostgreSQL

2014-07-11 Thread Allan E. Registos
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

Re: [Lazarus] Lazreport of master-detail

2014-06-26 Thread Jesus Reyes
> 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

Re: [Lazarus] Lazreport of master-detail

2014-06-26 Thread Reinier Olislagers
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

Re: [Lazarus] Lazreport of master-detail

2014-06-26 Thread Koenraad Lelong
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

Re: [Lazarus] Lazreport of master-detail

2014-06-24 Thread Reinier Olislagers
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

[Lazarus] Lazreport of master-detail

2014-06-24 Thread Koenraad Lelong
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

Re: [Lazarus] Lazreport master-detail on one line

2014-05-27 Thread Koenraad Lelong
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

Re: [Lazarus] Lazreport master-detail on one line

2014-05-26 Thread Giuliano Colla
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

Re: [Lazarus] Lazreport master-detail on one line

2014-05-26 Thread Reinier Olislagers
(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

[Lazarus] LazReport - access violation

2014-04-02 Thread Alejandro Gonzalo
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

Re: [Lazarus] LazReport & Database

2014-03-11 Thread Jesus Reyes
> 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

Re: [Lazarus] LazReport & Database

2014-03-10 Thread Mattias Gaertner
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

Re: [Lazarus] LazReport & Database

2014-03-10 Thread Jesus Reyes
> 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

Re: [Lazarus] LazReport & Database

2014-03-10 Thread Koenraad Lelong
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

Re: [Lazarus] LazReport feature request

2013-11-22 Thread Giuliano Colla
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

[Lazarus] LazReport feature request

2013-11-21 Thread Giuliano Colla
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

Re: [Lazarus] LazReport

2013-09-30 Thread Hew Lines
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.

Re: [Lazarus] LazReport

2013-09-30 Thread Hew Lines
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

Re: [Lazarus] LazReport

2013-09-30 Thread Michael Schneider
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

Re: [Lazarus] LazReport

2013-09-30 Thread 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. However, I am unable to get started. I have no idea how to "li

Re: [Lazarus] LazReport

2013-09-29 Thread Reinier Olislagers
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

[Lazarus] LazReport

2013-09-29 Thread Hew Lines
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

Re: [Lazarus] LazReport Band.name patch

2013-04-21 Thread Giuliano Colla
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

Re: [Lazarus] LazReport Band.name patch

2013-04-21 Thread Giuliano Colla
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

Re: [Lazarus] LazReport Band.name patch

2013-04-21 Thread Maxim Ganetsky
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

Re: [Lazarus] LazReport Band.name patch

2013-04-21 Thread 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? Giuliano -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] LazReport Band.name patch

2013-02-25 Thread Giuliano Colla
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.

Re: [Lazarus] LazReport Band.name patch

2013-02-24 Thread Jesus Reyes
--- 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 >

Re: [Lazarus] LazReport Band.name patch

2013-02-21 Thread Giuliano Colla
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

Re: [Lazarus] LazReport Band.name patch

2013-02-02 Thread Jesus Reyes
--- 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

[Lazarus] LazReport Band.name patch

2013-02-02 Thread Giuliano Colla
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

Re: [Lazarus] LazReport Images and Unicode

2013-01-17 Thread patspiper
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

Re: [Lazarus] LazReport Images and Unicode

2013-01-16 Thread Giuliano Colla
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

Re: [Lazarus] LazReport Images and Unicode

2013-01-16 Thread Jesus Reyes
--- 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

Re: [Lazarus] LazReport Images and Unicode

2013-01-16 Thread Jesus Reyes
--- 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

[Lazarus] LazReport Images and Unicode

2013-01-14 Thread Giuliano Colla
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

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2013-01-08 Thread Marcos Douglas
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&

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2013-01-08 Thread Jesus Reyes
--- 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

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2013-01-07 Thread Marcos Douglas
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

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2013-01-07 Thread Jesus Reyes
--- 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

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2013-01-07 Thread Marcos Douglas
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

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2013-01-07 Thread Marcos Douglas
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

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-15 Thread Marcos Douglas
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"

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-15 Thread Jesus Reyes
--- 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,

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-15 Thread Marcos Douglas
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

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-14 Thread waldo kitty
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

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-14 Thread Marcos Douglas
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

[Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-14 Thread Marcos Douglas
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 --

Re: [Lazarus] Lazreport and frf binary format

2012-10-04 Thread patspiper
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 -- _

[Lazarus] Lazreport and frf binary format

2012-10-04 Thread patspiper
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

Re: [Lazarus] Lazreport compilation problems with FPC trunk

2012-08-12 Thread Reinier Olislagers
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? >>

Re: [Lazarus] Lazreport compilation problems with FPC trunk

2012-08-12 Thread Maxim Ganetsky
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\

Re: [Lazarus] Lazreport compilation problems with FPC trunk

2012-08-12 Thread 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\components\lazreport\source\lr_

[Lazarus] Lazreport compilation problems with FPC trunk

2012-08-12 Thread Reinier Olislagers
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

[Lazarus] Lazreport preview always in fullscreen mode

2012-03-10 Thread Alexsander Rosa
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   2   >