OmagCUT :
- correzione in fresature per tipi di attacchi uscite in DB non previsti in interfaccia (provocavano successivo crash).
This commit is contained in:
@@ -359,14 +359,14 @@ Public Class MachiningDbPageUC
|
||||
EgtMdbGetCurrMachiningParam(MCH_MP.HEADSIDE, ToolInt)
|
||||
HeadSideCmBx.SelectedIndex = ToolInt - 1
|
||||
EgtMdbGetCurrMachiningParam(MCH_MP.LEADINTYPE, ToolInt)
|
||||
LeadInTypeCmBx.SelectedIndex = ToolInt
|
||||
LeadInTypeCmBx.SelectedItem = LeadInTypeCmBx.Items(0)
|
||||
For Each LInType As IdNameStruct In LeadInTypeCmBx.Items
|
||||
If ToolInt = LInType.Id Then LeadInTypeCmBx.SelectedItem = LInType
|
||||
Next
|
||||
EgtMdbGetCurrMachiningParam(MCH_MP.EXTLINKTYPE, ToolInt)
|
||||
ExtLinkTypeCmBx.SelectedIndex = ToolInt
|
||||
EgtMdbGetCurrMachiningParam(MCH_MP.LEADOUTTYPE, ToolInt)
|
||||
LeadOutTypeCmBx.SelectedIndex = ToolInt
|
||||
LeadOutTypeCmBx.SelectedItem = LeadOutTypeCmBx.Items(0)
|
||||
For Each LOutType As IdNameStruct In LeadOutTypeCmBx.Items
|
||||
If ToolInt = LOutType.Id Then LeadOutTypeCmBx.SelectedItem = LOutType
|
||||
Next
|
||||
|
||||
Reference in New Issue
Block a user