NetTalk Central

Author Topic: SecWin / NT using the ExtraString  (Read 2887 times)

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 430
    • View Profile
    • Email
SecWin / NT using the ExtraString
« on: November 28, 2012, 06:01:30 AM »
Hi Bruce

I have tried to use a single byte in ds_ope:Extra String in "SecwinWebUserForm" but I can't get it to work. Can save but can't get the value back (using PreUpdate embed).
Can you please update example 51 so that I can see how to get user of ExtraString in SecWin/NT.

Regards Niels

GeoffThomson

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • Email
Re: SecWin / NT using the ExtraString
« Reply #1 on: November 29, 2012, 01:15:48 AM »
You can use the ds_GetProperty function to do this (see Secwin docs for this). Let me know if it's not completely clear, and I'll give you some more pointers.

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 430
    • View Profile
    • Email
Re: SecWin / NT using the ExtraString
« Reply #2 on: November 29, 2012, 03:47:08 AM »
Thanks you Geoff. It works.

Just thought that you could get a hold of ds_ExtraString directly, but never mind, ds_GetProperty works perfectly.

/Niels