Hello All,<br><br>I am using <a href="http://www.pmwiki.org/wiki/Cookbook/FoxTextReplace">http://www.pmwiki.org/wiki/Cookbook/FoxTextReplace</a> and plist from powertools <a href="http://www.pmwiki.org/wiki/Cookbook/PowerTools">http://www.pmwiki.org/wiki/Cookbook/PowerTools</a>. What I am tryng to do is to change a bunch of text and page text variables in about 500 pages or so. So far I am able to make all the changes I want in only one page. I have not figure it out how to give the right input parameters to plist to work.<br>

<br>I am using the following below (I have made several tests, puting the target in the foxreplace an so). When I use a page like Test.Dec0001 Works but when I try Test.* Does not it gives me Error: no target specified or target not found!mesage. What do I need to fix in order to put this to work for all pages in the group?

<br><br>(:fox frm  :)<br><br>(:input hidden mk01 &quot;:Month:&quot;  size=40:)<br>(:input hidden mk02 &quot;:Succes Date:&quot;  size=40:) <br><br>|| On Target Pages:||(:input text pat size=40:) ||<br>|| ||(:input submit post &#39;Replace Now&#39;:) ||<br>

<br>(:foxreplace  target=&#39;{$$(plist {$$pat})}&#39;  foxtemplate=&quot;:mth:&quot; mark=&#39;{$$mk01}&#39;:)<br>(:foxreplace target=&#39;{$$(plist {$$pat})}&#39;  foxtemplate=&quot;:scdate:&quot; mark=&#39;{$$mk02}&#39;:)<br>

<br>&gt;&gt;&lt;&lt;<br>[[&lt;&lt;]]<br><br>&gt;&gt;lframe&lt;&lt;<br>&#39;&#39;&#39;Results:&#39;&#39;&#39;<br>(:foxmessage:)<br>&gt;&gt;&lt;&lt;<br>(:foxend frm:)<br><br>Regards To all,<br>Edwin<br>