Re: Currency Fields In Dynamic ADO Queries
- From: "Bill Todd" <no@xxxxxx>
- Date: 25 Mar 2006 07:12:15 -0700
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)
.
- Follow-Ups:
- Re: Currency Fields In Dynamic ADO Queries
- From: John Herbster
- Re: Currency Fields In Dynamic ADO Queries
- References:
- Re: Currency Fields In Dynamic ADO Queries
- From: John Herbster
- Re: Currency Fields In Dynamic ADO Queries
- From: John Herbster
- Re: Currency Fields In Dynamic ADO Queries
- Prev by Date: Re: Querying an ADODataSet
- Next by Date: Re: Access violation error on domain only
- Previous by thread: Re: Currency Fields In Dynamic ADO Queries
- Next by thread: Re: Currency Fields In Dynamic ADO Queries
- Index(es):