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 Jamin79

  1. Jamin79

    .net export image overlay problem

    Hi, I've been trying to figure this out all day and I was hoping you could shed some light on it. I have a crystal report that I am generating through vb.net, which has a background image underlaying a chart leaving both visible. When I preview the report in crystal the graph displays over...
  2. Jamin79

    Setting System Locale

    Hi, I have an ASP page on which I'm trying to display a date in UK format DD/MM/YYYY. The page works fine on one NT system however it displays in US format on another, so I'm thinking it's a system setting rather than a page setting. I have checked the regional settings, time and date...
  3. Jamin79

    How can I search 3 web sites and output the results to one page?

    Hi I have found myself recently having to search a lot of web sites for essentially the same information and I was wondering if there was some way I could create a single web page that is capable of automatically searching these sites and then returning the information to a single web page? I...
  4. Jamin79

    downloading a file from a web server to a specific directory location

    I'm basically trying to create an offline application in ASP (and related technologies) that is installable off of a CD so executing code on the client machine shouldn't be a problem. However the program would need to go online once a week to download new information in the form of an XML...
  5. Jamin79

    downloading a file from a web server to a specific directory location

    Hi, I've been hunting around forums all day but I can't find what I need. I'm trying to download an XML file to a specific directory on a host computer but I can't find any information on how to do this. Originally I wanted the file to download automatically but aparently this is not possible...
  6. Jamin79

    Proplems executing an SQL INSERT statements on an Access Database

    The values I was trying to use were variables so I needed to close the string and use + to add the content so it would be: VALUES ('" + CLng(showingID) + "','" + cardNo + "','" + "','" + dateBooked.....etc.
  7. Jamin79

    Proplems executing an SQL INSERT statements on an Access Database

    Hi, Please disreguard the above I've got it sorted. Thanks, Ben.
  8. Jamin79

    Proplems executing an SQL INSERT statements on an Access Database

    Hi, I'm trying to add a record into a database using and SQL INSERT statement and I'm receiving the following error: No value given for one or more required parameters. the abridged code for the statement is as follows: Dim strconn Dim conn strconn="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA...
  9. Jamin79

    Automating setup of the windows task scheduler

    I need to be able to use VBScript to automatically create a task for execution in the Windows task scheduler, I'm sure it can be done but I can find no information anywhere. Please Help.

Part and Inventory Search

Back
Top