Page 1 of 1

Breakout - SM- Disable MultiSelect Labour/Part items

PostPosted: Mon Oct 27, 2008 2:46 pm
by Hyperus
Breakout - SM- Disable MultiSelect Labour/Part items

This is 2 separate breakouts to disable Multi select for SM labour and part items. its more personal preference for this, but I find it far more convenient just in service manager to have a single item add instead of more than one.

from Jiwa :-
JIWA - Service Manager - Maintenance
Record Menu - Utilities - Manage Breakouts

Left-Click "Form Do PartNo Search Before" Breakout
add this one line at the top :-

Code: Select all
'
' Form Do PartNo Search Before
'

AllowMultiSelect=0
End Sub



Left-Click "Form Do Labour Search Before" Breakout
add this one line at the top :-

Code: Select all
'
' Form Do Labour Search Before
'

AllowMultiSelect=0
End Sub



dont forget to leave the "End Sub" line at the end.
Click OK, Click Close, Close Service Manager and ReOpen Service Manager.

/Roy Adams