NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on April 03, 2019, 01:10:16 AM

Title: NWF Problem
Post by: rupertvz on April 03, 2019, 01:10:16 AM
Hi Guys,

I have an interesting problem, which I have not encountered before.
I have a NWF updating user details in a TPS table.

Upon inserting a new record, the User ID, e-mail address and SMS number auto-completes by itself when the form loads.  The value is from the logged on user's details, which is in a session value.

Even when I change the form to a popup, it still happens.
(It only happens to this form)

When I prime the first field "User ID" with a different value, say "ABC", it then does no longer auto-complete and uses the primed value.

Interestingly, the e-mail address and SMS number is then blank, no longer auto-completed - which is what is expected.

Any ideas?

NetTalk 8.71

Title: Re: NWF Problem
Post by: Bruce on April 03, 2019, 09:49:02 PM
Forms use session values, so it makes some sense that those session values are visible, if primed, when the form opens.
Especially if the session values in question are not fields from the table.

you can use the Priming tab to reset them to blank, or whatever, on Insert if you like.

cheers
Bruce