Clarion 10
NT 9.06
Have a NetWebForm with a browse (Memory Table) and buttons.
The browse has a tag field that the user can click, when they have chosen the records they wwant to process they click a button.
The process code is in the button, not a seperate process.
When the process has finished I delete the records in the memory table. All works fine.
The browse does not refresh except when I sort it.
Where do I put the refresh code and what is the p_web statement that does it please?
Do I need to sepperate the code into a process that the button calls?
Thanks.