Hi Bruce,
I haven't let your "nope" anwer (two replies ago) discourage me in this case, because I really needed a solution here .
I checked the Webserver Window to see if there are any differences between just clicking the line and clicking the Change button and noticed that the _column_ var
made the difference.
When the user does not click the button _column_ is 1 and when he/she does, the value of _column_ is 2 (that's the column where the change button is).
The part of the code that I don't want to execute when the change button is clicked, is now conditioned by : if p_web.getvalue('_column_') <> 2
Cheers,
Rene