- aggiunto mode e submode alle risposte

- sviluppo calc production per travi
- corretto funzionamento Estimate in WindowREST
This commit is contained in:
Emmanuele Sassi
2026-05-15 16:48:56 +02:00
parent 491da764ff
commit 9558234969
7 changed files with 2249 additions and 386 deletions
+4 -4
View File
@@ -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 '') .. ')'