Recent

Author Topic: About lazreport 1.0.1 (january 2016) upgrade ...  (Read 13055 times)

gelinp

  • Full Member
  • ***
  • Posts: 114
About lazreport 1.0.1 (january 2016) upgrade ...
« on: April 09, 2016, 09:22:59 am »
Hi,

I'm working with Lazarus 1.4.4 and FPC 3.0. Default Lazreport version display 0.9.9, but I've got a bug with master/detail like this one....

 But the online help of the same component is a wiki page with a screencast displaying Lazreport 1.0.1 verion...

So my quesiton is : how to upgrade lazreport with lazarus stable version 1.4.4 ?

Thank you for your help.
My configuration is : Lazarus 1.6+dfsg-1 / FPC 3.0.0 / Debian Mint / x86_64-linux-gtk2

balazsszekely

  • Guest
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #1 on: April 09, 2016, 10:42:38 am »
Download(checkut) lazarus trunk: http://wiki.lazarus.freepascal.org/Getting_Lazarus#Getting_SVN_client. Copy LazReport from the Component folder to your local Lazarus\component folder(make a backup first). Rebuild Lazarus.


gelinp

  • Full Member
  • ***
  • Posts: 114
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #2 on: April 09, 2016, 05:02:23 pm »
I downloaded with subversion last trunk for lazarus, so it's 1.7, but package lazarus report is always 0.9.9 !

Command to checkout lazarus was :
svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus

Also I erased ~/.lazarus to rebuild a new clean environment only with this new version of lazarus.

So what can I do ?
« Last Edit: April 09, 2016, 05:13:06 pm by gelinp »
My configuration is : Lazarus 1.6+dfsg-1 / FPC 3.0.0 / Debian Mint / x86_64-linux-gtk2

wp

  • Hero Member
  • *****
  • Posts: 11855
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #3 on: April 09, 2016, 05:14:29 pm »
I am working with Lazarus trunk most of the time, and LazReport is version 0.9.9 here too. So, I don't know where this screenshot comes from, maybe a private development repository? The version 0.9.9 bundled with Lazarus trunk is very alive, there were several updates in April and quite a lot in March.

balazsszekely

  • Guest
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #4 on: April 09, 2016, 06:40:53 pm »
Quote
@gelinp
I downloaded with subversion last trunk for lazarus, so it's 1.7, but package lazarus report is always 0.9.9 !
Although the version numbers is the same, the trunk lazreport is very different from the one came with Lazarus 1.4.4, as @wp already mentioned. 
You should also give FortesReport a try, is much better then Lazreport. Is there any good reason to stay with Lazarus 1.4.4?

PS: I also find this: https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/rx/trunk/LazReport/ , I have no idea what is the difference compared with trunk version.
« Last Edit: April 09, 2016, 06:54:50 pm by GetMem »

Zoran

  • Hero Member
  • *****
  • Posts: 1829
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #5 on: April 09, 2016, 07:25:59 pm »
But the online help of the same component is a wiki page with a screencast displaying Lazreport 1.0.1 verion...

This wiki page shows screenshot of package editor with LazControls 1.0.1, not Lazreport.

wp

  • Hero Member
  • *****
  • Posts: 11855
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #6 on: April 09, 2016, 08:02:15 pm »
 :-[

alexs75

  • Full Member
  • ***
  • Posts: 112
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #7 on: April 11, 2016, 07:40:00 am »
Quote
@gelinp
PS: I also find this: https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/rx/trunk/LazReport/ , I have no idea what is the difference compared with trunk version.
Additional components (visual controls) for lazareport based on RxFPC components

gelinp

  • Full Member
  • ***
  • Posts: 114
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #8 on: April 11, 2016, 08:21:52 am »
I'll give a try to Forte report, but I would like to run lazreport because I spent few weeks to learning it... But here, I'm stopping because of a BUG "Access Denied" with Master/Detail datasets.

I dosn't take attention it was not lazreport 1.0.1 but Lazcontrols  %) I'm a little tired... I'm now running Lazarus 1.7 with SVN trunk. It's a good think.

Thank you very much for your helps.

Have a good day !
My configuration is : Lazarus 1.6+dfsg-1 / FPC 3.0.0 / Debian Mint / x86_64-linux-gtk2

balazsszekely

  • Guest
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #9 on: April 11, 2016, 08:43:36 am »
Quote
I'll give a try to Forte report, but I would like to run lazreport because I spent few weeks to learning it... But here, I'm stopping because of a BUG "Access Denied" with Master/Detail datasets.
Without a demo application, nobody can help. Maybe there is a workaround or perhaps somebody can fix the issue(if any), but only after the error is confirmed. Can you create a test application?


jesusr

  • Sr. Member
  • ****
  • Posts: 484
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #10 on: April 24, 2016, 03:39:15 am »
For the record, the "Master/Detail" problem in LazReport was caused by a SqlDB bug on their bookmarks handling. Yep, it may be seen as LazReport bug and for this reason I have disabled by default the LazReport feature that could bring to surface this SqlDB bug in r52241.

Zoran

  • Hero Member
  • *****
  • Posts: 1829
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #11 on: April 25, 2016, 10:11:14 am »
For the record, the "Master/Detail" problem in LazReport was caused by a SqlDB bug on their bookmarks handling. Yep, it may be seen as LazReport bug and for this reason I have disabled by default the LazReport feature that could bring to surface this SqlDB bug in r52241.

Jesus, is there a bugreport about this bookmarks handling? I'm using bookmarks (not related to LazReport) and I would like to know if I can get unexpected behaviour.

Also, does this Lazreport problem appear with other libraries or only with SQLdb? If it works well with Zeos, then perhaps you should not just disable this feature.

Graeme

  • Hero Member
  • *****
  • Posts: 1428
    • Graeme on the web
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #12 on: April 25, 2016, 12:47:11 pm »
But the online help of the same component is a wiki page with a screencast displaying Lazreport 1.0.1 verion...
That screenshot is of the LazControls package, not the LazReport package.
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

Zoran

  • Hero Member
  • *****
  • Posts: 1829
    • http://wiki.lazarus.freepascal.org/User:Zoran

Graeme

  • Hero Member
  • *****
  • Posts: 1428
    • Graeme on the web
Re: About lazreport 1.0.1 (january 2016) upgrade ...
« Reply #14 on: April 25, 2016, 01:08:18 pm »
Yes, as already noticed
Sorry for the duplicate information. I replied before I read the whole thread.
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

 

TinyPortal © 2005-2018