Hi,
I'm trying to include "Impact Assessment" in a requirements skin. However, the HTML markup appears directly in the page instead of appearing as formatted HTML. e.g. i see text such as "<P> <P>" and not the formatted HTML. We use rich formatting for some fields which TFS treats as HTML. I'd like to be able to pull these into word while retaining that format. How can I do this?
Thanks
Sai
P.S: This forum does not work on the new IE9 beta...this description box is disabled.
I would also like to know if TeamSpec supports formatted fields.
Hi-
This is an often asked feature so we've been working on it for some time internally, but the public version of TeamSpec does not support this yet. On the surface it seems an easy problem to solve, however the hidden problem is that Word uses OOXML to store it's formatting while TFS uses HTML. TeamSpec has to be able to reliably translate between these to formats in order to have everything work properly. We're close to this goal but still need to handle complicated Tables in the fields and handle the upgrade scenario from the existing version of TeamSpec. We're working on this diligently and will release a beta version once it's reached our quality standards.
Rob
Thanks for the response. Is there any chance that an earlier version would support basic formatting such as Bold, Italic, Underline, & Bullet Lists and all other HTML would just remain untranslated in the document.
Count me in for a beta tester of this feature. I have been leveraging a VBA macro in word to do basic HTML Table translations between Word and TFS and would really like to do some advanced HTML Tables.
Hi can you please give me the VB macro so I can use it for the same.