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:

Rogério said...

Queria colocar uma questão sobre o Lazarus: como é que você faz para que cada linha da grid tenha uma cor?

Alex Rosa said...

Use TStringGrid.AlternateColor.

FredyCC said...

Good job, looks very well

Regards

Alex Rosa said...

Thanks FredyCC!

phantom said...

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.

Alex Rosa said...

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.