Subject | Re: [IBO] Getting Started Guide. |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-09-10T08:58:27Z |
>with Components[ii] as TIB_BDataset doJust a simple typo which Helen surprisingly forgot to notice in her reply
> Components[ii].Open //Undeclared identifier "Open"
(or maybe I'm misunderstanding something - it wouldn't be the first time).
Simply change to
with Components[ii] as TIB_BDataset do
Open
HTH,
Set