- 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
+6
View File
@@ -246,8 +246,14 @@ while bRun do
local Result = {}
if nMode == QUESTION_MODES.PREVIEW then
nResult, AnswerArgs = Calc_Preview( QuestionArgs)
if AnswerArgs then
AnswerArgs.Mode = nMode
end
elseif nMode == QUESTION_MODES.BOM then
nResult, AnswerArgs = Calc_BOM( QuestionArgs)
if AnswerArgs then
AnswerArgs.Mode = nMode
end
end
AnswerArgs.UID = sUid
AnswerArgs.RUID = sRUID or 0