EgtExecutor :
- in ExeApplyAllMachiningsEx ora si forza sempre il ricalcolo di DispositionSpecialApply (equivalente di PostApply delle lavorazioni).
This commit is contained in:
+1
-1
@@ -2700,7 +2700,7 @@ ExeApplyAllMachiningsEx( bool bRecalc, bool bStopOnFirstErr, string& sErrList, s
|
||||
while ( nOperId != GDB_ID_NULL) {
|
||||
if ( pMachMgr->GetOperationType( nOperId) == OPER_DISP) {
|
||||
pMachMgr->SetCurrPhase( pMachMgr->GetOperationPhase( nOperId)) ;
|
||||
if ( ! pMachMgr->DispositionSpecialApply( nOperId, bRecalc)) {
|
||||
if ( ! pMachMgr->DispositionSpecialApply( nOperId, true)) {
|
||||
bOk = false ;
|
||||
if ( pMachMgr->GetLastErrorId() != 0)
|
||||
sErrList += pMachMgr->GetOperationName( nOperId) + " -> " + pMachMgr->GetLastErrorString() + "\r\n" ;
|
||||
|
||||
Reference in New Issue
Block a user