Ancora update vari LOAD page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using AppData;
|
||||
using AppData;
|
||||
using System;
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
@@ -12,6 +12,8 @@ namespace NKC_WF.WebUserControls
|
||||
// svuoto input barcode...
|
||||
cmp_barcode.inputAcquired = "";
|
||||
lastCmd = "";
|
||||
cmp_stackNextloading.BatchId = BatchIdCurr;
|
||||
raiseEvent();
|
||||
doUpdate();
|
||||
}
|
||||
cmp_barcode.eh_doRefresh += Cmp_barcode_eh_doRefresh;
|
||||
@@ -154,8 +156,9 @@ namespace NKC_WF.WebUserControls
|
||||
// aggiorno...
|
||||
doUpdate();
|
||||
// se richiesto faccio raiseEvent
|
||||
if(doRaiseEv)
|
||||
if (doRaiseEv)
|
||||
{
|
||||
cmp_stackNextloading.doUpdate();
|
||||
raiseEvent();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user