Hi All,
Is it possible to change an insert form from a browse to change mode? I want to physically insert the record when the user selects a supplier and not when they click on save. As this form has child records it will stop them loosing entries if they click on something else or the session times out etc.
I tries setting the following but no luck.
p_web.SetSessionValue('FormNewDraftPO_CurrentAction',ChangeRecord)
loc:action = p_web.site.ChangePromptText
loc:act = ChangeRecord
Cheers,
Kevin