Dan

I am converting a Windows app to Web and it has two buttons on it (well it actually has a bazillion buttons on it , but only two that concern us here), one which is supposed to do a Save with clear and one which does it without. Setting pbClearAfterSave doesn't work dynamically in a web app because the process you set it in (the button's OnClick) isn't (usually) the one which executes that (the one that does the RequestSaveExec, which is triggered after the user confirms the save, which involved a client-server round-trip).

Mike