Forum Discussion
pyatakov
10 years agoOccasional Contributor
Hi! Just try use (if support) method "RefreshMappingInfo" -
var propArr = new Array('ObjectIdentifier','Visible');
var valuArr = new Array('pgThresholds','True' );
var tmp_CalenderMonth = Aliases.MyApp.frmBrowser.MDIClient.CalenderMonth
//\\from VBS
If aqObject.IsSupported(tmp_CalenderMonth, "RefreshMappingInfo") Then
tmp_CalenderMonth.RefreshMappingInfo
End If
//\\from VBS
ThresholdPG =Aliases.MyApp.frmBrowser.MDIClient.CalenderMonth.FindEx(propArr,valuArr,10,true,2500);
myObject = ThresholdPG.FindChildEx('ObjectIdentifier','fldETPLowRate',12,true,2000);