av with field as variable

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dartas
Posts: 18
Joined: Mon 12 Jan 2009 14:40

av with field as variable

Post by dartas » Fri 04 Feb 2011 08:51

Hello,

I can't get value from field if I try to use variable:

something := VirtualTableField1.Value; //Here av occurring

with FieldByName all ok:

something := VirtualTable.FieldByName('Field1').Value; //Here all ok

This is bug? :)

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Fri 04 Feb 2011 12:06

Hello,

I could not reproduce the problem.
Please send a complete small sample to alexp*devart*com to demonstrate it.
Also please specify the the exact version of your IDE.

Post Reply