Question: Is there a way to enable and disable the ‘Middle Pane’ in SalesLogix using code?
Answer: You can use this:
Application.BasicFunctions.DoInvoke “Function”,”View:MiddlePane”
This function just toggles, call it once to enable it, call it again and it will be disabled.



