2008年12月11日 星期四

Can’t use explorer open library in MOSS.

I saw a message when I tried to open a library with Windows Explorer in the MOSS.

2008-12-11_164418

 

The message is…

2008-12-11_164447

 

I found some body talking about it too, but their method not work for me.

even the hot-fix from Microsoft didn’t work for me.

http://www.microsoft.com/downloads/details.aspx?FamilyId=17C36612-632E-4C04-9382-987622ED1D64&displaylang=en

 

Windows 2008 Enterprise, Office 2007, Microsoft Office SharePoint Server 2007, IE7

2008年12月9日 星期二

Predefined XML Schema and Custom Attribute

They are different…

I thought the XML Schema I defined in Envision will auto bind to CustomAttribute, but I am wrong.

They are different thing, they just use same Name Value idea.

When you binding an control’s (ex: WFTextBox) value with XML Schema, don’t think it will write to Custom Attribute as well and vice versa.

I still trying to find a way to write certain Custom Attribute to XML Schema.

You can use XPATH as name of Custom Attribute, then you can access the XML Schema.

ex: api.SetCustomAttr(woid, “/pd:myField/pd:EmployeeName”, “Foo Bar”);