NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on November 28, 2012, 06:01:30 AM

Title: SecWin / NT using the ExtraString
Post by: Niels Larsen 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
Title: Re: SecWin / NT using the ExtraString
Post by: GeoffThomson 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.
Title: Re: SecWin / NT using the ExtraString
Post by: Niels Larsen 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