I have a pretty standard NetWebBrowse which also has an NetWebForm linked to it.
The form is designed to capture address information, and once the form has been saved, I return to the browse, and allow the user to press a print button to create a shipping label with the previously entered address information on it.
This all works fine, BUT some users don't like the fact that they are having to save the form and then print the label by pressing the print button. They want the label to print automatically.
I need to be able to achieve this on a user by user basis, as some people want this feature, and others don't.
I'm not sure whether to try and embed some code in the form to try and call the print procedure from there before returning to my browse, or maybe try to modify the SetFromAction routine to try to return to the print procedure rather than the browse.
Does anyone have any experience with this or suggestions?
Regards,
Neil.