NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on June 12, 2013, 04:19:26 AM

Title: Refresh all fields?
Post by: JohanR on June 12, 2013, 04:19:26 AM

Hi,

Is there a way to refresh all fields after a serverside executed peice of code.
Do not want to reload the page, just the page values.

No problem to do separately, except that if I add fields to the page I tend to forget to add them.


Currently I am doing each one separately

     do Refresh::loc:pcard_desc_1
     do Refresh::loc:pcard_desc_2
     do Refresh::loc:pcard_desc_3
     do Refresh::loc:pcard_desc_4
     etc.


Johan




Title: Re: Refresh all fields?
Post by: Bruce on June 12, 2013, 04:50:38 AM
no, there's no "reset all" for fields on a form.

cheers
Bruce
Title: Re: Refresh all fields?
Post by: JohanR on June 12, 2013, 04:55:20 AM


Hi Bruce,

have created a routine for it.


thanks
Johan
Title: Re: Refresh all fields?
Post by: markster on June 12, 2013, 09:16:54 AM
What code logic did you use to create all the refreshes? I've had the same issue.

Regards,

Mark