NetTalk Central

Author Topic: Multi-tab - SetSessionValue - Picture not truly omittable  (Read 2842 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Multi-tab - SetSessionValue - Picture not truly omittable
« on: May 08, 2015, 12:19:22 PM »
Hi, Bruce

Not sure if this is bug or a documentation error, but the picture parameter is not truly omitable when setting a session value with the browser tab.  This code demo's the problem in any of the shipped examples

  p_web.SSV('ExampleName','ExampleValue',  ,'CrossTabID')    !as documented in History

Doesn't compile - no available prototype error

  p_web.SSV('ExampleName2','ExampleValue','','CrossTabID')

Compiles and works fine for my purposes but maybe not for others.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Multi-tab - SetSessionValue - Picture not truly omittable
« Reply #1 on: May 11, 2015, 05:13:54 AM »
documentation bug.

  p_web.SSV('ExampleName2','ExampleValue','','CrossTabID')

is the correct form.

Thanks
Bruce