Hi Guys,
I am going into a NetWebBrowse from a NetWebForm(Wizard) procedure.
I am creating a new record with a unique "record ID" in the NetWebForm procedure, prior to opening the browse.
From the NetWebForm, I am storing the unique "record ID" in a session variable "A".
How can I limit the NetWebBrowse records to the unique "record ID" created in the NetWebForm?
I have created a local variable in the NetWebBrowse and limit the browse-records to the local variable value.
In the NetWebBrowse procedure, I have tried to set the local variable to my session variable using (p_Web.GSValue), but it doesn't work.
I think I am using the incorrect embed in the NetWebBrowse to load the LOC: value?