Question: In SalesLogix I have a data form that is being launched from a menu
item. This is being used to manage items with a checkbox and an editable
datagrid for each record. I’m trying to remove the section of the
caption that reads “Insert New…” without much luck. Can you point me
in the right direction?
Answer: Use this when the form is opening:
Application.BasicFunctions.SetCurrentViewCaption “New Form Caption”



