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!

Search results for query: *

  • Users: kevpho
  • Content: Threads
  • Order by date
  1. kevpho

    use sed to append expression with '<' or '>'

    hi, i am trying to append some xml script to part of a file using sed, but i cannot use the < or > characters because they are special characters. i can't escape them to \< or \> either because those are also special characters. does anyone know how to append these characters? here is an...
  2. kevpho

    generate file and save to disk

    Hi, I need to be able to create a text file and save it to a specific folder on the disk. There's no problem with creating the actual file, I'm just making a filesystem object ... however, I can't figure out how to allow the user of the site to specify which folder to save the file to...
  3. kevpho

    change text box value according to another text box

    Hi there, I've been trying to update the value of one textbox by using the onChange event when another textbox is modified. For now, I just want it to work so I'm trying to copy the exact value without any calculation, but for some reason it's not working. I suppose there's something wrong...
  4. kevpho

    updating records with forms

    Hi there, I'm new to programming in visual basic, although I do know how to use ASP and VBScript. I've been trying to figure out how to create a simple script on a form that I can use to update certain fields on a table in the database. I want to be able to find all records with a certain...
  5. kevpho

    restrict different users to certain parts of site

    hi, i've been trying to figure out how to restrict different users to certain paths of my website once they have logged in. the website is for an intranet that has 3 separate locations, and basically what i need is to allow some users access to only one location's pages, while other users may...
  6. kevpho

    updating record toggles between DD/MM/YYYY and MM/DD/YYYY

    hi, for some reason, whenever i am updating one of my records, it switches the date format from DD/MM/YYYY to MM/DD/YYYY or vice versa, depending on what it is originally. Here's the code (dbConnection has already been opened): strSQL = &quot;UPDATE WorkOrders SET Completed=True,&quot...
  7. kevpho

    right clicking folder properties not showing

    Hi all, I've got a bit of an annoying problem on my computer. When I right click any folder in Windows Explorer and select properties, the properties menu won't show up. I can do other things to the folder such as rename it, add it to zip files, and so forth ... As well, if I select just a...
  8. kevpho

    checking radio button value for form validation

    Hi, This is a quick question. Does anyone know the syntax for getting the value of a radio button within my VBScript on the same page. I need to make an if statement that says &quot;if (radiobutton1 is checked) then ... else ...&quot; I can't figure out the correct syntax. I'm getting...
  9. kevpho

    get db info and make new printer friendly window

    Hi All, I haven't been able to find anything on the net to teach you how to do this, nor can I figure it out myself. What I have right now is a table of records from an Access database. Beside each record is a small &quot;Print&quot; link. When a user presses that &quot;Print&quot; link, I...
  10. kevpho

    Database connection suddenly gone wrong

    Hi All, I was hoping someone may have had experience with this or know how to fix the problem. I have a number of pages that connect to a database. Everything was working fine ... I could add/delete/update records, until I asked the IT guy to redirect my homepage to an easier path ... (ex...
  11. kevpho

    Passing value from drop-down list in form for validation

    Hi all, I'm having some difficulties getting my form validation script to work properly. What I have right now is a drop-down menu that is empty by default. When the users complete the form and try to submit it without changing that drop-down menu, I want the form to catch it before its...
  12. kevpho

    What should I learn to create a database connection?

    OK I'm new at web page design. I have a little background in HTML and Java, but my recent project has been to connect a database system to a web site (etc. to add & delete records, view records, search for records from any computer in the Intranet). Having absolutely no idea how to do this...
  13. kevpho

    Page does not connect to database

    I am trying to connect a database to the webpage that I am creating so that different users can view required information by logging into the server. I am using Frontpage 2000, and am sure that I have created the database connection (to a Microsoft Access file) properly because all my fields...

Part and Inventory Search

Back
Top