Subject | Re: Changing TIB_LookupCombo doesn't flag 'Modified' - SORTED |
---|---|
Author | tickerboo2002 <support@tickerboo.com> |
Post date | 2002-12-13T18:03:02Z |
Decided to have a re-read of the GSG. I didn't set the Lookupcombo
query's keysource.
--- In IBObjects@yahoogroups.com, "tickerboo2002 <support@t...>"
<support@t...> wrote:
query's keysource.
--- In IBObjects@yahoogroups.com, "tickerboo2002 <support@t...>"
<support@t...> wrote:
> Hellolinked
>
> I have a form with a TIB_LookupCombo displaying lookup items,
> to my main query like so.is
>
> vendor_status.vendor_status_id=Vendors.Vendor_status_Id
>
> When I change a TIB_Memo, (linked to qry via dsQry), qry->Modified
> flagged as true and the row gets updated in the database.update
>
> When I change the LookupCombo (linked to qryVS via dsQryVS) it
> doesn't modify the row, qry->Modified is false.
>
> What have a omitted to do with the TIB_LookupCombo to make it
> the linked query?
>
> TIA
>
> David