Subject | Re: [IBO] Refreshing ComboBox |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-08-16T09:07:41Z |
>The second form edits TABLE-B, it has a TIB_ComboBox on it, that letsJust a wild guess - what dataset are you refreshing? I guess you should
>you pick a record from TABLE-A, however if I add a new record to
>TABLE-A, it doesn't appear on the second form, until I exit and
>restart the application. The dataset here, does a refresh when the
>form is activated, I thought that would do it, but it doesn't seem to
>work.
refresh the dataset containing the items for your TIB_LookupCombo, and not
the dataset for TABLE-B.
HTH,
Set