Forum Discussion
sastowe
14 years agoSuper Contributor
Simple little experiment
Sub TestMe
set paneOne = ... intentionally obfuscated
Set control = paneOne.VBObject("C1Elastic").VBObject("GridEX")
ClickCellEx control, 3, "Test Status", skNoShift
ClickCellEx control, 5, "Test Status", skShift
End Sub
Sub TestMe2
set paneTwp = ... intentionally obfusaced home of the different grid
set control = control.VBObject("C1Elastic").VBObject("GridEX")
ClickCellEx control, 3, "Result (1)", skNoShift
ClickCellEx control, 5, "Units (2)", skShift
End Sub
In the first example, the third param was ignored. In the second example, the third param worked.
Sub TestMe
set paneOne = ... intentionally obfuscated
Set control = paneOne.VBObject("C1Elastic").VBObject("GridEX")
ClickCellEx control, 3, "Test Status", skNoShift
ClickCellEx control, 5, "Test Status", skShift
End Sub
Sub TestMe2
set paneTwp = ... intentionally obfusaced home of the different grid
set control = control.VBObject("C1Elastic").VBObject("GridEX")
ClickCellEx control, 3, "Result (1)", skNoShift
ClickCellEx control, 5, "Units (2)", skShift
End Sub
In the first example, the third param was ignored. In the second example, the third param worked.