NullOp,
Sorry, but I'm still not sure if I get this.
You want the user to print the form (in other words, you want to print on the client side), right? If so, that's not under the control of your application. It's up to the user to use the browser's Print command to do that.
The best you can do to help them is to produce a printer-friendly version of the form. But that's not a programming issue. That's a matter of designing your HTML so that it fits snugly on a page.
You could also provide a button or link on the form that says "Print this page". To do that, you would have to write some client-side code to trigger the printing. You can't write that code in VFP. You have to use a scripting language, which (given that you don't know anything about the user's choice of browser) means JavaScript. Any elementary book on JavaScript will tell you how to do that,
My apologies if I've misunderstood your question.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
My Visual FoxPro site: www.ml-consult.co.uk