please press the following link
http://blogs.msdn.com/publicsector/archive/2007/05/22/document-workflow-how-to-sending-an-email-with-sharepoint-2007-moss.aspx
2007年5月31日星期四
2007年5月30日星期三
LCID Chart
Hi Guys
I was playing around customizing a look and feel of a Data View web part. The web part was reading data from a list and displaying the information. It contains a Date Time column that was displaying its information in American date formate. As display below,
select="ddwrt:FormatDate(string(@ows_EventDate), 1033, 1)
1033 stand for US English and end result was 09/22/2005 (mm/dd/yy)
I needed to change this to display Australian Date and Time format as dd/mm/yy.
So I was looking for the LCID of Australian English and found out fallowing usefull article that display most LCID’s.
Changing the, Date, Time, and Currency Format
I end up changing the above code to fallowing to achive my requirements
elect="ddwrt:FormatDate(string(@ows_EventDate), 3081, 1)
End result look like 22/09/2005
Reference Information
I was playing around customizing a look and feel of a Data View web part. The web part was reading data from a list and displaying the information. It contains a Date Time column that was displaying its information in American date formate. As display below,
select="ddwrt:FormatDate(string(@ows_EventDate), 1033, 1)
1033 stand for US English and end result was 09/22/2005 (mm/dd/yy)
I needed to change this to display Australian Date and Time format as dd/mm/yy.
So I was looking for the LCID of Australian English and found out fallowing usefull article that display most LCID’s.
Changing the, Date, Time, and Currency Format
I end up changing the above code to fallowing to achive my requirements
elect="ddwrt:FormatDate(string(@ows_EventDate), 3081, 1)
End result look like 22/09/2005
Reference Information
2007年4月18日星期三
Sharepoint列表不能打开"在数据表中编辑"
1. 进入注册表,找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility键值,查看其中是否有一项为{65bcbee4-7728-41a0-97be-14e1cae36aae}(即Microsoft List 11/12控件的ID号),将其删除后再打开浏览器,故障排除
2.如果以上办法不能解决你的问题,检查Office2003版本,如果不是Professional版本, 参照如下操作
Start Registry Editor & navigate to:
Hkey Local Machine --> Software --> Microsoft --> Office --> 11.0 --> Common --> Product Version
1. On the left pane, highlight the Node “Product Version”, right click --> New --> "Binary Value"
2. Give it the value name “ProInfo”
3. Give it the value data 0000 0001
4. Now reboot the machine.
Now open a browser and launch any Sharepoint List and try to view it in Datasheet View. It will work fine even on a machine with Office 2003 Standard Edition.
2.如果以上办法不能解决你的问题,检查Office2003版本,如果不是Professional版本, 参照如下操作
Start Registry Editor & navigate to:
Hkey Local Machine --> Software --> Microsoft --> Office --> 11.0 --> Common --> Product Version
1. On the left pane, highlight the Node “Product Version”, right click --> New --> "Binary Value"
2. Give it the value name “ProInfo”
3. Give it the value data 0000 0001
4. Now reboot the machine.
Now open a browser and launch any Sharepoint List and try to view it in Datasheet View. It will work fine even on a machine with Office 2003 Standard Edition.
2007年3月13日星期二
订阅:
博文 (Atom)