NetTalk Central

Author Topic: Calling Memory Form from Several Browses  (Read 3179 times)

ProAssist

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Calling Memory Form from Several Browses
« 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


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Calling Memory Form from Several Browses
« Reply #1 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

ProAssist

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Calling Memory Form from Several Browses
« Reply #2 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