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 biv343 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: PCBrandon
  • Content: Threads
  • Order by date
  1. PCBrandon

    Order Form

    Hello, I have an order form with ten rows of five fields in a form (so 50 fields). Is there any other way to efficiently enter the data from these fields into a database without having to individually go through each field manually? Thanks!
  2. PCBrandon

    Total Cost

    Hi all, I have the following code: <script language="JavaScript"> <!-- function rowTotal(index){ quant = document.frmPurReq.ItemQuan[--index].value; cost = document.frmPurReq.ItemCost[index].value; document.frmPurReq.ItemTotal[index].value = money(quant * cost)...
  3. PCBrandon

    Cannot use parentheses when calling a Sub

    Hello, I have a small script that pulls usernames from an excel sheet and creates a folder/sets permissions for each user. I'm getting the following error when running it: Line: 26 Char: 110 Error: Cannot use parentheses when calling a Sub Code: 800A0414 Source: Microsoft VBScript compilation...
  4. PCBrandon

    Access website

    Hello, Our internal domain name is mckeelacademy.com. We have a website hosted at the public domain mckeelacademy.com, with an A record registered with a public DNS registrar. Accessing the website at mckeelacademy.com works for external clients, however, when accessing it from our internal...
  5. PCBrandon

    Pull first character from a cell?

    Hi all, I know how I can combine the text values of two cells into one using a formula, but now I need to combine the text value of one cell with the first character of a text value in another cell. I'll try to show you what I mean: A B C 1...
  6. PCBrandon

    Dynamic Navigation?

    Hi all, I need to be able to create dynamic navigation links. For example, I have a include file that contains my navigation menu. Unfortunately, once I go into a new directory, that navigational menu doesn't work. http://mydomain.com/ may have links to: test/index.asp Then once I get into...
  7. PCBrandon

    Create a configuration file

    Hello, I am looking into creating a text file that normal people can read and change the values of in English. Then my ASP can parse the configuration file and apply the settings... Example: config.txt {APPLICATION} Enabled = True Name = My App Access = Everyone {LAYOUT} TextColor = White...
  8. PCBrandon

    Migration

    Hi all, First, a short description of my current setup: -Two Windows 2000 Advanced Server domain controllers -One Exchange 2000 Server, installed on one of the domain controllers -An ISA 2000 array, consisting of both domain controllers In the near future I'll be upgrading this setup to...

Part and Inventory Search

Back
Top