Hi Mike,
>> On a static page, I have a memory form that updates a TPS file. Also on that page, I have a browse of that file. When the record is added to the file, I want to refresh the browse so it reflects the added record.
Ahh - the missing clue. I didn't spot that you'd cobbled this together on a static page.
So here's where you're fresh out of luck as they say. By building this on a static page there is none of the "structure" that comes from building it up from say a Form base. Remember when said I didn't recommend this route because it will lead you into limitations? Well that moment has arrived.
I recommend removing the browse tag from the static text, and adding it to your form part. (Forms can take Browse procedures as a form field.) You can of course add static html to the form itself as well.
It is _possible_ to call the browse from embed code on the form, to get it to refresh, but that hand-code would need to be very carefully crafted, and would be prone to failure as the browse code in nettalk changes etc, so I do not recommend that approach.
cheers
Bruce
cheers
Bruce