Subject | InsertSQL question |
---|---|
Author | Eric Handbury |
Post date | 2002-03-05T20:36:28Z |
Hello,
I have a dataset where the user will use the TIB_UpdateBar to
edit/insert/delete records.
The edit/delete functions will be standard, but I want the Insert to do
the following steps:
1) Aborts the Insert
2) Calls a SP which gets values from another table, and inserts a new
record into the target dataset.
3) Sets the new record into Edit-mode upon the SP returning.
Is this possible?
My application uses the TIB_UpdateBar everywhere, so I want the user
interface to be consistent.
Thanks for any help, Eric.
I have a dataset where the user will use the TIB_UpdateBar to
edit/insert/delete records.
The edit/delete functions will be standard, but I want the Insert to do
the following steps:
1) Aborts the Insert
2) Calls a SP which gets values from another table, and inserts a new
record into the target dataset.
3) Sets the new record into Edit-mode upon the SP returning.
Is this possible?
My application uses the TIB_UpdateBar everywhere, so I want the user
interface to be consistent.
Thanks for any help, Eric.