av with field as variable
Posted: 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?
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?
