>> I want to suppress the Browse IF it is either empty (Suppress if empty) OR under other conditions that I choose. So I went to the NetWebBrowse procedure in the NetWebBrowse Settings area, on the General tab and did two things:
yeah, so a couple things are worth clarifying here.
a) the word "hide" is probably better than "suppress". (I've tweaked the template to reflect this.) As in "Hide browse if empty".
b) the IF below that setting refers to the setting. ie as in "Hide browse if empty AND IF ....".
Note that even if the browse is empty the browse is still included "on the page" but it is hidden away. This is necessary so that an ajax browse refresh, that does contain data, will display the new data. So the "container" is there, but it's hidden if there's no data.
>> I can however suppress the browse if I put my condition into the "condition" in the XHtml entry on the NetWebPage that calls the NetWebBrwose procedure.
Correct, and I guess this is what you should do. Note though that this excludes the browse complete from the page, so to make the browse appear at a later stage a complete page refresh will be required.
cheers
Bruce