Hi All,
My knowledge in scripting is close to 0, but this one works fine on Xp 6.7 and not with Xp 5.4 and I have no idea why, does anybody knows??
I'm stuck right there...
I am just trying to make 3 different textobject to change automatically with the first one.
dim texte1 as xpTextObject
dim texte2 as xpTextObject
dim texte3 as xpTextObject
self.GetObjectByName("Programme1", texte1)
self.GetObjectByName("Programme2", texte2)
self.GetObjectByName("Programme3", texte3)
texte2.Text = texte1.Text
texte3.Text = texte1.Text
Thanks!
Schaack