S
Scott Metzger
Hi,
This looks like a bug with Visio 2003, thought you guys might want a
heads up.
fromShape.AddNamedRow(visSectionProp, VBstr(_T("ConnectionMade")), 0,
&row_num);
fromShape.CellsSRC(visSectionProp, row_num, visCustPropsValue,
cellConnectionMade);
cellConnectionMade.putFormula( VBstr(_T("FALSE")) );
All function return S_OK, but the actual value afterwards is 0. Same
code works fine when I pass TRUE in.
Some caveats. I am using the Visio 2002 SDK with Visio 2003. This code
is C++ code from a .exe which is talking to Visio via Automation.
Thanks,
Scott Metzger
This looks like a bug with Visio 2003, thought you guys might want a
heads up.
fromShape.AddNamedRow(visSectionProp, VBstr(_T("ConnectionMade")), 0,
&row_num);
fromShape.CellsSRC(visSectionProp, row_num, visCustPropsValue,
cellConnectionMade);
cellConnectionMade.putFormula( VBstr(_T("FALSE")) );
All function return S_OK, but the actual value afterwards is 0. Same
code works fine when I pass TRUE in.
Some caveats. I am using the Visio 2002 SDK with Visio 2003. This code
is C++ code from a .exe which is talking to Visio via Automation.
Thanks,
Scott Metzger