NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanco123 on March 08, 2013, 03:23:18 AM

Title: Refresh clear the value of a check box field
Post by: johanco123 on March 08, 2013, 03:23:18 AM
Hi Bruce

I use a check box field on a memory form with a value of 1 or 0. I use a submit button to refresh a browse link to the form.
I select the check box to be mark = 1. When I press the submit button to refresh a browse link to the memory form, the value is then set to 0 but on the screen it still display as marked, I need the value still to be 1 until I change the value to 0

Aany suggestions?

Regards
Johan
Title: Re: Refresh clear the value of a check box field
Post by: Bruce on March 08, 2013, 05:42:15 AM
post an example app.

cheers
Bruce
Title: Re: Refresh clear the value of a check box field
Post by: johanco123 on March 08, 2013, 07:20:44 AM
Tanks Bruce

I use a p_web.RestoreValue on the submit button and it is working now.

Many tanks
Johan