<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.5762.3">
<TITLE>field calculations</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">What is the proper or best way of calculating the number of lines that are in the visible part of a field?  In other words, if I put "1" &cr& "2" &cr& "3"... etc. into the field, what would be the highest number visible in a non-scrolling field?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">A first guess would be the (height of the field)/(textHeight of the field), but what about margins and borders?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">What about ((height of the field)-(topMargin of the field)-(bottomMargin of the field))/(textHeight of the field)?</FONT>
</P>
<BR>

<P><FONT FACE="Arial">--</FONT><FONT SIZE=2 FACE="Arial"> D</FONT>
</P>

</BODY>
</HTML>