S
Sam
Hi all!
I'm trying to create my own stencil with components that i
read from a database. Everything work to my satisfaction
besides when I try to add a new row in the connections
section using AddNamedRow(,,,) with outward or
inwardoutward as connection types.
This one works perfect:
hrReturn = vsoShape.AddNamedRow(visSectionConnectionPts,
VBstr( _T(Oname)), visCnnctTypeInward, p_cellNr);
But when I change visCnnctTypeInward to
visCnnctTypeInwardOutward or visCnnctTypeOutward it fails.
What to do?
Thanks
Sam H.
I'm trying to create my own stencil with components that i
read from a database. Everything work to my satisfaction
besides when I try to add a new row in the connections
section using AddNamedRow(,,,) with outward or
inwardoutward as connection types.
This one works perfect:
hrReturn = vsoShape.AddNamedRow(visSectionConnectionPts,
VBstr( _T(Oname)), visCnnctTypeInward, p_cellNr);
But when I change visCnnctTypeInward to
visCnnctTypeInwardOutward or visCnnctTypeOutward it fails.
What to do?
Thanks
Sam H.