CALLTHIS is looped

N

Nikolay Klinachyov

in Shape
2 subShape

in 1st subShape
CALLTHIS("SimLib.sum_PropChanged";;Sheet.202!Prop.Row_1)
+DEPENDSON(Sheet.202!Prop.Row_1)

in 2nd subShape
CALLTHIS("SimLib.sum_PropChanged";;Sheet.202!Prop.Row_2)
+DEPENDSON(Sheet.202!Prop.Row_2)

where Sheet.202 is parent Shape

in VB

Sub sum_PropChanged(ByVal Shape As Visio.IVShape, pv As Double)
MsgBox pv
' If pv > 0 Then
' Shape.Text = "+"
' Else: Shape.Text = "-"
' End If
End Sub


Why this construction is looped?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top