Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. blackwatch

    Opening docs from OnDemand server

    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...
  2. blackwatch

    Activate dropdown2 or dd3 based on value of dd1

    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.
  3. blackwatch

    Activate dropdown2 or dd3 based on value of dd1

    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: __________________________________________________...
  4. blackwatch

    Activate dropdown2 or dd3 based on value of dd1

    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...

Part and Inventory Search

Back
Top