visio 2003 sp3

S

sudhakar

Anyone tell me how i can overcome the following problem

We developed a module in vb to generate the visio diagram as a vdx file(xml
format) based on the given input.
Without any problem vdx files opens in visio 2003.
But after installing visio 2003 sp3 all the connectivities are disconnected.

Here is our sample vdx.

<XForm>
<PinX Unit="IN" F="Inh"></PinX>
<PinY Unit="IN" F="Inh"></PinY>
<Width Unit="IN" F="GUARD(0.2DL)"></Width>
<Height Unit="IN" F="GUARD(EndY-BeginY)"></Height>
<LocPinX Unit="IN" F="Inh"></LocPinX>
<LocPinY Unit="IN" F="Inh"></LocPinY>
<Angle F="Inh"></Angle>
<FlipX F="Inh"></FlipX>
<FlipY F="Inh"></FlipY>
<ResizeMode F="Inh"></ResizeMode>
</XForm>
<XForm1D>
<BeginX
F="PAR(PNT(Sheet.177!Connections.X2,Sheet.177!Connections.Y2))"></BeginX>
<BeginY
F="PAR(PNT(Sheet.177!Connections.X2,Sheet.177!Connections.Y2))"></BeginY>
<EndX F="PAR(PNT(Sheet.163!Connections.X4,Sheet.163!Connections.Y4))"></EndX>
<EndY F="PAR(PNT(Sheet.163!Connections.X4,Sheet.163!Connections.Y4))"></EndY>
</XForm1D>

<Geom IX="0">
<NoFill>1</NoFill>
<NoLine>0</NoLine>
<NoShow>0</NoShow>
<NoSnap>0</NoSnap>
<MoveTo IX="1">
<X>0.1</X>
<Y>0</Y>
</MoveTo>
<LineTo IX="2">
<X>0.1</X>
<Y>-0.979999999999997</Y>
</LineTo>
<LineTo IX="3" Del="1">
<X>0.125</X>
<Y>-1.328125</Y>
</LineTo>
<LineTo IX="4" Del="1">
<X>0.125</X>
<Y>-1.328125</Y>
</LineTo>
</Geom>

In which we left
XForm.pinx,piny,locpinx,locpiny
XForm1D.Beginx,beginy,endx,endy
empty

when we fill those values its working fine in visio 2003 sp3.
Do we need to fill up those value to work in visio 2003 sp3 / any other
setting is there?
 
Top