Hi All,
After a form opens in insert record mode I want to add the record and change to change record mode.
I have added the following to the preinsertafterprimes embed but if I click ok on the form it wants to insert the record again. Is there another SSV I need to change or is even what I am trying to do possible?
Cheers,
Kevin
Access:POTRN.UseFile()
If Access:POTRN.Insert()
Message('Unable to Insert POTRN')
End
p_web.SetSessionValue('POPurchaseOrderEntryForm_CurrentAction',Net:ChangeRecord)
loc:action = p_web.site.ChangePromptText
loc:act = Net:ChangeRecord