Extending INPUT POPUP past end of line

Kenneth Brody kenbrody at bestweb.net
Sun Aug 21 07:49:59 PDT 2005


Quoting Richard Tartaglias (Sat, 20 Aug 2005 08:55:12 -0700 (PDT)):

>
> I am writing code that checks the input of a field “@wlf38”.
If what is
> expected in field 38 is not present I am looking for input from the
> operator. There are not enough spaces on the INPUT POPUP line for me to
> fit my statement and request a response.
>
> Is there a way to extend past the 120 correctors allowed on a line and
> finish on the next line of the processing table. Or should I be looking
> at a different command like LISTBOX to do the job?

The prompt can be an expression.

    Prompt1 = "This is the first line"
    Prompt2 = "This is the second line"
    input popup xx Prompt1 & "\n" & Prompt2

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list