Subject | Re: [IBO] Field value concurrency between TIBOQuery and InternalDataset |
---|---|
Author | Geoff Worboys |
Post date | 2002-08-12T23:46:46Z |
> I have a procedure which takes a TIB_Dataset as a parameter, andThe synchronisation between TIBO and its internal dataset is
> does a lot of work using the field values.
> I want to use the same procedure for a TIBOQuery, using values which
> have been edited by the user, and before the query is posted.
> However, if I pass the IBOQuery.InternalDataset, I find that the
> Internal values have not yet been updated with the edited values.
complicated stuff - I really dont think that what you want to achieve
is going to be practical.
I recommend writing an overloaded version of the procedure to accept
and process a TDataset directly.
--
Geoff Worboys
Telesis Computing