real filepro issue, printing forms
Kenneth Brody
kenbrody at bestweb.net
Fri Nov 26 12:50:47 PST 2004
tom heine wrote:
[...]
> sco unix, 5.0.13r4
[...]
> if: fx gt ""
> then: form fx ; end
>
> also tried it this way
>
> if : sub(76) gt ""
> then: form sub(76) ; end
>
> didn't work either.
>
> what does work is this:
> form "check"
[...]
Assuming that fx and sub(76) have a valid form name, have you tried:
form fx { ""
and
form sub(76) { ""
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:ThisIsASpamTrap at gmail.com>
More information about the Filepro-list
mailing list