I a created a form that prints information from the salesTable form. 
What I would like to do is print multiple copies of this form at this
same time.  I had added the method below to the control initedit

boolean modified()
{



    boolean ret;

    ret = super();



    printJobSettings.copies(numberOfCopies.value());

    return ret;


}
This does not seem to work.  What do I need to do?

Thanks



Yahoo! Groups Links

Reply via email to