Recent

Author Topic: TDBCTRLGrid  (Read 2484 times)

Nicola Gorlandi

  • Full Member
  • ***
  • Posts: 132
TDBCTRLGrid
« on: November 05, 2019, 08:57:50 pm »
I need to port in Lazarus a project that use a TDBCtrlGrid. The project will run only in Windows
Is someone avaiable to implement this porting ?
In case I can pay for this job (after an agreement).

Many thanks.

valdir.marcos

  • Hero Member
  • *****
  • Posts: 1106
Re: TDBCTRLGrid
« Reply #1 on: November 06, 2019, 02:49:34 am »
I need to port in Lazarus a project that use a TDBCtrlGrid. The project will run only in Windows
Is someone avaiable to implement this porting ?
In case I can pay for this job (after an agreement).
Many thanks.
You'd better post your offer on Jobs' board:
https://forum.lazarus.freepascal.org/index.php?board=41.0

Or open a bounty:
https://wiki.freepascal.org/Bounties

tonyw

  • Sr. Member
  • ****
  • Posts: 321
    • MWA Software
Re: TDBCTRLGrid
« Reply #2 on: November 06, 2019, 10:39:41 am »
The IBX package includes TDBControlGrid -  a lookalike rather than a clone for the Delphi  TDBCrtlGrid. While distributed as part of IBX, it is not dependent on use of Firebird or IBX and can be used with any database that works with the TDataSet model.

TDBControlGrid does not place any restrictions on the controls that can be used with it, unlike the Deplhi TDBCtrlGrid which demands that they are "replicable". It is also cross-platform.

Nicola Gorlandi

  • Full Member
  • ***
  • Posts: 132
Re: TDBCTRLGrid
« Reply #3 on: November 06, 2019, 01:53:44 pm »
Thank you for your reply.

I need a TDBCtrlGrid because I don't want to rewrite all the code at the moment.

Nicola Gorlandi

  • Full Member
  • ***
  • Posts: 132
Re: TDBCTRLGrid
« Reply #4 on: November 06, 2019, 01:55:39 pm »
... another issue is that TDBControlGrid is single column. I need a multi columns grid.

Zoran

  • Hero Member
  • *****
  • Posts: 1831
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: TDBCTRLGrid
« Reply #5 on: November 07, 2019, 10:39:14 am »
... another issue is that TDBControlGrid is single column. I need a multi columns grid.

What do you mean? Have you even took a look at it?

Thaddy

  • Hero Member
  • *****
  • Posts: 14382
  • Sensorship about opinions does not belong here.
Re: TDBCTRLGrid
« Reply #6 on: November 07, 2019, 10:43:46 am »
... another issue is that TDBControlGrid is single column. I need a multi columns grid.

What do you mean? Have you even took a look at it?
I don't think so. But to replace the Delphi version will take some programmer skills ( not too much). It is certainly not a drop-in replacement.
Object Pascal programmers should get rid of their "component fetish" especially with the non-visuals.

 

TinyPortal © 2005-2018