NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on June 04, 2018, 01:15:02 PM

Title: Server Side Data
Post by: rupertvz on June 04, 2018, 01:15:02 PM
Hi Guys,

In a NWF, drop-field,

In the Server Side embed, how can I pick up a value from the primary file selected in the drop-field?
Title: Re: Server Side Data
Post by: Bruce on June 05, 2018, 04:33:31 AM
In cases like this I recommend you
a) put a comment into the "server side code" button, so you know the right embed point that will be triggered and
b) then right-click on the procedure in the procedure tree, select source, search for you comment, and then read the code that precedes it.

I think then the answer to your question becomes obvious.

cheers
Bruce
Title: Re: Server Side Data
Post by: rupertvz on June 05, 2018, 05:12:03 AM
Thank you Bruce,

I tried this field before and didn't give me a value.

However, it now returns a value ...  :-[
not sure what I was doing wrong the first time round.