printing from a screen
John Esak
john at valar.com
Tue Aug 3 20:32:59 PDT 2004
> -----Original Message-----
> From: filepro-list-bounces at lists.celestial.com
> [mailto:filepro-list-bounces at lists.celestial.com]On Behalf Of Jeremy
> Anderson
> Sent: Tuesday, August 03, 2004 11:13 AM
> Cc: filepro-list at seaslug.org
> Subject: printing from a screen
>
>
> How do I go about printing a number of forms based on input from a screen?
> That is, the user will input how many blank forms they'd like printed,
> then I'd like to actually print those forms.
> I have my output form created, and my screen, but I'm unsure of how to
> hook them together.
>
> Jeremy
>
> --
> Jeremy Anderson jeremy (at) plunketts.net
> IT Manager, Plunkett's Pest Control Author, Multitool Linux
@keyJ if:
then: input popup n(2,.0) "How many forms do you want? "
if: @sk eq "BRKY"
then: end
loop_n if: n gt "0"
then: form "form_name"; n=n - "1"; goto loop_n
if:
then:
John Esak
Visit The FP Room wwww.tinyurl.com/yuag7 24/7
More information about the Filepro-list
mailing list