Página 1 de 1
SET INDEX TO functionality?
Publicado: Mar Ago 12, 2008 2:53 am
por g.s.rogers
In working with TNtxDataSource, TDbfDataSet, and TDbfBrowse in a form, how
does one set the controlling index and, if xBase code is required, where is
the best place to put it?
Thanks,
Gary S. Rogers
SET INDEX TO functionality?
Publicado: Mar Ago 12, 2008 6:15 pm
por g.s.rogers
After experimenting further, I see how to add index files to the dataset as
a property list. I find that to populate the browse object, I still need to
setdbf() in the form initialize event and that to select an index I can SET
ORDER TO in that same place.
"Gary S. Rogers" <
g.s.rogers@att.net> wrote in message
news:48a0df2a$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> In working with TNtxDataSource, TDbfDataSet, and TDbfBrowse in a form, how
> does one set the controlling index and, if xBase code is required, where
> is the best place to put it?
>
> Thanks,
> Gary S. Rogers