Display full version of the post: Inserting text, bad angle and size

nicha99
14.08.2013, 17:23


Normal
0
21


false
false
false







MicrosoftInternetExplorer4



Hi,

I need your help
We work with AutoCAD 2009 Single user ,  Window XP, (I know
we need to change ...)
We use Lisp and
VBA. which are located on a network (no lisp and
local vba) 4
user (PC)
My problem is with a PC when executing a VBA
routine

An implementation of VBA has to
insert 10 text line in cartridge of a drawing. In VBA, we specifies : the
height, style, color, layer,
angle .... and the
insertion point.

One pc is not
working properly, for 3 of the 10
text line angle (0
to 90) and
height (0.106 instead of 0.2)
are not good All other text lines are ok. The
problem is always with the same 3
lines of text

On the other PC
everything works fine.

I made a step by step debug and when inserting text, variable
height is good 0.2  but inserting at 0.106??

Do you have a
clue where the problem is?
Is there a
variable that would cause this problem


Thank you!






/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Tableau Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}



John Connor
14.08.2013, 19:06
Did you check the font's text style settings?

nicha99
14.08.2013, 21:03


Normal
0
21


false
false
false







MicrosoftInternetExplorer4



Yes, I check
the font's text style settings. It's a mystery for me all the text is the
same style but different height and angle, and it's working perfectly on the
other PC But thanks anyway for the tips






/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Tableau Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman";
mso-ansi-language:#0400;
mso-fareast-language:#0400;
mso-bidi-language:#0400;}