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
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

