当前位置: 代码迷 >> SharePoint >> Link 长度有关问题~Word 在线编辑有关问题~ Notebook有关问题。
  详细解决方案

Link 长度有关问题~Word 在线编辑有关问题~ Notebook有关问题。

热度:296   发布时间:2016-05-02 06:57:27.0
Link 长度问题~Word 在线编辑问题~ Notebook问题。。。
问题好多~请问大侠们~
1. 2013中的Notebook没办法加到页面上是不是?
2. 在线编辑文档功能中的word~如果word中有表格的话~是不是就不能编辑?比例不协调啊~怎么调试呢?
3. Link中想添加地址~可是超过225个字符的不能Save~这个要怎么办呢?
谢谢啦~~
------解决思路----------------------
1. Notebook我也不太知道是什么,姑娘截个图
2. 这个我觉得就像是03调好的word文档到13就变形了,这么个意思,没法调,就是这样的,版本不一i样
3. 字段限制这个,我查了一下,有个翻墙链接
主要是这么说的(最好翻墙啊,因为还有图片)
Obviously there are at least two choices:
1. Create a custom column type.
We need to build it through visual studio and then deploy it to all SharePoint server. If possible, I prefer to avoid coding, because it's too hard to normal business users, and add more work to maintain SharePoint platform.
2. Use Richtext column type instead

For end users, if they are not familiar with HTML, this solution make it too hard to edit hyperlink data.
But based the second option, I figured out another solution, with the help of 3 columns and one declarative workflow. Below is the procedure steps.
1. Create a list "TestLinks", then add 3 columns as below, "My Description", "MyUrl" and "MyLink"
2. Create a list workflow through SharePoint designer to update "MyLink" column as below
3. Some test data to test it.
4. Test result.
So far, it works well. But we can optimize the workflow to improve the performance and save some log disk space.
1. Add one workflow variable
 2. Put the new link url into this variable
 3. Compare the variable with current "MyLink" value.  Update the value if it's changed.
4. Done.
There is another place we can improve.  In "new form" and "edit form", the column "MyLink" column there is useless and confusing; In "display form", the column "MyDescription" and "MyUrl" is also useless.   So we should hide them from the forms when necessary.
This can be done easily through a freeware tool SharePoint Manager 2010.  This tool needs to be run from the SharePoint server locally. Please expand the objects tree, find the columns, change the field properties, then click "save".
Below is what I got in the end.
------解决思路----------------------
引用:
Quote: 引用:

我家的OWA看word中的表格完全沒有問題... 可以截個圖來看嗎? 如果平時用1024x768來看的word是正常的, 為什麼用1024x768的OWA來看會有問題? 你是用預覽模式嗎?
 我是想把Notebook那一栏搬到页面上~   <<--- 完全看不懂...

我现在是复制URL然后贴到页面的Link下~可是链接太长了~只能找别的方式~现在还有一个问题哈~我用的那个note book现在发现多人在线打开的时候会出现问题~

請看參考, OneNote設計上與Word呀, PowerPoint不同, 文章也特別寫一段給OneNote, 請試試依建議 (a) 不設置minor version, (b)Major version只儲最新X個版本.

順帶一提, 其他office 文件都可以設定coauthoring上限, 但Onenote就不可以
  相关解决方案