Subject Re: [IBO] Re: Lookup field problem
Author Helen Borrie
At 04:43 PM 24/08/2005 +0000, you wrote:
> > Call RefreshLookupList?
>
>Thank you Helen, tried this and no change...
>
>It's also interesting that same lookup and action in win32app works
>great, just in IntraWeb no. Have you some debug tip, or alternative
>approach?

Since you are dealing with TDataset-derived components, I think it's a
question for the Intraweb forum. I don't know IW at all; but other Delphi
web app suites I know use cloned datasets and highly customised ways of
feeding data changes to web containers.

>And what do you think about LookupCache property influence,
>please?

I think it would be a good thing to listen to the warnings given by Borland
in the help text on lookupcache. If this usage has anything to do with
your original lookup requirement, then the lookup set (the whole personnel
table) is way too large for lookupcache to be useful.

Helen