Hi Folks,
I have a table, bound to a continuous form. This works fine.
However when I load the form, I want to execute code in a module and put the result in a control on that row.
Eg. My table/result set might have 5 rows, each row has a part number. For the first row, product 021055 I want to look up some extra information (using COM object) then if the user changes the data, use an onExit event to push that data back (via COM object).
Would anyone have any examples ? Advice on how best to do this ?
I have a table, bound to a continuous form. This works fine.
However when I load the form, I want to execute code in a module and put the result in a control on that row.
Eg. My table/result set might have 5 rows, each row has a part number. For the first row, product 021055 I want to look up some extra information (using COM object) then if the user changes the data, use an onExit event to push that data back (via COM object).
Would anyone have any examples ? Advice on how best to do this ?