Jump to content


Huppel

Member Since 26 Jan 2023
Offline Last Active Nov 22 2023 01:47 PM
-----

Topics I've Started

Cant install on Delphi 2005

02 October 2023 - 04:26 PM

When compiling in NXInftf6 

 

procedure TNxObjectView.InvalidateRect(InvalidationRect: TRect);
begin
{$IFDEF UNSAFE}
  Windows.InvalidateRect(Control.Handle, InvalidationRect, False);
{$ELSE}
  Windows.InvalidateRect(Control.Handle, @InvalidationRect, False);
{$ENDIF}
end;
 
it says incompatible types : PRect and TRect
 
 
Release Notes say that latest version of NextGrid is compatible with Delphi 2005. Is that still valid?
 
Thank you very much

Cannot select fist row

26 January 2023 - 02:47 PM

Hello there,

 

when i connect the dbgrid to a datasource(tmydatasource from mydac) and choose Gridview then i cannot select the first row.

 

I didn't change anything from the standard settings.

 

Do you know this problem?

 

Thanks a lot