Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

How to convert from Delphi and Quick Report ? 3 years 9 months ago #14769

  • Jesus Caribe
  • Jesus Caribe's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
Hi,

Forgive me my English.

I want to convert a huge Delphi system to Code Typhon.

I have several question. My first one is about Quick Report.

I understand there are several tools for printing under Code Typhon; but, which of them is the best free option to replace my Quick Report code with minimal changes?

Now, a very important point about it :

I don't use the Quick Report components for dataset because my client programs are full independents of the server.database components

I ever get my data by using http. I receive the string result, I decode it and then I create all my reports by using the OnNeedData event of TQuickRep component

Therefore, my question is not a general question. Its under this condition.

Thanks you for your attention

Please Log in or Create an account to join the conversation.

How to convert from Delphi and Quick Report ? 3 years 9 months ago #14770

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4506
  • Thank you received: 1100
Thanks Sir

From the first read of your post, my suggestion is to replace Quick Report with
lz_Report package,
has the same "philosophy" with QR (I think, because we do not use Delphi and any Delphi pkg).

But you can use and
lz_FpReport, pl_FortesReport packages too,
it's depends from your source code.
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

How to convert from Delphi and Quick Report ? 3 years 9 months ago #14771

  • Jesus Caribe
  • Jesus Caribe's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
Hi,

Thank you very much for your fast answer.

I will try it.

Anyway, I will be attend to more comments from other people about it.

Now, I will open other topic about my second important point

Best Regards

Please Log in or Create an account to join the conversation.

How to convert from Delphi and Quick Report ? 3 years 9 months ago #14775

  • Jesus Caribe
  • Jesus Caribe's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
Hi,

I tryied your several suggestions.

I found several troubles by using lz_Report and lz_FpReport. I think they are not options for muy purpose.

Fortes Report is my choice.

At least, in my first tests I am aware It has almost all the things that I need.

However, I found an important problem : Child Bands

I use too much Child bands in my more complex reports; but, I don't see child bands in Fortes Report.

Any idea about how to emulate it under Fortes Report ?

To be clear. In many reports, I have a Detail Band and this band has several child bands (assigned by using the linkBand property). Each child band in each record can be printed, or not printed, according to programatic conditions

Thank you for your attention

Please Log in or Create an account to join the conversation.

How to convert from Delphi and Quick Report ? 3 years 9 months ago #14778

  • Jesus Caribe
  • Jesus Caribe's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
Hi,

Maybe, I solved my problem.

I think I can replace the TQRChildBand by using TRLBand because my preliminary tests were Ok about it.

Now, I am going to write my own package to emulate QuickReport by using Fortes Report components as my parent components.

If I am succesfull I believe I will be able to convert all my old reports under Delphi to Code Typhon with really very few work.

I will comment my results.

Best Regards

Please Log in or Create an account to join the conversation.

How to convert from Delphi and Quick Report ? 3 years 9 months ago #14779

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1047
  • Thank you received: 145
Thanks Sir
sorry, but we can't help you :blush: ,
we don't use Delphi IDE and Delphi commercial packages
Our pascal programming world, it's open source and totally free.

Waiting for your code modifications
PilotLogic Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1