Posted by Emilio on March 17th, 2008
Hi,
We develop a web document app using DSOFRAMER.
We have a lot of issues… one of them is that in Office 2003 when our application open a word document it enable the word toolbar.
With your product, is posible to hide it programmatically ?
If the customer uses Office 2007, the web office documents can open good in the web browser or directly open the Word´s program ?
Thanks in advance
With your product is posible to hide this toolbar programmaticaly ?
Other question, if the customer uses Office 2007, the word document opens in the web page or open Word´s program ?
Thanks in advance,
Emilio
Posted by office viewer on March 3rd, 2008
In my ASPX page I want to find and replace some predefined words. I am
using the following code, but it say objWord.Selection is not there. (
where as this is supported by word )
Set objWord = document.OA1.ActiveDocument
Set objSelection = objWord.Selection
objSelection.Find.ClearFormatting
objSelection.Find.Replacement.ClearFormatting
objSelection.Find.Text = varFind
objSelection.Find.Replacement.Text = varReplace
objSelection.Find.Forward = True
objSelection.Find.Wrap = wdFindContinue
objSelection.Find.Format = False
objSelection.Find.MatchCase = False
objSelection.Find.MatchWholeWord = False
objSelection.Find.MatchWildcards = False
objSelection.Find.MatchSoundsLike = False
objSelection.Find.MatchAllWordForms = False
objSelection.Find.Execute
Please let me know how can I find and replace word in the client side
word with OA1 activeX.
Recent Comments