This blog describes the porting of a medium-sized application (~250 kloc) from D7 to Lazarus. It uses PostgreSQL as database, and the connection is being ported from DB Express (D7) to SqlDB (Lazarus).
Wednesday, October 05, 2011
Screenshot: Lazarus on Linux
Above, Lazarus 0.9.30-0 + FPC 2.4.2 editing Rednaxel's ERP, RNGE 3, running on Windows XP (32-bit). Below, the same screenshot -- same project, same source code -- taken on Ubuntu 10.10 (32-bit).
6 comments:
Queria colocar uma questão sobre o Lazarus: como é que você faz para que cada linha da grid tenha uma cor?
Use TStringGrid.AlternateColor.
Good job, looks very well
Regards
Thanks FredyCC!
Hi Alexsander, your project looks very well!.
So, how do you filter your data in datagrids? do you execute sql queries frecuently? or do you use client dataset filters?
Thanks in advance.
We do NOT use DBaware components. There's an in-house OPF that deals with most database access. Most of these grids are plain TStringGrids.
Post a Comment