<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
<p>Hi Craig,</p>
<p>this kind of manipulation via MIF sounds like a very good idea. I did not check, but I am pretty sure this would work.</p>
<p>Best regards -</p>
<p>Tino H. Haida</p>
<p> </p>
<p>Craig Ede:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored --><!-- meta ignored --><!-- node type 8 --><!-- node type 8 --><!-- node type 8 -->
<div class="WordSection1">
<p class="MsoNormal"><span style="color: #1f497d;">I wasn't suggesting a table by table approach, but a search and replace approach of the kind </span><span style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: windowtext;">Shmuel </span><span style="color: #1f497d;">describes. Framemaker could do the search and replace, but Notepad++ is a lot more efficient.<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;">Notepad++ seems to work using search and replace as follows (for all tables). You could restrict it to the particular table setting you want removed if you'd like.<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;">Use the regular expression option.<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;">Set Find to <RowMinHeight *.*"> <!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;">Set Replace to <RowMinHeight 0"><!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="color: #1f497d;">If you cut & paste a <RowMinHeight x.xxx"> line from the mif, you'll get the right space and tick marks.<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;">Here's a JPG showing the options selected in Notepad++. Do a Find Next to make sure you are getting what you want and then do a replace all. Retain a copy of your original file. <!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="color: #1f497d;">Note that you can do the replace on a whole series of open documents.<!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="color: #1f497d;"><img id="Picture_x0020_0" src="./?_task=mail&_id=58852660453bae9a59d977&_action=display-attachment&_file=rcmfile108121404758438016682400" alt="search.JPG" width="561" height="351" /></span><span style="color: #1f497d;"><!-- o ignored --></span></p>
<p class="MsoNormal"><span style="color: #1f497d;"><!-- o ignored --> </span></p>
<p class="MsoNormal"><span style="color: #1f497d;">Craig<!-- o ignored --></span></p>
<p class="MsoNormal"><a name="_MailEndCompose"></a><span style="color: #1f497d;"><!-- o ignored --> </span></p>
<div>
<div style="border: none; border-top: solid  #B5C4DF  1.0pt; padding: 3.0pt  0in  0in  0in;">
<p class="MsoNormal"><strong><span style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: windowtext;">From:</span></strong><span style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif'; color: windowtext;"> Shmuel Wolfson [mailto:shmuelw1@gmail.com] <br /><strong>Sent:</strong> Monday, July 07, 2014 11:42 AM<br /><strong>To:</strong> Craig Ede; Framers<br /><strong>Subject:</strong> Re: Removing custom row heights<!-- o ignored --></span></p>
</div>
</div>
<p class="MsoNormal"><!-- o ignored --> </p>
<div>
<p class="MsoNormal">Yes, but this could take a long time if you have a lot of tables with a lot of rows. <br /><br />However, if you do the search and replace using a text editor that supports regular expressions (Notepad++, etc.) this could be a good solution. The regular expression to search for would be "RowMinHeight  [0-9]*.[0-9]*" (without the quotes) and replace with RowMinHeight  0.<br /><br /><br /><!-- o ignored --></p>
<pre>Shmuel Wolfson<!-- o ignored --></pre>
<pre>Technical Writer<!-- o ignored --></pre>
<pre>052-763-7133<!-- o ignored --></pre>
<p class="MsoNormal">On 07-Jul-14 7:12 PM, Craig Ede wrote:<!-- o ignored --></p>
</div>
<blockquote style="margin-top: 5.0pt; margin-bottom: 5.0pt;">
<p class="MsoNormal"><span style="color: #1f497d;">I set the row heights to zero, which I believe is the default. FrameMaker seems to take things over from there using the current paragraph tag to set the height to the minimum without obscuring text.</span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"> </span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;">If all your custom settings are the same (for example: "1.56789") you can do a simple search and replace in the mif.</span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"> </span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;">Replace:</span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"><RowMinHeight  1.56789"></span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;">with</span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"><RowMinHeight  0"></span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"> </span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;">It looks to me like you could reset all tables by just removing the <RowMinHeight x.xxxxx> line from the mif. That would require a more sophisticated find value that used wildcards (or regexp)</span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"> </span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;">Try this on a copy of a file and see if that works for you.</span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"> </span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;">Craig</span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"> </span><!-- o ignored --></p>
<p class="MsoNormal"><span style="color: #1f497d;"> </span><!-- o ignored --></p>
<div>
<div style="border: none; border-top: solid  #B5C4DF  1.0pt; padding: 3.0pt  0in  0in  0in;">
<p class="MsoNormal"><strong><span style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif';">From:</span></strong><span style="font-size: 10.0pt; font-family: 'Tahoma','sans-serif';"> <a href="mailto:framers-bounces@lists.frameusers.com">framers-bounces@lists.frameusers.com</a> [<a href="mailto:framers-bounces@lists.frameusers.com">mailto:framers-bounces@lists.frameusers.com</a>] <strong>On Behalf Of </strong>Christenson, Pat<br /><strong>Sent:</strong> Thursday, June 19, 2014 2:36 PM<br /><strong>To:</strong> <a href="mailto:framers@lists.frameusers.com">framers@lists.frameusers.com</a><br /><strong>Subject:</strong> Removing custom row heights</span><!-- o ignored --></p>
</div>
</div>
<p class="MsoNormal"> <!-- o ignored --></p>
<p class="MsoNormal">Almost all our tables have custom row heights – ugh! Does anyone know of a way to global reset the row heights to the defaults? I can’t find anything in FrameMaker so I’m wondering if there’s an add-on for it.<!-- o ignored --></p>
<p class="MsoNormal"> <!-- o ignored --></p>
<p class="MsoNormal">FrameMaker 10, Windows 7 Professional<!-- o ignored --></p>
<p class="MsoNormal"> <!-- o ignored --></p>
<p class="MsoNormal">Thanks!<!-- o ignored --></p>
<p class="MsoNormal"> <!-- o ignored --></p>
<p class="MsoNormal">Pat Christenson<!-- o ignored --></p>
<p class="MsoNormal">Resource Coordinator<!-- o ignored --></p>
<p class="MsoNormal">Fitzgerald Marketing and Communications<!-- o ignored --></p>
<p class="MsoNormal"><a href="mailto:PChristenson@ftportfolios.com">PChristenson@ftportfolios.com</a><!-- o ignored --></p>
</blockquote>
</div>
</blockquote>
</body></html>