Jump to content


PhilW

Member Since 02 Oct 2008
Offline Last Active Apr 15 2018 06:39 PM
-----

Posts I've Made

In Topic: Repaint bug in NextGrid v5.8

07 April 2013 - 05:42 PM

To fix it, change the two lines around like this:

DrawPos.X := Left - Indent;

Clipped := (I >= FFixedCols) and (DrawPos.X + Width < GetFixedWidth);


Yes, this works in run time. Thank you Deonvn. I can still see the problem in design time, but the important thing is that the run time is fixed.

Kind regards
PhilW.

In Topic: vertical delimiter on printing

21 March 2013 - 01:39 PM

Hello Sanitar, Boki,

We do use NxGridPrint.

I am also interested in vertical lines and also a border around the grid. Title and sub-title properties would also be very nice.

Thank you.

Kind regards
PhilW.

In Topic: NextSuite v6 first Demos

20 October 2012 - 01:53 PM

Hi, Boki,

Wow. Looks great. The "Filter for Column" alone would be a significant enhancement.

On the NextDBGrid v6, are you planning an option to alter the behaviour of the NxDBCheckBoxColumn? (at the moment the Checkbox is designed to auto-apply value when user click on it. It doesn't go into edit mode and then wait for Post).

Thanks for all your work.
Kind regards,
PhilW.