Outlook View Control Restriction property : Standard Fields are translated with differents Outlook C

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top