Re: Currency Fields In Dynamic ADO Queries



eddela wrote:

Without these fields in the Editor,
the Currency property of the currency fields, cannot be set to True)

You can set the currency property to true just as you can set any other
propertty of a TField descendent at runtime.

ADODataSet1.FieldByName('AField').Currency := True;

You do not have to instantiate the field objects at design time to do
this.

--
Bill Todd (TeamB)
.