V
VKY
Dear Friends,
I have a program in Visio which gets data from an access database. One
of the field is a Yes/No field which is boolean (e.g True). This field
is retrived without any problems and displayed on a dialog box with a
check box. Then the same value is written into a shape's custom
properties, under the "value" cell.
All of this work without problems on a English (1033) OS and Visio. When
a German user use the same program, the field from the database is
retrieved as "wahr" and not "True". The assignment of "wahr" to the
checkbox also goes without problems (vba is able to understand "wahr")
but when put in a shape's custom properties' "value" cell, Visio refuses
to coorperate and needs either a True or a False.
Assigning a text value (and not a boolean) to the custom property does
not help as a spanish user will have True=XXXX. Therefore decoding
"wahr" and "XXXX" into english is not much help.
How can I best solve this problem? Your input will be much appreciated,
thanks in advance.
VKY
I have a program in Visio which gets data from an access database. One
of the field is a Yes/No field which is boolean (e.g True). This field
is retrived without any problems and displayed on a dialog box with a
check box. Then the same value is written into a shape's custom
properties, under the "value" cell.
All of this work without problems on a English (1033) OS and Visio. When
a German user use the same program, the field from the database is
retrieved as "wahr" and not "True". The assignment of "wahr" to the
checkbox also goes without problems (vba is able to understand "wahr")
but when put in a shape's custom properties' "value" cell, Visio refuses
to coorperate and needs either a True or a False.
Assigning a text value (and not a boolean) to the custom property does
not help as a spanish user will have True=XXXX. Therefore decoding
"wahr" and "XXXX" into english is not much help.
How can I best solve this problem? Your input will be much appreciated,
thanks in advance.
VKY