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