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 gkittelson 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. niceguythom

    loops and form validation

    I have a table with 50 rows, each row created with a For X = 1 to 50 loop naming each row Column1x and Column2x. I need to validate the data and I don't want to have 50 If--Then's. I can't seem to get a For-Next working with JavaScript where I "tack on" the X to the end of the object...
  2. niceguythom

    Removing Duplicates from VBScript Array

    It may not be the most efficient way of handling this, but it works... Start a For..Next and set strAnyVariable equal to the first value. Check it against each value in the array via a new For..Next. After the innermost, or second, For..Next has ended, move to the next value in the outermost...
  3. niceguythom

    FoxPro and ASP -- I need to get into a .fpt

    I have a .dbf file and a .fpt file. I can create a DSN to the .dbf only, but all the data I need to get to is in the .fpt. Both of theses files are exported from a Qualcomm application and sitting on a server that does not have FoxPro installed. How do I get to the .fpt file? I am reasonably...

Part and Inventory Search

Back
Top