Disabling KeepingTabs on a particular procedure:
You can disable Keeping tabs for a particular procedure by right Clicking on the procedure and choose "Extension", then checking the Disable KeepingTabs here checkbox on the local KeepingTabs procedure.
You can also disable the LineHeight and Gridcolor use for a particular procedure as well on the Options tab (by checking the respective checkboxes there).
Disabling or change the KeepingTabs behaviour for a specific Control:
You can also disable KeepingTabs for a particular for a particular control by right clicking on the procedure and choosing "Extensions". Select the KeepingTabs extension from the list and click on the Options tab.

The Options tab contains a list of the controls that KeepingTabs affects.
- Checking the Disable LineHeight here means that KeepingTabs won't set the line height of all the browses on this particular procedure.
- Checking the Disable Grid Color here checkbox means that Keeping Tabs won't set the grid color of all the browses on this particular procedure.
- You can specify whether you would like the ActiveInvisible to be Default (i.e. taking the Global setting), or force it to either on or off.
You can select a control from this list, then click on the Properties button:

- Disable KeepingTabs for this control.
- Override LineHeight allows you to override the lineheight for that specific list control.
- Override gridcolor allows you to override the gridcolor for that specific list control.
|