NetTalk Central

Author Topic: Refresh clear the value of a check box field  (Read 2762 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
Refresh clear the value of a check box field
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Refresh clear the value of a check box field
« Reply #1 on: March 08, 2013, 05:42:15 AM »
post an example app.

cheers
Bruce

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
Re: Refresh clear the value of a check box field
« Reply #2 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