NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: ProAssist on December 14, 2016, 04:57:58 AM

Title: Calling Memory Form from Several Browses
Post by: ProAssist on December 14, 2016, 04:57:58 AM
I have a link on each row of several different browses that needs to call the same memory form and pass the form an order number.  On the on-click do I call the form and pass the order number as a parameter or do I set a session value when ever the row selected changes and then get the session value in the form.  If I need to set a session value were do I place the embed to detect the row selection changing.

Thanks

Title: Re: Calling Memory Form from Several Browses
Post by: Bruce on December 15, 2016, 03:38:37 AM
>> On the on-click do I call the form and pass the order number as a parameter

that's one way to do it, yes.

cheers
Bruce
Title: Re: Calling Memory Form from Several Browses
Post by: ProAssist on December 15, 2016, 05:08:04 PM
Hi Bruce,

I tried using the p_web.AddBrowse but the value I am passing is being used in a filter not as a key.  So all of the browses have an order number on each row,  on-click I call the memory form and need to pass the order number field.  In the form procedure I need to get the order number and pass it on to the browse so it can be used in a filter.  Can I use the AddBrowse to just pass the value?  How can I get the value passed to the form from the form or form/browse procedures?

Thanks