Hi there,
I’m a bit stuck.
I have a form where users can insert records.
i would like the user to choose some values and then insert that values in the new records so the user don’t have to type all the data again.
so a user would give up a value, press new record and then 10 records appear with that value already inserted
i have a form with the field appointment that has a defined value [type_appointment] as standard var
works when i test it.
now i thought i make a control form and let the users type in the value and parse that to the form.
i can’t figure out how to do that. any suggestions?
i use this code in the control form in
onvalidate
sc_commit_trans();
sc_redir(W_gesprekken_aanmaken, wk_id= -1, appointment = [type_appointment]);
/*
- the -1 in the id starts the form in insert mode (new)!
*/