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

    Creating search box

    Thanks for the answer. I really don't want a google search, just a search within the site. Is there a good tutorial for doing it with a mysql database then?
  2. chapm4

    Creating search box

    How do I create a search box for searching the site preferrably without having a database. I am using em_nav_right css so the search box is sitting on the menu bas.
  3. chapm4

    load external page inside local

    Hi, I have a page frame that I want to load external sites into. This is a promotional company I am working for and they want their clients to come to their website and link to extenal catalog sites within an element on the page. Can't seem to find anything on this.
  4. chapm4

    RSEnableRemoteScripting

    Hi, I have asp pages that did hit an Access database on a hosting site. Now I have pulled those fies down to my local machine and converted the Access to SQL. The old side used a lot of remote scripting and now I am erroring out. Error is "Cannot locate proxy which supports Remote Scripting...
  5. chapm4

    connection to sql 2005

    Tnks for reply DNG. I have looked at connectionstrings.com, but couldn't figure out how to transpose what I had to sql 2005. Can nyone help?
  6. chapm4

    connection to sql 2005

    Hi, I am editing asp pages that did connect to access to now connect to sql 2005. I started using Microsoft Visual Web Developer and can create a new site, drag and drop the connection string, set it up, do a data view and everyting is great. The problem is someone else before me set up the...
  7. chapm4

    question about connection error

    Thanks for the reply, I am getting this error now: Microsoft SQL Native Client (0x80040E4D) Login failed for user 'LENNOX\IUSR_TECH-83F90408F5'. The IUSR name is the server name I was using when I first setup my machine and sql server. I have since changed the machine name because I wanted...
  8. chapm4

    question about connection error

    I am trying to connect to sql server on my local machine (will connect to remotel later. I get the following error: Microsoft SQL Native Client (0x80040E4D) Invalid connection string attribute Here is the connection string: <%set cn=server.createobject("ADODB.connection") cn.open...
  9. chapm4

    Moving application from Access to SQL

    And now let the confusion and questions begin: The old app was running on a hosting service...again the Access database and the ASP files were in the same directory on the hosting service. The user went to the index page, it pulled user names from an access table, the user clicked one of...
  10. chapm4

    Moving application from Access to SQL

    Thanks guy's I really appreciate the help. I will go get busy now. I am sure I will have some questions later on, but this will get me started.
  11. chapm4

    Moving application from Access to SQL

    Hi, I am fairly new to SQL and ASP, but an old client of mine(I do websites in PHP and mySQL) asked me to switch an application with an Access database and ASP front-end to SQL. He puchased SQL Server 2005. I have moved the database from Access to SQL with no trouble. Now I am looking at the...
  12. chapm4

    I/O error

    Hi, I have searched the forum and cannot find where this is addressed. In my logwatch email daily there is an I/O error which I can't figure out. Can someone help me? --------------------- Kernel Begin ------------------------ WARNING: Kernel Errors Present end_request: I/O error, dev...
  13. chapm4

    not receiving email from php form

    Hi, PHP is working, I get phpinfo I am running apache on redhat email works fine because I have a mailto on a webpage that works the form works fine because I get return of good data from my form The problem is I don't get the email The only thing I can think of is maybe a problem with...
  14. chapm4

    FileMove and wildcard question

    I have several files beneath a directory that I need to move to another directory. Basically daily report files will be moved to an archive directory before new reports are created. I can not figure out how to move all files beneath a directory to another directory. MoveFile does not like...
  15. chapm4

    date to string and conversion

    That works great thanks! So simple even. One more question. If I want do delete every day's files previous to that date, how is that done? For instance the date is 06/01/02 so the file name is auth.060102 The above works great for that file, but I want to delete others such as auth.053002...
  16. chapm4

    date to string and conversion

    Thanks for all the help the last few day's BTW. I have seen the link. I just can't get the code right. Here is what I have: Dim fName As String Dim bDate As String aDate = Now aDate = aDate.AddMonths(-2) aDate = aDate.ToShortDateString(yyMMdd)...
  17. chapm4

    date to string and conversion

    Hi, I have a text box that I have displaying the date in short form 2 months ago aDate = Now aDate = aDate.AddMonths(-2) TextBox1.Text = aDate.ToShortDateString I then want to take that short date yy/mm/dd and convert it to a string that looks like yymmdd for file...
  18. chapm4

    use Finally to exit out of code

    I am using try, catch, and finally for error checking on fileCopy. If an exception is caught, I choose okay on the message box. The code then continues to execute. I want to stop executing the code and go back to the form. How?
  19. chapm4

    Deployment process needs menu options true/false

    Hi, Project is due and I need help. User requests choices for the installer to make visible/not visible certain items. For instance: if user A is chosen, only the first drop down on the mdi will be visible. User B will have 2, and user C will have all 3. Please help me, project is due today...
  20. chapm4

    Close visible form as new menu item chosen

    Thanks alot for the help. This works great!

Part and Inventory Search

Back
Top