Subject Re: [IBO] Re: Lookup field problem
Author Helen Borrie
At 12:59 PM 24/08/2005 +0000, you wrote:
>i've got dataset with one lookup field defined, when it's open field
>works fine, but when i call these methods:
>
>Edit
>setup new value by FieldByName
>and Post
>
>lookup field won't reflect the change and is empty. It's interesting
>that, when i set LookupCache, it works fine.
>
>However not perfect, when i let Lookupcache on and try to insert new
>record to closed dataset via insert query and then open the newly
>inserted record, the field is empty again (value is properly set in the
>db...).

Call RefreshLookupList?

Helen