NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on June 20, 2011, 12:33:24 AM

Title: Priming local fields in a NetWebForm with Memory as the form source
Post by: terryd on June 20, 2011, 12:33:24 AM
I would like to display a field on my form which is primed as today(). If I create the field in the local variables and in priming set field receiveddate to value today() I don't see the value on my form. Is there a way to prime the session variable on a memory form?
Title: Re: Priming local fields in a NetWebForm with Memory as the form source
Post by: Bruce on June 20, 2011, 02:18:08 AM
make sure you check the "prime on change" option when adding the field to the priming tab.
Memory forms are always in "change" mode.

cheers
Bruce
Title: Re: Priming local fields in a NetWebForm with Memory as the form source
Post by: terryd on June 20, 2011, 02:52:45 AM
Thanks Bruce
That was it.