T
Tomk
I am developing a solution based on Outlook 2002. I have a custom
contact form with a handful of user defined fields. I have also
created 5 custom views against this form. The views appear fine on my
machine.
I have exported the XML of the views to separate files and created
some VBA to open each XML file in turn and create the view using the
Views.Add method.
When I execute this on a test machine, the view is create properly,
however; the custom fields appear to be blank in the view.
I have compared the original XML used to generate the view and the XML
after it was created and they are identical. I can see that custom
fields are defined in the <column> node via a GUID.
Why are the fields blank in the target machine's view? If I modify
the ill-behaving view, drop the custom fields and re-add them, all is
well. The resulting XML is also fine.
Thanks.
contact form with a handful of user defined fields. I have also
created 5 custom views against this form. The views appear fine on my
machine.
I have exported the XML of the views to separate files and created
some VBA to open each XML file in turn and create the view using the
Views.Add method.
When I execute this on a test machine, the view is create properly,
however; the custom fields appear to be blank in the view.
I have compared the original XML used to generate the view and the XML
after it was created and they are identical. I can see that custom
fields are defined in the <column> node via a GUID.
Why are the fields blank in the target machine's view? If I modify
the ill-behaving view, drop the custom fields and re-add them, all is
well. The resulting XML is also fine.
Thanks.