Hi all. I have a grid table, list, with an ID. If I click there on Detail, the detailform will open. Now I would like to do an event when I click on the detailicon. Is it possible to insert after click the ID In an other table with string like this: insert into t_tmp_id … where ID = my.selected.id.
the same event should be on the edit button. The Grid list is generated automaticly… thanks for help