The view has print action button.when user clicks on the button, the input box opens for starting date and for ending date as well. The user should enter the date range and the documents with in that date range should be printed directly.This application is client based application.Please give the solution.??
Subject: print view directly
Notes client or Web?
For the notes client I would do this:
You action button will need to open a form in a dialog box.
In the dialog box you have your start and end date.
Then create a document collection based on the start and end date
Open a folder (the issue here is your probably going to need a folder that is Shared private on first use - I know have been problems with that for some people)
Empty the folder if there any documents already in it
copy the documents in the document collect to a folder
Print the contents of the folder.
Done.