hi friends,
i have a browse (the file is Invoice). In that browse, i create other button and on click i call the UpdateCustomer file.
If i click that button, it does call the UpdateCustomer but it says Record not found.
Obviously because i did not send the Customer ID to the form.
What i did is i put the customerid in a session value using the send the code to server and put it as p_web.SSV('CustomerID',INV:CustomerID)
What should i do in the form so that it actually retrieve this customer id record from the Customer file?
thanks.