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 Wanet Telecoms Ltd 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: *

  • Users: hodgesp
  • Content: Threads
  • Order by date
  1. hodgesp

    Passing session("oRpt").SQLQueryString = selectstring into a crystal

    How can I pass the value of session("oRpt").SQLQueryString = selectstring into a crystal variable that I can display on the report? I'm using Crystal version 9.
  2. hodgesp

    Passing Varibles from ASP to Crystal 9

    I have an asp page that I use to define a sql statement that I pass to a crystal report via the SmartViewerActiveX.asp on another page. The report works fine and responds correctly, displaying the data based on the selection criteria I input. The fields pick up the correct data elements and...
  3. hodgesp

    Passing Back Varible Values From a POP-Up Window To The Parent Window.

    I have an ASP page form that will be used for data entry. I am redoing a MS-Access Runtime application that has been used for a few years. One of the issues; "What to do about the conditional visibility code" I had set on several of my Form objects. What happens is, based on what value the...
  4. hodgesp

    Passing an ASP Value to javascript for Conditional Functions

    I have an ASP form that end-users will be useing to update a SQL 2000 database. It is an upgrade to an MS-Access dtabase frontednd that I built using VBA. The problem I have is that I need to get users to fill out specific data elements based on values within other data elements. For example if...
  5. hodgesp

    GoTo Not Supported...What Do I Use??

    I have a user input page that constructs a SQL statement and sends it to a Crystal Report Viewer. The problem is that if a user selects a record by its main key field "Track Number" no other criteria need be selected, and I would like to go ahead and send the request to the report without any...
  6. hodgesp

    Crystal 8.5 Ignores QueryString

    I have an ASP page that successfully passes values to the page that has the crystal report viewer within it. My connection is fine becuase the report returns all the records in the view that the report was designed around. However the code: Path = Request.ServerVariables("PATH_TRANSLATED")...
  7. hodgesp

    Crystal Not Picking up querystring.

    I have an ASP page that successfully passes values to the page that has the crystal report viewer within it. My connection is fine becuase the report returns all the records in the view that the report was designed around. However the code: session("oRpt").SQLQueryString = selectstring doesn't...
  8. hodgesp

    ASP to Crystal isn't seeing sqlstring

    I am having an issue passing a sqlstring into crystal via an ASP page. I have checked my code, and my connection, everything seems ok. In fact the crystal report page displays the report just fine. The problem is that it seems to be ignoring the sqlstring variable that limits the dataset and...
  9. hodgesp

    session("oRpt").SQLQueryString

    I have an ASP page that I constructed that passes values from a form to another ASP page that parces the values into a SQL statement, then passes the SQL statment to a crystal report. The crystal report displays fine within the ActiveX viewer BUT it displays all the records not just the ones...
  10. hodgesp

    How do you Control Multiple Buttons ?????????

    I just started my first ASP project for a SQL 2000 Database. I have successfully added some java buttons to my page and the onClick events work fine on all of them. However I can not get the onMouseOver events to function with multiple buttons on the page. It works fine when only one button is...
  11. hodgesp

    javascript Image Buttons Conflict on My ASP Page

    I placed an image button on my ASP page that uses some javascript in a mouseover event. I was able to modify the code and the onclick event worked as expected. The problem I'm having has to do with placing another button on the page. At first I used the same script file and although the onclick...
  12. hodgesp

    ACtiveX Calendar

    I have been Looking for A good Active X Calendar Utility that I can use in my ASP Page. What I want to do is allow the user to choose a date range, via two calendar objects (From and To), then choose one of several date fields in a table to apply the Date Criteria to in order to build a SQL...
  13. hodgesp

    No Option Appear in my <select> Box

    I have this code that Im trying to use to populate a drop down box. The problem is that it doesn't list any of the values from the field Im Connecting too. I get an error code 13. What am I missing??? <% ' This select option object allows for cogdept choices in a drop down box...
  14. hodgesp

    ASP Error 500

    I'm trying to creat a dropdown box by connecting to a database and getting the information from a column in a table. The problem is, ASP doesn't seem to see my connection. I used the same connection setup that I use on a browse page where it seems to work. However, when I attempt to utilize it...

Part and Inventory Search

Back
Top