Page 1 of 1

Apply Master/Detail after all the data in detail is loaded?

Posted: Fri 24 Dec 2004 16:21
by KK
I want to load the whole detail dataset before applying the master/detail relations so navigation becomes quickier like Clientdataset do

Is it possible?

Re: Apply Master/Detail after all the data in detail is loaded?

Posted: Mon 27 Dec 2004 16:00
by Ikar
You cannot do it in simple ways. But you can execute SELECT for all detail data on client side and then using Filter and Filtered properties choose needed one by events from master dataset.