Hi Bruce,
The client wants the ability to 'bulk add' items to their order from a predefined list, as well as the normal 'Insert' button to add one item at a time. The new button pretty much just calls a WebSource procedure that loads items into the current order via code.
By hacking the 'Copy' button, this functionality works great, and LOOKS right to them. Essentially they want the buttons to be:
[Insert] [Insert From Favourites] [Change] [Delete]
I guess option two is to bypass the checking that the 'Copy' button does when there are no records in the browse... Possible to do that?
Cheers,
Devan