G
Guy Cohen
Hi all,
I am using VB6,Word97.
I wrote a VB program to automate documents using Word' docVariables.
The program supports RTL (from right to left).
I have a problem with the report. When the company name is "a.b.c" the name
of the company in the report is printed as: "c.b.a"
Both the paragraph and the text is aligned to the right in the template that
contains the docVariable because the document is RTL.
So I have (align the next line to the right):
c.b.a :CompanyName
Instead of (align the next line to the right):
a.b.c :CompanyName
Please advise
Guy
I am using VB6,Word97.
I wrote a VB program to automate documents using Word' docVariables.
The program supports RTL (from right to left).
I have a problem with the report. When the company name is "a.b.c" the name
of the company in the report is printed as: "c.b.a"
Both the paragraph and the text is aligned to the right in the template that
contains the docVariable because the document is RTL.
So I have (align the next line to the right):
c.b.a :CompanyName
Instead of (align the next line to the right):
a.b.c :CompanyName
Please advise
Guy