ASV
13 years agoContributor
2 the same VBObject's names in TC9
Hi
When I have two the same VBObjects are visible on screen, those names are the same. The Object Spy shows the same names in TC9 for example
Window("MDIClient", "", 1).VBObject("frmPttel")
Window("MDIClient", "", 1).VBObject("frmPttel"),
but in TC7 VBObject names are
Window("MDIClient", "", 1).VBObject("frmPttel")
Window("MDIClient", "", 1).VBObject("frmPttel_2").
Why in TC9 the VBObject's name are the same?
Thanks in advance.
When I have two the same VBObjects are visible on screen, those names are the same. The Object Spy shows the same names in TC9 for example
Window("MDIClient", "", 1).VBObject("frmPttel")
Window("MDIClient", "", 1).VBObject("frmPttel"),
but in TC7 VBObject names are
Window("MDIClient", "", 1).VBObject("frmPttel")
Window("MDIClient", "", 1).VBObject("frmPttel_2").
Why in TC9 the VBObject's name are the same?
Thanks in advance.