- Hiding the toolbar and menubar
- Posted by wdwcrazy on February 1st, 2005
I have a tab within CRM that opens a custom form. From within that form the
user can open other CRM objects like lead, accounts, etc... - all in a new
window. That new window appears fine, except that now the IE toolbar and
menubar are visible.
It appears to me that the appmode setting in the web.config file is not
being applied to pages opened from a source other than CRM. Is there a way
to make this work the same as from within CRM?
Thanks!!
- Posted by Dave McGuire on February 1st, 2005
IIRC, there is a way through isv.config to do that.
WinParams="menubar=no;status=no;toolbar=no;" WinMode="0"
Something like that.
"wdwcrazy" wrote:
- Posted by wdwcrazy on February 1st, 2005
Dave,
Unfortunately that only works for forms that are presented from a button or
tab from within CRM. ANd I do set those parms for when my form is displayed.
It is the next display from my form when I am just doing a
response.direct("url") that it isn't working.
Thanks,
Rich
"Dave McGuire" wrote: