<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: disable save, open in the MS Word</title>
	<atom:link href="http://www.ocxt.com/archives/152/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ocxt.com/archives/152</link>
	<description>ActiveX document container for hosting Office documents and PDF (including Adobe PDF, Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project and Microsoft Visio documents)</description>
	<lastBuildDate>Sat, 19 Nov 2011 03:49:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: office viewer</title>
		<link>http://www.ocxt.com/archives/152#comment-129</link>
		<dc:creator>office viewer</dc:creator>
		<pubDate>Fri, 28 Aug 2009 01:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ocxt.com/?p=152#comment-129</guid>
		<description>If you want to disable the save button in the toolbar, you can use the follow code.
 
function OnDocumentOpened(vFileName,vObject)
OA1.EnableFileCommand(3) = false;
OA1.EnableFileCommand(4) = false;
}</description>
		<content:encoded><![CDATA[<p>If you want to disable the save button in the toolbar, you can use the follow code.</p>
<p>function OnDocumentOpened(vFileName,vObject)<br />
OA1.EnableFileCommand(3) = false;<br />
OA1.EnableFileCommand(4) = false;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

