Try changing your own Regional and Language Options on the control panel to
the alternate language in question and see if you can duplicate the problem.
Be aware that the comma, period and space characters are interpreted
differently in various locales around the world. I wrote a program that
reads a text file of translated lines (seven languages) and the only
problems I had were with using INT instead of CINT or CSNG (for numbers) and
the fact that not all Windows OS's support unicode character set so I was
limited to the ANSI (0-255) characters. It really messed up the Polish
translation.
It also might help if you post a snippet of code so that we can see how you
are "massaging" the data and printing it to screen or printer.
Tom
"Salgoud Dell" <sa*****@nomail.com> wrote in message
news:c8**********@news.cfu.net...
I have a VB6 application running on a French computer using Windows ME.
The app doesn't work the same way as it does when running on an English
Windows OS.
The main issue I have, that I can't seem to overcome, is that the english
text font size my program thinks is available doesn't seem to be there.
Although a line of text printed on a US Windows machine looks fine, when
it is printed from this French computer the tabs are over written in the line
as if the font size was too big. However a reduction in the font size
does not correct the problem. The text lines are dropped down to the next line
when the numbers in my columns appear.
This looks like a situation where the French computer thinks the fonts are
smaller than they really are.
This happens both on printer and screen output.
Anyone had experience solving a similar problem?
Thanks
Del