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

    Dynamic Pick lists into report parameters in CE

    Woa ! You've just scared me. Are you saying that csp pages are definately NOT supported in version 9 software. Surely this can't be true - it would prevent me, and anyone else who has gone down this route, from ever continuing on an upgrade path.
  2. seamonkey

    Dynamic Pick lists into report parameters in CE

    No probem, Here is the code that I have used to build a pick list from a text file. This is a simplified version to give you the idea, and is incorperated in the parameter.csp file. All you need to do then is to name a report pramater &quot;Get_list&quot; and the code will fire... <% Set...
  3. seamonkey

    Preventing caching

    I tell I lie, I have now kind of got to work with the following: response.write &quot;<frame name='CrystalViewerPreview' src='viewrpt.cwr?&quot; & _ &quot;cmd=preview_page&&quot; & _ &quot;viewer=html_frame& &quot; & _ &quot;vfmt=html_frame&&quot; &_ &quot;init=html_frame:connect&&quot; & _...
  4. seamonkey

    Preventing caching

    Thanks for the response Davenz. I have tried the knowledge base but their solution is to use the INIT and CONNECT commands in the url. eg.http://myserver/myreport.rpt?init=html_frame:connect However, as I am making life difficult for myself and I'm using a customised interface I have to call...
  5. seamonkey

    Preventing caching

    I am developing a customised DHTML viewer over a corporate intranet and am having numerous problems with caching. All reports are on-demand. I have set up a print button that actually opens up an export to pdf format window. However, if a user is looking at the same report with different...
  6. seamonkey

    Need Help( How to disabled Print button)

    I don't think this is possible I'm afraid. There is an evaluation time function called &quot;WhilePrintingRecords&quot; but it doesn't actually mean what you would like it to - it just instructs a formula to be calculated when it is being written to the screen and not when it is going to a...
  7. seamonkey

    Need Help( How to disabled Print button)

    In order to amend the toolbar.html file you will need to open it in a text editor not IE. Hang on a minute, though - this concept will ony work if you've gone down the path of creating a custom toolbar which will also require you to use the DHTML viewer! See the last section in the...
  8. seamonkey

    Need Help( How to disabled Print button)

    You could always edit the toolbar.html file and remove the html code that displays the print icon. It's right down near the bottom.
  9. seamonkey

    Change parameters on report refresh

    Thanks Lisa, but I disagree ! The code shown does (or is supposed to!) show the current values. As this snippet below shows it has the &quot;CurrentValues&quot; object reference not &quot;DefaultValues&quot;. For each value in ReportInterface.ReportParameters.Item(1).CurrentValues I think you...
  10. seamonkey

    Change parameters on report refresh

    I am currently developing a csp page that will allow the user to re-run an on-demand report from the viewer by selecting different values for the parameters. However, I want it to start off with the parameters that the user last specified. What I have written so far opens up a pop-up window...
  11. seamonkey

    Dynamic Pick lists into report parameters in CE

    I have managed to do this by adding some code to the parameter.csp page. A paremeter is given a specific name in the report itself and the code in the csp file looks out for this - if it finds it it goes off and reads lines from a text file which I have created and populates the pick list with...

Part and Inventory Search

Back
Top