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 Wanet Telecoms Ltd 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: mja37
  • Content: Threads
  • Order by date
  1. mja37

    Runtime Error 5: QueryTable From Textfile Error

    I'm using a macro developed on Excel 2002 but being run on Excel 2000. On the 2002 machine the macro runs find, however, on the 2000 machine I get a "Runtime Error 5: Invalid Argument or Procedure" when I try to access a querytable import from a user specified textfile.
  2. mja37

    Allocate specific system resources

    I am running a program on a informix database with multiple servers. depending on when I log on I will get onto one of three servers. is there a way to specify what system resources, (which server and how much of that server), is commited to running this program...Depending on the number of...
  3. mja37

    Muti-line records in textfile to temp table

    this is the code I have that doesn't work... create temp table t_data (dat varchar(255)) with no log load from 'input.txt' insert into t_data each rec. has 11 lines in the txt file that should appear in different columns, then a blank line, then another 11 line rec. any help would be...
  4. mja37

    Check if Value Exsists in Array

    I have an array in Informix 4GL nbarray[100] that is populated with values. I want to check to see if a selected value is contained in that array...this will be performed for about 10,000 values so I'd like to stay away from a simple loop search through the entire array for each value.
  5. mja37

    Reading/Writing Files with 4GL

    I want to read-in a textfile (input) line by line, and if any line matches a value contained in a seperate textfile (reference) that line in the input is changed to the value that occurs 5 lines after it in the input.

Part and Inventory Search

Back
Top