- aggiunto mode e submode alle risposte
- sviluppo calc production per travi - corretto funzionamento Estimate in WindowREST
This commit is contained in:
+4
-4
@@ -423,10 +423,10 @@ function BeamWallPipeLib.VerifyBeam( QuestionArgs)
|
||||
local CmdType = tonumber( QuestionArgs["CmdType"])
|
||||
--local ProgramPage = tonumber( QuestionArgs["ProgramPage"])
|
||||
_G.BEAM = { BASEDIR = sBaseDir,
|
||||
FILE = BarPath,
|
||||
MACHINE = MachineName,
|
||||
FLAG = CmdType,
|
||||
BW = true }
|
||||
FILE = BarPath,
|
||||
MACHINE = MachineName,
|
||||
FLAG = CmdType,
|
||||
BW = true }
|
||||
local bOk, sErr = pcall( dofile, BEAM.BASEDIR .. "\\BatchProcessNew.lua")
|
||||
if not bOk then
|
||||
local sErrorMsg = 'Errore! Chiamata alla funzione BatchProcessNew.lua fallita! (' .. ( sErr or '') .. ')'
|
||||
|
||||
Reference in New Issue
Block a user