InternalCalc Tuniquery

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rrcanalista
Posts: 12
Joined: Mon 06 Feb 2012 20:53

InternalCalc Tuniquery

Post by rrcanalista » Sat 09 Jun 2012 13:35

Hi, does TUniquery support internalcalc for fieldkind? Unfortunatly I need a lot of this feature, this can be joined in the TUniQuery like TClientDataSet, for use TVirtualTable does not work to me. I need real field (fkData) and virtual field (fkInternalCalc) in the same DataSet, the FieldKind fkCalculated does not work because I cant change the information, the information of this field can be changed only using CalcFields event.

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

Re: InternalCalc Tuniquery

Post by AlexP » Mon 11 Jun 2012 13:11

hello,

InternalCalcs are not supported in our DataSets, such field type is available only when working with the client dataset

Post Reply