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 TouchToneTommy 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: chapm4
  • Content: Threads
  • Order by date
  1. 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.
  2. 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.
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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?
  12. 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...
  13. chapm4

    Close visible form as new menu item chosen

    Dumb question as it seems I have a lot of.....I have an app using mdi dropdown menu's that open various forms. When a new item is chosen, I want the old window to close (If the user did not use the quit button on the form). How do I do this and where?
  14. chapm4

    Print report to default printer

    I'm new to Crystal. I have a form in vb.net that contains a report in CrystalReportViewer1 box. The printer icon is active. How do I print to the default printer, current page automatically?
  15. chapm4

    Check SQL job running

    I have a request to check if a sql job is running or not within my vb app. The user actually requested a dashboard item that checks say every so many seconds and places a yes or no. I cannot find any info on dashboard stuff. I have thought about using fileSystemChecker to check for the...
  16. chapm4

    vb app opens xls file - how to close?

    Hi, I have an app that opens an existing excel file for viewing. The user can close excel with the x, but I get &quot;do you want to save your changes&quot;. I have the file set to read only, but i still get the question. Any suggestions?
  17. chapm4

    display existing document

    I am trying to display an existing word document through my app (push a button and the doc diplays). I have the instance of word open, but can not display the doc on the screen without using doc.WebPagePreview Is there a better way?
  18. chapm4

    Crystal for displaying word doc

    Hey, I am trying to display an existing word document using vb .NET. Can I use Crystal or is it simply for databases?
  19. chapm4

    newbie question - open word doc

    Hey, My form has a datetimepicker control that I want to default to yesterday's date. I also have multiple radio buttons (one for each report). When a user picks a date and chooses a report, they will hit the ok button to open the word document. The document name looks like &quot;yy-mm-dd F12...
  20. chapm4

    SystemColors

    Hi, I am using an MDI and child forms. When you select the property of isMdiContainer=TRUE, it sets the background to the SystemColor.AppWorkspace=Dark Grey. I cna not fuigure out the code to change this, or find any help. So please help oh smart ones.

Part and Inventory Search

Back
Top