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

    Perl, Tk and ROText widget, how to force a print/insert?

    Hello Everyone: With Perl, I can clear buffers and force print using $| = 1; How can I force a print/insert in perl::tk in a rotext widget? At the moment, all the inserts occur at the end of the program. I would like to have the inserts occur through out the run rather than at the end...
  2. Parke

    A newbie question on hashes

    While reading a log file, I am selecting an ID using reg exp and inserting the ID into a hash as the key and setting the value = 1. The nice thing about using a hash is that it filters out the duplicate ID values. If I wanted to be able to count the number of times each ID occurs, how can I...
  3. Parke

    Win 2K, multiple processors

    We are attempting to set up Win 2K, advanced server with 4 Xeon 1.6 MHz cpus and 8G Ram. The server is "telling" us that we have 8 cpus and 4G Ram. Are we doing something wrong? This is a fresh install. Any and all help appreciated. This is my first multiprocessor Xeon box...
  4. Parke

    Using rst.append and adFldKeyColumn

    I am not understanding the significance of adFldKeyColumn. I thought this might make a field as in MS Access the key or primary field so that the value could only be in the recordset once. But in the following code, the string "ab" is inserted twice. Any help in clearing up what I...

Part and Inventory Search

Back
Top