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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by CDNJungler

  1. CDNJungler

    Error trapping..?????

    Thank you for the answer, this will work for sure. Unfortunately, I have about 200 pages, and everypage has multiple divisions, all possible of being divided by the value zero. Is there any other way I can implement this without having to type it out an obscene amount of times!!!
  2. CDNJungler

    Error trapping..?????

    I need to trap a division by zero error and unfortunately, my error trapping abilities are virtually non-existant !!! I'm assuming I have to use some sort of On Error Resume Next coding, but I'm not quite sure in how to do it. Any help on this is greatly apprieciated. Thanks, CDNJungler
  3. CDNJungler

    QueryString Question?????

    Well all my values are correct....but now it I'm getting the " page cannot be found error" and I know the name of the page is correct. So it musn't be the QueryString giving me the problem, it must be something else. Because thanks to your info I now know the values being passed are...
  4. CDNJungler

    QueryString Question?????

    The message box says....myUrl=0
  5. CDNJungler

    QueryString Question?????

    My Session variable is actually a numerical value so I don't pass it over as a sting. It's already in the right format. Actually the problem I'm haveing is passing over just the value for the "Acc" name=value pair. When I Response.Write them, I get the value for the "Deal&quot...
  6. CDNJungler

    QueryString Question?????

    This is my problem....I have reports that are created dynamically. They then have a row header which is a link to a more detailed graph of the info on that row. Anyhow, I'm absolutly "braindead" as of late(medication for wisdom teeth) and I can't get the querystring to pass pver the...
  7. CDNJungler

    Query String, Link, And Browser.....

    I have this little problem I was hoping someone could help me out with. I have to make a link that when clicked on, will pass values through the query string and display a dynamically generated report in a new browser window. I don't right now know how to use the query string nor how to write...
  8. CDNJungler

    Passing variables to a sub routine...

    If I create a sub routine such as: Sub MyColor() If Field1 < 0 then Response.Write (&quot;<font color='Red'>Field1</font>&quot;) End Sub Now I want to pass a variable to this sub so that I can substitute any value for field1, and just use the call MyColor() instead of writing out the code...
  9. CDNJungler

    dynamic reports need new color for negative numbers

    THis is exactly what I've been trying. I just musn't be puuting the code in the proper place. I'll keep tryin. Thanks Tony
  10. CDNJungler

    dynamic reports need new color for negative numbers

    Problem....I have reports that are generated dynamically by data in the database and calculations in stored procedures and asp pages. What I want is to be able to have the negative value numbers to be in red and the posititve numbers to be in black( which right now all numbers are). I thought a...
  11. CDNJungler

    Loosing session between frames

    I'm developing and I have security set up so that when a user successfully logs in. It sets a value of true to a session variable. Now when using my frames pages the login page is the source for the main frame and I have a navigational page for the left frame. But when the person logs in, then...

Part and Inventory Search

Back
Top