Can you supply some more info? Are all the reports basically derived from the same data? Are they going to be generated on the fly each time a user logs on?
It sounds like 250 separate reports is a little overwhelming to handle from one document, and I don't think you can reference a separate...
I also forgot about your preview requirement - just activate the report section instead of calling the print function - the user can use the print command from a toolbar when they want a hard copy.
I think we're accessing the wrong value. If the drop down (ConsultantDropDown)is only going to give you one value to send to the report limit, then you just assign this value to the limit:
__________________________________________________...
If the "All" selection is made just execute the call for the report 1 that you referred to:
(in code below "//" is JavaScript character set that "comments out" documentation and programming comments)
//This code would be in the script section of the OnSelection...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.