<DIV><BR><BR><B><I>Jeff Harrison &lt;jeffaharrison@yahoo.com&gt;</I></B> wrote:
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">
<P>--- Richard Tartaglias <FP@MASSCOLLECTOR.COM>wrote:<BR><BR>&gt; <BR>&gt; I am writing code that checks the input of a field<BR>&gt; “@wlf38”. If what is expected in field 38 is not<BR>&gt; present I am looking for input from the operator.<BR>&gt; There are not enough spaces on the INPUT POPUP line<BR>&gt; for me to fit my statement and request a response. <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; Is there a way to extend past the 120 correctors<BR>&gt; allowed on a line and finish on the next line of the<BR>&gt; processing table. Or should I be looking at a<BR>&gt; different command like LISTBOX to do the job?<BR>&gt; <BR>&gt; <BR><BR>You can get more than 120 characters in an input popup<BR>statement by usnig dummy fields and the \n character<BR>for a new line. Here is an example on how you can do<BR>this.<BR><BR>::xx(10):<BR>::xz="This is a test of the input popup line length,<BR>this is only a test\n":<BR>::xy=xz&amp;"If this had been an actual popup...":<BR>::input popup xx
 xy:<BR><BR>Jeff Harrison<BR>jeffaharrison@yahoo.com<BR><BR>Author of JHExport and JHImport. The easiest and<BR>fastest ways to generate code for filePro exports and<BR>imports.<BR><BR>Thanks Jeff</P>
<P>That is quite the work aoround.</P>
<P>Rich Tartaglia&nbsp;&nbsp;<BR><BR><BR></P></BLOCKQUOTE></DIV>