<?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: &#8220;Pref&#8221; Macro Commands</title>
	<atom:link href="http://www.wordperfect.org/archives/341/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wordperfect.org/archives/341</link>
	<description>WordPerfect Baltimore User&#039;s Group</description>
	<lastBuildDate>Sun, 28 Mar 2010 15:50:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Adrian Roth</title>
		<link>http://www.wordperfect.org/archives/341/comment-page-1#comment-16</link>
		<dc:creator>Adrian Roth</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordperfect.org/?p=341#comment-16</guid>
		<description>HI,
   A solution to the problem: The macro processor would accept PrefLocationOfMacroFiles(“D:\”), but would not accept PrefLocationOfMacroFiles(&quot;\\ROTHDESK\WordPerfect Macros&quot;).

   I mapped the macro folder to &quot;Y:\&quot; and the document folder to &quot;X:\&quot;, and now the PREF commands work perfectly.
         Hallelujah!!!

Thanks to all,
Adrian</description>
		<content:encoded><![CDATA[<p>HI,<br />
   A solution to the problem: The macro processor would accept PrefLocationOfMacroFiles(“D:\”), but would not accept PrefLocationOfMacroFiles(&#8220;\\ROTHDESK\WordPerfect Macros&#8221;).</p>
<p>   I mapped the macro folder to &#8220;Y:\&#8221; and the document folder to &#8220;X:\&#8221;, and now the PREF commands work perfectly.<br />
         Hallelujah!!!</p>
<p>Thanks to all,<br />
Adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editor</title>
		<link>http://www.wordperfect.org/archives/341/comment-page-1#comment-15</link>
		<dc:creator>Editor</dc:creator>
		<pubDate>Sat, 20 Feb 2010 23:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordperfect.org/?p=341#comment-15</guid>
		<description>Adrian--

Looks like this is a known problem over at WPUniverse:
http://www.wpuniverse.com/vb/showthread.php?postid=205707

There is nothing in the Corel knowledgebase mentioning these commands.

Jerry Stern
Webmaster, http://www.pc410.com</description>
		<content:encoded><![CDATA[<p>Adrian&#8211;</p>
<p>Looks like this is a known problem over at WPUniverse:<br />
<a href="http://www.wpuniverse.com/vb/showthread.php?postid=205707" rel="nofollow">http://www.wpuniverse.com/vb/showthread.php?postid=205707</a></p>
<p>There is nothing in the Corel knowledgebase mentioning these commands.</p>
<p>Jerry Stern<br />
Webmaster, <a href="http://www.pc410.com" rel="nofollow">http://www.pc410.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editor</title>
		<link>http://www.wordperfect.org/archives/341/comment-page-1#comment-14</link>
		<dc:creator>Editor</dc:creator>
		<pubDate>Sat, 20 Feb 2010 23:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordperfect.org/?p=341#comment-14</guid>
		<description>Adrian--

I don&#039;t have WP 9 installed to check, but this works in 10, and crashes in X4--it&#039;s as created by the Macro Recorder, which is usually the simplest base statement set:

Application (WordPerfect; &quot;WordPerfect&quot;; Default!; &quot;EN&quot;)
PrefLocationOfDocuments (Path: &quot;D:\S08\&quot;)
PrefSave ()

A similar test works in both WP10 and X4 here for the macro folder, again, using the Macro recorder, and then seeing if what was recorded will play:

Application (WordPerfect; &quot;WordPerfect&quot;; Default!; &quot;EN&quot;)
PrefLocationOfMacroFiles(Path: &quot;D:\&quot;)
PrefSave()

I also tried a network address (\\unc-path\drive), and it made no difference; the recorded macro for file locations still crashes in X4, and still works in 10.

Worth checking: WP 9 looks like it should be version 9.0.0.664 or above:
http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=1208716793655

Any time the code from the Macro Recorder won&#039;t run on a very short test case like this, it&#039;s clearly a bug, as the recorder has to match the compiler. As the recorder code matches between 10  &amp; X4, I&#039;d guess a bug in the compiler, and I don&#039;t see an easy workaround.


Jerry Stern
Webmaster, www.pc410.com</description>
		<content:encoded><![CDATA[<p>Adrian&#8211;</p>
<p>I don&#8217;t have WP 9 installed to check, but this works in 10, and crashes in X4&#8211;it&#8217;s as created by the Macro Recorder, which is usually the simplest base statement set:</p>
<p>Application (WordPerfect; &#8220;WordPerfect&#8221;; Default!; &#8220;EN&#8221;)<br />
PrefLocationOfDocuments (Path: &#8220;D:\S08\&#8221;)<br />
PrefSave ()</p>
<p>A similar test works in both WP10 and X4 here for the macro folder, again, using the Macro recorder, and then seeing if what was recorded will play:</p>
<p>Application (WordPerfect; &#8220;WordPerfect&#8221;; Default!; &#8220;EN&#8221;)<br />
PrefLocationOfMacroFiles(Path: &#8220;D:\&#8221;)<br />
PrefSave()</p>
<p>I also tried a network address (\\unc-path\drive), and it made no difference; the recorded macro for file locations still crashes in X4, and still works in 10.</p>
<p>Worth checking: WP 9 looks like it should be version 9.0.0.664 or above:<br />
<a href="http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=1208716793655" rel="nofollow">http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=1208716793655</a></p>
<p>Any time the code from the Macro Recorder won&#8217;t run on a very short test case like this, it&#8217;s clearly a bug, as the recorder has to match the compiler. As the recorder code matches between 10  &#038; X4, I&#8217;d guess a bug in the compiler, and I don&#8217;t see an easy workaround.</p>
<p>Jerry Stern<br />
Webmaster, <a href="http://www.pc410.com" rel="nofollow">http://www.pc410.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Roth</title>
		<link>http://www.wordperfect.org/archives/341/comment-page-1#comment-13</link>
		<dc:creator>Adrian Roth</dc:creator>
		<pubDate>Sat, 20 Feb 2010 17:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordperfect.org/?p=341#comment-13</guid>
		<description>Here are some that I have tried.

PrefLocationOfDocuments ( Path: &quot;\\ROTHDESK\WordPerfect Documents&quot;; UseDefExt:Yes!; UpdateQuickList: No!; UseExplorerStyleFileDialogs: No!;  UseOrigFileFormat: Yes!;
UseODMAIntegration: No! )

PrefLocationOfMacroFiles ( MacroDir: &quot;\\ROTHDESK\WordPerfect Macros&quot;; MacroSupplDir: &quot;C:\WordPerfect Macros&quot;; UpdateQuickList:No! )

Any thoughts about these?
Adrian</description>
		<content:encoded><![CDATA[<p>Here are some that I have tried.</p>
<p>PrefLocationOfDocuments ( Path: &#8220;\\ROTHDESK\WordPerfect Documents&#8221;; UseDefExt:Yes!; UpdateQuickList: No!; UseExplorerStyleFileDialogs: No!;  UseOrigFileFormat: Yes!;<br />
UseODMAIntegration: No! )</p>
<p>PrefLocationOfMacroFiles ( MacroDir: &#8220;\\ROTHDESK\WordPerfect Macros&#8221;; MacroSupplDir: &#8220;C:\WordPerfect Macros&#8221;; UpdateQuickList:No! )</p>
<p>Any thoughts about these?<br />
Adrian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editor</title>
		<link>http://www.wordperfect.org/archives/341/comment-page-1#comment-12</link>
		<dc:creator>Editor</dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordperfect.org/?p=341#comment-12</guid>
		<description>Adrian--

Should be possible. How about posting the complete line of the macro containing the command that isn&#039;t working?</description>
		<content:encoded><![CDATA[<p>Adrian&#8211;</p>
<p>Should be possible. How about posting the complete line of the macro containing the command that isn&#8217;t working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Roth</title>
		<link>http://www.wordperfect.org/archives/341/comment-page-1#comment-11</link>
		<dc:creator>Adrian Roth</dc:creator>
		<pubDate>Wed, 17 Feb 2010 23:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordperfect.org/?p=341#comment-11</guid>
		<description>The reply that was posted assumed that I wanted to use the commands to interrogate the settings. However, according the Macro Help in Version 9 (which is what I have), I can use the commands to alter the settings, and that is what I wanted to do. Any help?
Adrian</description>
		<content:encoded><![CDATA[<p>The reply that was posted assumed that I wanted to use the commands to interrogate the settings. However, according the Macro Help in Version 9 (which is what I have), I can use the commands to alter the settings, and that is what I wanted to do. Any help?<br />
Adrian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
