I have memory based form procedure, where user enetr few data values and have button next.
On button NEXT i want call my function :
WznawianyWniosek = myfunction(locparam1,locparam2)
p_web.SetSessionValue('WznawianyWniosek,WznawianyWniosek')
This function return id record to be edited, and should open another for for edit record with calculated ID
URL should be look like below:
FormKalkulacjeTAB?&WSK:IDWNIOSKU='& p_web.GetSessionValue('WznawianyWniosek')& '&Change_btn=Change&
I put code as ServerCode for Next button, but where/how call next page with updated URL ?