<DIV><BR><BR><B><I>Jeff Harrison <jeffaharrison@yahoo.com></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>> <BR>> I am writing code that checks the input of a field<BR>> “@wlf38”. If what is expected in field 38 is not<BR>> present I am looking for input from the operator.<BR>> There are not enough spaces on the INPUT POPUP line<BR>> for me to fit my statement and request a response. <BR>> <BR>> <BR>> <BR>> Is there a way to extend past the 120 correctors<BR>> allowed on a line and finish on the next line of the<BR>> processing table. Or should I be looking at a<BR>> different command like LISTBOX to do the job?<BR>> <BR>> <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&"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 <BR><BR><BR></P></BLOCKQUOTE></DIV>