
ReportViewer scrollbars are not rendered correctly in IE7. The Vertical
scrollbar can be recovered and the bottom part of the report can be viewed if you add the folowing to your page:
This is a very simple sample how you could reuse MsSvAbw.AddrBookWrapper to populate a text field with chosen outlook user(s) from the address book. The idée is to reuse a dll found in Windows Sharepoint Server (2003) called MSOVABW.dll and script code. This could be extended to be used in many different business scenarios..
<html>
<head>
<title>Lookup Outlook Address book</title>
<script language="VBScript">
function AddrBookVB(strExist)
Dim Users1
Dim t
Dim s1
Dim item
L_MsAddrBook_TXT = "Title: Microsoft Address Book"
On Error Resume Next
Set t = CreateObject("MsSvAbw.AddrBookWrapper")
if Err <> 0 then
Err.Clear
set t = CreateObject("MsoSvAbw.AddrBookWrapper")
end if
if not IsObject(t) then
MsgBox "Error object not found.."
AddrBookVB = ""
else
t.AddressBook L_MsAddrBook_TXT & "", 1, "", "", "", Users1
For each item in Users1
strExist = item.SMTPAddress
Next
Set t = Nothing
AddrBookVB = strExist
end if
End function
</script>
</head>
<body marginwidth="0" marginheight="0" scroll="yes">
<form name="crmForm" method="post">
<table cellpadding="0" cellspacing="2" border="0">
<tr>
<td>
<textarea name="users" rows="5" cols="64" class="ms-long" title="Add users text field"></textarea><br>
</td>
</tr>
<tr>
<td>
<input type=button value='Lookup Outlook Address Book' id='AddrBookID' onclick='document.crmForm.all.users.value = AddrBookVB(null)' />
</td>
</tr>
</table>
</form>
</body>
</html>
1.配置SQL Server外围应用服务器,开启SQL2005远程连接功能:
操作方式如下,点击“配置工具”->“SQL Server外围应用配置器”,然后在打开的窗口中选择“服务和连接的外围应用配置器”->然后选择Database Engine节点下的 “远程连接”,选择“本地连接和远程连接”,同时选择“同时使用TCP/IP和named pipes”,确定后然后需要重新启动数据库服务就可以了。
2. 用Windows身份验证登陆
Manage Studio -- 菜单"文件"--"连接对象资源管理器", 身份验证中选择"Windows Authentication"
3. 连接成功后, 右键你的实例, 选择"属性"
4. 在"属性"窗口中, 转到"Security"(安全性)项, 在"服务器身份验证"中设置为"SQL Server和Windows身份验证模式", 确定, 根据提示, 你应该重新启动sql服务
5. 重新启动sql服务后, 照用Windows身份验证连接, 然后执行下面的语句启用sa用户, 同时清除sa的密码(能成功登陆后再根据你的需要设置)
EXEC sp_password null,'密码','sa'
ALTER LOGIN sa ENABLE
ObjectDock 1.9
Vista盘符V3.5
目前为止最节省资源的Sidebar
styler皮肤(宋体版)
styler皮肤(雅黑版)
修改版(包含4个版本)
解决微软KB931784补丁死机问题
