Forum Discussion
seenamathew
16 years agoOccasional Contributor
Hi,
I have set the reporting difference parameter to true. But it does not still give me a detailed log. Is this supported in TC 7.2? This is the code I am trying
set objContract=Aliases.Sys.CallIntake.frmContract_Maintenance
I have set the reporting difference parameter to true. But it does not still give me a detailed log. Is this supported in TC 7.2? This is the code I am trying
set objContract=Aliases.Sys.CallIntake.frmContract_Maintenance
set w=objContract.uicSplitContainer.SplitterPanel.uicContractTabControl.uicScreeningCriteriaTabPage.uicSelectionCriteria.uicMainPanel
If Not Objects.Compare(w,"ScreeningCriteria",True,1) Then
Log.Message "Properties have been changed."
Else
Log.Message "Properties r same."
End If
Is this correct?