F
Fuochi
Hello,
I have implemented a custom form that uses the Outlook View Control
I use the Restriction property but in our company we have different Outlook
client languages installed.
myOVC.Restriction = "[Company] = 'xyz'" ' -> it works only for Outlook
english client.
for other client I must translate the [Company] value like this
myOVC.Restriction = "[Société] = 'xyz'" ' -> for French
and so on...
So why the standard Outlook Fields are translated in View mode and not on
the Form.
Is there an other way to retrieve the Field value that is displayed in the
View with the original associated value (e.g. Company)
Thanks
I have implemented a custom form that uses the Outlook View Control
I use the Restriction property but in our company we have different Outlook
client languages installed.
myOVC.Restriction = "[Company] = 'xyz'" ' -> it works only for Outlook
english client.
for other client I must translate the [Company] value like this
myOVC.Restriction = "[Société] = 'xyz'" ' -> for French
and so on...
So why the standard Outlook Fields are translated in View mode and not on
the Form.
Is there an other way to retrieve the Field value that is displayed in the
View with the original associated value (e.g. Company)
Thanks