I'm writing a visual foxpro based application for sale, and I have a
question regarding style.

There are two forms in question: the main data entry form, and the
form that handles printing. The main form has a print button that can
call up the print form. The print form has two buttons: Print and
Print Preview.

My question is this: should I (1) - leave the print preview button
where it is and leave the main form alone, (2) - create a new button
on the main form for print preview and retain the print preview button
on the print form, or (3) - move the print preview button to the main
form from the print form.

It's a little thing, the coding is no problem either way, but I would
like to know.

Thanks for your help!