Displaying the File name

Laura Brody laura at hvcomputer.com
Fri Mar 24 08:13:56 PST 2006


On Fri, 24 Mar 2006 08:31:30 -0600, Shuman, Mike <MSHUMAN at KDA.STATE.KS.US> wrote:

>
> I would like to display the qualified file name on an input screen
> so the user will know for sure that they are working in the
> correct file.
>
> Any simple solution??

	I would suggest using a SHOW statement to draw the
info on the horizontal line, like this:

@ENTSEL
	show("21","1") repeat("\G0","3" * "80") 'this draws the line
	show("21","1") "File:" < @FI
	tx = "Qualifier:" < @QU
	ln = len(tx)
	show("21","80"-ln) tx

-- 
Laura Brody
+------------- Hudson Valley Computer Associates, Inc ----------+
| PO Box 859 120 Sixth Street    http://www.hvcomputer.com      |
| Verplanck, NY 10596-0859       Voice mail: (914) 739-5004     |
+------ PC repair locally, filePro programming globally --------+


More information about the Filepro-list mailing list