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

    conditional statements

    Hi all, I have a table with 9 fields that store email addresses: email1,email2,email3, etc. I need to add one new email address to several records. Since each record may have a different number of fields already filled, I need to put the new address in the next available field. This is the...
  2. chazoid

    Local Archive access problem

    I've been archiving all of my email on my local hard drive for a while without problems, but recently I started getting this message box when trying to view certain emails from the archive. The email doesn't even show up in the preview pane - I get the message as soon as I highlight the email in...
  3. chazoid

    hash/array analysis

    It's been a long week, and I'm having some trouble wrapping my brain around this one.. I have a series of records in an array: C001,AAAA,ADDR C002,AAAA,ADDR C003,BBBB,ADDR C004,CCCC,ADDR C005,DDDD,ADDR C006,DDDD,ADDR C007,DDDD,ADDR I want to put this into a hash of arrays with the first...
  4. chazoid

    DDE messages

    Hi All, In the SDK for Acrobat Catalog 4.0 (Adobe's pdf indexing app) It says that it supports Windows messages to query the Catalog program to see if it is busy or idle. I'm trying to use Win32::DDE to do this, but I can't even establish communication with Catalog. If I run this: use...
  5. chazoid

    Bring MsgBox to foreground

    Hi All, When I try to use Win32::MsgBox, the box appears in the background behind the console window. Does anyone know a simple way to bring it to the foreground, and is there a way to make it application or system modal? Thank you.. justin
  6. chazoid

    lost perl html documentation

    I accidentally deleted the ActivePerl index.html file for the documentation.. Does anyone know if there's a way to regenerate it? I could always copy it from another PC, but I'd like to get back the links to the documentation for all the modules I had installed without having to reinstall them...
  7. chazoid

    ISO9660 module?

    Hi all, Does anyone know of a perl module for creating ISO images for cd-rom on a win32 platform? I've searched, but I can't seem to find anything. Thanks in advance.. JT
  8. chazoid

    File I/O with JavaScript

    I'm just trying to figure out if there's a way to read from and write to files with JavaScript.. I can't seem to find anything in the documentation. Specifically, I’m using JavaScript batch processing within Adobe Acrobat to automate tasks – What I want to do is get the total number of pages...
  9. chazoid

    sprintf and arrays

    Hi all, This shouldn't be too difficult for you guys. I just want to format the length of an array using sprintf to add a leading zero: $total = sprintf("%02d", @files); for an array with 5 elements this gives me "00" instead of "05". The perl docs say something...
  10. chazoid

    check if directory is in use?

    Is there a way to tell if a directory is in use by another program? I have a (non-perl) program running on win2k which does this.. It creates a folder and starts filling it with data until it reaches a size anywhere from 500MB to 550MB. When it's done with the first folder it creates another...
  11. chazoid

    using Time::JulianDay

    Hopefully someone can help me out with this.. I'm trying to use the Time::JulianDay module to get the current Julian day.. not including the year - (ex. today would be 340) The documentation for the module isn't very clear and I'm kind of confused. I'm not too experienced with using modules...

Part and Inventory Search

Back
Top