NetTalk Central

Author Topic: Can you determine what TAB a browse was called from  (Read 3608 times)

LSlowick

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Can you determine what TAB a browse was called from
« on: August 17, 2013, 10:44:15 AM »
Hi

I have a form with multiple tabs. On two of the tabs I want to call the same browse is there a way in the browse to know what TAB it was called from?

Using this information I can then have the called browse conditionally call different children.

Should I do it this way is is there a better what to acheive this?

Thanks
Lee

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11304
    • View Profile
Re: Can you determine what TAB a browse was called from
« Reply #1 on: August 18, 2013, 10:08:36 PM »
p_web.GetSessionValue('showtab_UpdateConferences')
Where
UpdateConferences
is the name of the form.

cheers
Bruce

LSlowick

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Re: Can you determine what TAB a browse was called from
« Reply #2 on: August 19, 2013, 06:42:31 AM »
Thanks Bruce. I will try this.