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 Chris Miller 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. weathejx

    Setting page properties for all sheets in Excel using OLE

    using OLE ive created a work book in excel that has multiple sheets of information. i want to format all of the sheets page properties (Landscape, print zoom, header/footer, etc). the only way that i have come across to do this is to go to each sheet, change change all the properties and then...
  2. weathejx

    Trouble getting a hash out of an object.

    Issue resoved. Thanks again for your help. It was something stupid. I was accidently incrementing a variable in the wrong spot. -j
  3. weathejx

    Trouble getting a hash out of an object.

    As a point of clarification, if i take that same foreach loop and put it right after where i fill the hash, it prints out fine. but in another sub routine it doesn't print. so somehow from one sub routine to another the hash get's deleted. ive run over my code a bunch and can't find any...
  4. weathejx

    Trouble getting a hash out of an object.

    That kinda worked. It runs now, but its not printing out any of the keys. Blast. Any other ideas?
  5. weathejx

    Trouble getting a hash out of an object.

    I've created an object that contains a hash table. However, when I try to iterate through the hash table, I get syntax errors. Any help would be greatly appreciated. -j Code: foreach $key (keys %step->{actions}) { print "\t$key\n"; } sub new_step { my $object = { name =>...
  6. weathejx

    Where can I find Kawa?

    I have a copy of the great program Kawa 4.10a, and I went on a mission to find the latest copy of Kawa, but to my dismay, I discovered that Allaire has been bought by Macromedia, but Macromedia has stopped the Kawa project. SO. If anyone could tell me where I could download a demo Kawa Pro 5...

Part and Inventory Search

Back
Top