Hello all,
I have a form that gets called from a normal webpage using a simple URL, its not called from a NetWebBROWSE.
The only intended action is INSERT.
How / Where do I tell this form that its task is to insert?
I suppose I do it like this:
p_web.SetSessionValue('MYFORM_CurrentAction',InsertRecord)
but if so, in what embed?
Thanks
Wolfgang