Recent

Author Topic: Could Somebody fix Lazreport error ????  (Read 14503 times)

cpalx

  • Hero Member
  • *****
  • Posts: 754
Could Somebody fix Lazreport error ????
« on: September 25, 2012, 03:12:09 pm »
Hello,

did u notice that Lazreport has a BIG error?, when u make a report and the report has more than one page, you cannot go to the next pages ... (try lazreport examples to test).  Does somebody know how to fix it???



Lazarus 1.0
FPC 2.6
GTK and QT
Ubuntu/Kubuntu

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Could Somebody fix Lazreport error ????
« Reply #1 on: September 25, 2012, 03:19:37 pm »
Please submit bugs to the bugtracker (see link at left). Don't forget to specify OS, Lazarus, FPC version, and provide a small sample zip that demonstrates the problem.
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

otorres

  • Jr. Member
  • **
  • Posts: 94
Re: Could Somebody fix Lazreport error ????
« Reply #2 on: September 25, 2012, 03:19:49 pm »
Inside of designer, File -> Report Options -> Check report of two steps.

cpalx

  • Hero Member
  • *****
  • Posts: 754
Re: Could Somebody fix Lazreport error ????
« Reply #3 on: September 27, 2012, 01:16:31 am »
@Otorres, happens nothing :(

i submitted a bug last mounth ago before 1RC version :(.
« Last Edit: September 29, 2012, 02:59:04 pm by cpalx »

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Could Somebody fix Lazreport error ????
« Reply #4 on: September 27, 2012, 07:50:38 am »
Maybe it's a good idea to mention the bug number or URL.

That way, people can check when it is fixed.
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

cpalx

  • Hero Member
  • *****
  • Posts: 754
Re: Could Somebody fix Lazreport error ????
« Reply #5 on: October 02, 2012, 04:18:10 pm »
the bugnumber is 22506 and the link is here http://bugs.freepascal.org/view.php?id=22506

otorres

  • Jr. Member
  • **
  • Posts: 94
Re: Could Somebody fix Lazreport error ????
« Reply #6 on: October 03, 2012, 04:51:59 am »
Can you add attachment of a sample project, can usa csv data with TSDFDataSet, cause, i have Laz 1.0 Win64 and wors fine, my reports contains 100-200 pages.


Regards.

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Could Somebody fix Lazreport error ????
« Reply #7 on: October 03, 2012, 05:44:36 am »
Strange, can't reproduce it. Perhaps upgrading as indicated will fix it...
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

cpalx

  • Hero Member
  • *****
  • Posts: 754
Re: Could Somebody fix Lazreport error ????
« Reply #8 on: October 04, 2012, 09:58:00 pm »
The bug is in GTK and QT (Linux)

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Could Somebody fix Lazreport error ????
« Reply #9 on: October 05, 2012, 08:25:57 am »
I tested it on Linux... no problems. Have you tried upgrading and testing again?
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

cpalx

  • Hero Member
  • *****
  • Posts: 754
Re: Could Somebody fix Lazreport error ????
« Reply #10 on: October 05, 2012, 01:07:47 pm »
i use the last 1.0 version. supposed stabled. which  one did u use?

Bart

  • Hero Member
  • *****
  • Posts: 5706
    • Bart en Mariska's Webstek
Re: Could Somebody fix Lazreport error ????
« Reply #11 on: October 05, 2012, 02:26:02 pm »
Try either fixes_1 branch or trunk (1.1).

Bart

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Could Somebody fix Lazreport error ????
« Reply #12 on: October 05, 2012, 03:14:40 pm »
i use the last 1.0 version. supposed stabled. which  one did u use?
What Bart wrote & see the bug report.

Additional explanation: version 1.0 has been released, and as you say, is stable. It will never be changed.
Currently, development is going on and at a certain point, a new stable release will be provided with fixes, changes, new functionality etc. That release will never be changed either.

So in order to test whether a bug that existed in a stable version has been solved, you should use a newer version than that (e.g. via the snapshots or via SVN).

Thanks,
BigChimp
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

cpalx

  • Hero Member
  • *****
  • Posts: 754
Re: Could Somebody fix Lazreport error ????
« Reply #13 on: October 05, 2012, 11:16:28 pm »
@BigChimp, we are in production, do u think is a good idea to use developmen versions? i dont think so :(

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12202
  • Debugger - SynEdit - and more
    • wiki
Re: Could Somebody fix Lazreport error ????
« Reply #14 on: October 06, 2012, 12:19:33 am »
For developing: released.
For testing if your bug is indeed fixed (and will be in the next release): Snapshot

As explained by others: Lazarus 1.0 can not be changed. No release will ever be changed after it was published.
If bugs have been fixed, then there will eventually be a new release.

If someone knew in which revision the above bug was fixed (if it indeed is fixed) then you could patch your copy of Lazarus. But so far it is not known.

It is not even known if it is fixed or not. And only you can tell: From comments (I do not use LazReport), I read that no one is able to reproduce the issue. But they all tested on snapshots.
That may mean:
- The issue is fixed and the fix will be in a future release (hopefully, but not necessarily the next).
- Or the issue is not fixed, but we do not know how to reproduce. It may even be, that it depends on some setting (e.g. gtk theme or window-mgr or ...) that you have. It would still be a bug. But it will take a lot of effort to find out what it is.

Only if it is known which one is the case, only then the next step can be decided.


 

TinyPortal © 2005-2018