BOZZA sviluppo nuove tipologie di parametri
- tipo di parametro "Combo" - nuovo campo sNameNge che verrà scritto nelle info nel Processing
This commit is contained in:
@@ -555,7 +555,7 @@ local function GetFeatureForcedStrategy( Proc)
|
||||
|
||||
-- cerco e aggiorno i parametri come sono settati nel processing
|
||||
for i = 1, #StrategyData.Parameters do
|
||||
local sParameterToRead = StrategyData.sStrategyId .. '_' .. StrategyData.Parameters[i].sName
|
||||
local sParameterToRead = StrategyData.sStrategyId .. '_' .. StrategyData.Parameters[i].sNameNge
|
||||
ForcedParameterForProc = EgtGetInfo( Proc.id, sParameterToRead, 's')
|
||||
-- se ho trovato il valore, lo sovrascrivo al default
|
||||
if ForcedParameterForProc then
|
||||
|
||||
Reference in New Issue
Block a user