Merge commit 'cdf740cba7080760f7c88a112dd619bc8a9deb9c' into feature/DevExpress-RawPartList
This commit is contained in:
@@ -850,12 +850,13 @@ Public Class ProdManagerVM
|
||||
GeneralParametersWndVM.SetbSaveGeneralParameters(True)
|
||||
GeneralParametersWndVM.SaveProjectParameters()
|
||||
|
||||
m_BTLDataWnd = New BTLDataWndVM()
|
||||
' leggo struttura BTL per liste
|
||||
Map.refProjectVM.BTLStructureVM = New BTLStructureVM(BTLStructureM.CreateBTLStructure(0))
|
||||
|
||||
m_BTLDataWnd = New BTLDataWndVM(Map.refProjectVM.BTLStructureVM)
|
||||
m_BTLDataWnd.Read(nType)
|
||||
m_BTLDataWnd.SaveInfoBTL(nType)
|
||||
|
||||
' leggo struttura BTL per liste
|
||||
Map.refProjectVM.BTLStructureVM = New BTLStructureVM(BTLStructureM.CreateBTLStructure(0))
|
||||
CopyBuilding()
|
||||
Dim sProjFileName As String = sProjDir & "\" & nProjId.ToString("0000") & ".nge"
|
||||
Dim bFirstPart As Boolean = EgtGetFirstPart() <> GDB_ID.NULL
|
||||
@@ -1120,7 +1121,7 @@ Public Class ProdManagerVM
|
||||
' imposto progetto corrente
|
||||
Dim OldProd As ProdFileVM = ProjectManagerVM.CurrProd
|
||||
ProjectManagerVM.CurrProd = TempCurrProd
|
||||
m_BTLDataWnd = New BTLDataWndVM()
|
||||
m_BTLDataWnd = New BTLDataWndVM(Map.refProjectVM.BTLStructureVM)
|
||||
DbControllers.m_ProdController.LockByProdId(ProjectManagerVM.CurrProd.nProdId, True, Map.refMainWindowVM.MainWindowM.GetKeyNumber())
|
||||
' recupero indice di modifica progetto quando caricato
|
||||
Dim CommIndex As Integer = -1
|
||||
|
||||
Reference in New Issue
Block a user