Re: Master / detail with TADODataset?
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Tue, 26 Apr 2005 20:00:34 -0500
>Yes easily, use Datasource property.
>Set the Details.Datasource to a datasource linked to the Master, and the
>Details.MasterFields to the name(s) of the Master fields. If Details has
>different field names to the Master then set Details.IndexFieldNames to the
>matching Details fields.
Alternately you can set the CommandText property to a query where any parameters
you use that match fields from the Dataset DATASOURCE property points to will
get values from the current record of DATASOURCE.dataset
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Master / detail with TADODataset?
- From: Dave Blake
- Re: Master / detail with TADODataset?
- References:
- Master / detail with TADODataset?
- From: Guillem
- Re: Master / detail with TADODataset?
- From: Dave Blake
- Master / detail with TADODataset?
- Prev by Date: Re: ADO and Blob fields
- Next by Date: Re: Editing a view
- Previous by thread: Re: Master / detail with TADODataset?
- Next by thread: Re: Master / detail with TADODataset?
- Index(es):
Relevant Pages
|