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 wOOdy-Soft 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 hayley

  1. hayley

    Anyone know anything about SoftArtisans FileUp...?

    Hi, I am having a problem using the request object to read in variables on the same page as I am using upl.form later on in the page. this is a piece of the code : b_Slide_Active = request("b_Slide_Active") Set upl = Server.CreateObject("SoftArtisans.FileUp") if...
  2. hayley

    Anyone know anything about SoftArtisans File Upload...

    Hi, I am having a problem using the request object to read in variables on the same page as I am using upl.form later on in the page. this is a piece of the code : b_Slide_Active = request("b_Slide_Active") Set upl = Server.CreateObject("SoftArtisans.FileUp") if...
  3. hayley

    What are OLAP Cubes?

    Hi, I'm fairly new to IT and I've just come across the terms OLAP and OLAP cubes. I've found a definition of OLAP, but can anyone please tell me what OLAP cubes are?! Thanks very much!
  4. hayley

    No report for parameters chosen

    Hi, I have a web page which displays a Crystal Report through ASP. The report is passed start date and end date parameters. I would like to detect whether there is any data for the parameters chosen and if not, give the user a message and ask them to re-select them. At present, a blank...
  5. hayley

    <% =date %> in UK format

    That's great, thanks for your help!
  6. hayley

    <% =date %> in UK format

    Thanks - that article was really useful. If I didn't want to change the server settings for date and just wanted to format it to a UK format on a one-off, would it be possible to do that? (The article only lists how to format currency etc.) Thanks again!
  7. hayley

    <% =date %> in UK format

    Can anyone tell me how to re-format a US date to a UK date (i.e. dd/mm/yyyy) using VBScript? Thanks for your help!
  8. hayley

    Date Validation

    Hi, I'm new to VBScript and was wondering if anyone could help with a query I have. I have a web page in asp where the user inputs a start date and an end date in html input boxes. I would like to include code to check that the dates entered are valid. Can anyone help? Thanks very much!
  9. hayley

    Display today's date in input box

    Hi, I'm fairly new to JavaScript and wondering if anyone can help with a query I have. I have an html input box where the user enter's the date in the format dd/mm/yyyy. I would like the box to default to the current day's date (i.e. before the users enters their own, or if they enter nothing...
  10. hayley

    Date Validation

    Hi, I'm new to VBScript and was wondering if anyone could help with a query I have. I have a web page in asp where the user inputs a start date and an end date in html input boxes. I would like the dates to default to, and display, the present date (in the format dd/mm/yyyy) and also...
  11. hayley

    Checking Report Exists

    Can anyone tell me (or send me some code on) how to check if a Crystal report exists from an ASP page using VBScript? Thanks!
  12. hayley

    File Not Found - Crystal and ASP

    Hi, I'm fairly new to ASP/VBScript and Crystal and was wondering if anyone could please help with this...I am calling Crystal Reports from a web page where the users chooses parameters for the report. When the file they have requested does not exist I get this message: Seagate Crystal...
  13. hayley

    Passing Parameters to Crystal using ASP

    Hi, I'm very new to ASP and Crystal and I'm trying to pass date parameters (start and end dates in the form dd/mm/yyyy) to a Crystal Report through an ASP page, but Crystal simply displays the graph with all the dates present and ignores the parameters. Can anyone help with this? This is the...

Part and Inventory Search

Back
Top