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

    Passing parameters to a web report

    I am still learning how to work with the web reports, but i am running into a problem, i cant get the report to take the range i pass it. here is a sample of the code set MyParam1 = session("Param").GetItemByName("Case Number")...
  2. Damiona

    saving report to server

    but how do i save it by clicking a button? i dont want any prompting but the name
  3. Damiona

    saving report to server

    Is there a way to save a report to the server when the client clicks on a save report button. I will only prompt them for the name of the file to save as, and i need it to automaticly save as a crystal 8 report. the whole concept is so that the user can save the report, and at a later time go to...
  4. Damiona

    response.write quotation mark

    well i fixed it here is the whole line of code <% Response.Write(vbcrlf & &quot;<script>&quot; & vbcrlf) do until temp1 = datacomp+1 data = Request(&quot;datacom&quot; & temp1) if data = &quot;&quot; then data =...
  5. Damiona

    response.write quotation mark

    i am needing double quotes
  6. Damiona

    response.write quotation mark

    i have done this but all it does is writes the & data & insted of the value
  7. Damiona

    response.write quotation mark

    I am needing help. I am trying to use the response.write to write out a script on my page. here is the code Response.write(&quot;document.postfrm.datacom&quot; & temp1 & &quot;.value ==&quot; & data & vbcrlf) it is looping and writing the name of the control (temp1) this works fine, and the data...
  8. Damiona

    How do I save to server dir

    I need to be able to save the report directly to the server without prompting the user for anything but the report name which i will create a screen for. It needs to save it on click, and as the cry 8 format. i tried the .saveas but it didnt work. please help very urgent
  9. Damiona

    pulling the pramiters from a crystal report to asp please help!!!

    I know how to set the parameters using asp for a report, but I am working on a system that may house multiple reports, and each report is going to have diffrent parameters. I need to be able to see these parameter names,for example on the report parameter 1 is &quot;Case Number&quot; and the...
  10. Damiona

    Server has not yet been opened.

    I am stuck with this error message. I am viewing the reports via asp, and the active x control. I am under the understanding that I have to log into the db in order to view the report. well first I set this Set session(&quot;oApp&quot;) =...
  11. Damiona

    Filtering using asp

    I am in need of a resource or some sample code on how to send filters to a report, like on 1 page of asp i select my filters from dropdowns (ex.date range, a persons name and get all the info in the db for that person ect, and then i click a button and it runs the report filtered using the...
  12. Damiona

    Problen with activex or java with asp

    that is another problem, when i installed crystal it didnt create the virtuial directories like it should have, so i dont see the samples. i am using win 2000 and the crystal is v8 pro. Do i have to have dev edition to do this?
  13. Damiona

    Problen with activex or java with asp

    I am trying to get crystal reports to work on the web. This is my first time to do this, and I downloaded some sample code from the crystal site. I open the page, and it shows the report viewer (interface) but noithing else. The report area is blank, and on the java it says it was unable to...

Part and Inventory Search

Back
Top