以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  备注列  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=130760)

--  作者:13775189031
--  发布时间:2019/1/31 12:27:00
--  备注列

1、在MouseEnterCell事件设置代码:

If e.Col.Name = "备注" AndAlso e.Row.IsNull("备注") = False Then
e.Table.ShowToolTip(e.Row(“备注"),e.Row,e.Col)

End
If

2、在MouseLeaveCell事件设置代码:

If e.Col.Name = "备注" Then
e.Table.HideToolTip()

End If

 

显示动态提示信息,因字数较多,超过了屏幕宽度,怎么办?


--  作者:有点甜
--  发布时间:2019/1/31 12:33:00
--  

试试

 

http://www.foxtable.com/bbs/dispbbs.asp?BoardID=2&ID=116901&skin=0