Jump to content


Anderrson

Member Since 02 Sep 2009
Offline Last Active Feb 22 2012 03:34 AM
-----

Posts I've Made

In Topic: NextDBInspector and Int64

09 February 2012 - 11:01 AM

well, I hope
thanks

In Topic: NextDBInspector and Int64

09 February 2012 - 05:55 AM

ok i'll check it

I am using ver 5.9.10.1

In Topic: NextDBInspector and Int64

08 February 2012 - 10:34 AM

Thank You....

But sorry I could not find any SetField() method in my NxDBInspector.pas.

Interface
  TItemDataLink = class(TDataLink)
  private
    FOwner: TNextDBInspector;
  protected
   procedure ActiveChanged; override;
    procedure DataSetChanged; override;
  procedure DataSetScrolled(Distance: Integer); override;
    procedure UpdateItems;
  public
    constructor Create(AOwner: TNextDBInspector);
  end;

In Topic: NextDBInspector and Int64

08 February 2012 - 02:25 AM

Hi..

I am using Delphi 7

Thank you.... I hope so

In Topic: NextDBInspector and Int64

07 February 2012 - 01:33 PM

MyQuery1.Fields[3].DataType

It is ftLargeInt

unfortunately there is no TField.AsInt64. maybe we can use TLargeIntField(DataField).AsLargeInt ?

thankyou