Hi Rodrigo,
>> Is p_web.SetValue('SelectField',clip(loc:formname) & '.fieldname') the correct sentence?
yes. But be aware that the .FieldName part is case sensitive.
The problem is _when_ you do it, because the form "procedure" is an Event Handler, not a procedure.
I would probably do it in the preInsert or preUpdate routine, but I would use differnet code;
loc:retrying = true
p_web.SetValue('retryfield','fieldname')
Cheers
Bruce