Use sc_get_wizard in form and save each step (existing record)

hi there.

i want to use the sc_get_wizard to fill out a form. the record the user edit is an existing record.
When a user switches to another step i want the infromation to be saved.

so i use

onValidate

if (sc_get_wizard_step() == 1) {

sc_commit_trans();

}

that does nothing…

any suggestions?

Have you try whit an sc_exec_sql (“update database set…”);

i will try that when i’m back from vacation. thanks. ket you know