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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by godspeed06

  1. godspeed06

    MouseOver Events

    Rick, I guess I am really unclear to what a mouse map is. I am familiar however, with add the original image to a form. So, once I save the original image via photoshop, how is this saved within vb.net as a mouse map? Thanks!
  2. godspeed06

    MouseOver Events

    ThatRickGuy! This is exactly what I am looking for, however, I am not clear on how to get the coordinates to work with the Mouse events. I have a jpg image of my map but don't know how to paste it. Thanks
  3. godspeed06

    MouseOver Events

    Consider that you have a map ud the US, and you want to hotspots if you will for each state on the map. Each hotspot will have a cooresponding 'lablel' informing the person where they can obtain support for their state. How can this be done via an image withing .NET? I know part of it is now...
  4. godspeed06

    PDF Files

    Well in my case I want the data, say from an invoice. I want to extract all account information for a customer who is being sent their invoice via pdf. What I want to be able to do with perl, is to validate the information on the form is correct before sending it. I am sure perl can do this...
  5. godspeed06

    PDF Files

    Thanks Paul, this extension has been really helpful. I see that parsing a PDF document is not all that easy. ;)
  6. godspeed06

    PDF Files

    Gotcha!
  7. godspeed06

    PDF Files

    Can someone put me in the right direction for extraction information from pdf files? Thanks!
  8. godspeed06

    DBI

    Thanks, George! I will let you know the results.
  9. godspeed06

    DBI

    One last thing, how would I incorporate this into my script. I mean, these values are store in $output, whereas I was call this command via system() Many Thanks!
  10. godspeed06

    DBI

    Ha! Will run this first thing in the morning and let you know the outcome.
  11. godspeed06

    Creating FTP Accounts

    NullTerminator, does this module work in Solaris enviroments as well?
  12. godspeed06

    DBI

    Ok, here is the deal. I am able to run the system() command in the shell successfully. However, when running this via the script, the results are null, meaning there is no log file. Is there a way to tell perl to wait until system() command completes between each iteration?
  13. godspeed06

    DBI

    George that worked! This time it run with no error, except my expect output was not written the file specified at the end of command line utility. Is there a way to get the results? Thanks!
  14. godspeed06

    Practice Perl

    Thanks, everyone!
  15. godspeed06

    DBI

    George, please see the script below: #!/usr/local/bin/perl -w use strict; use DBI; use Data::Dumper; # Connect to Oracle database, making sure AutoCommit is # turned off and potential errors are raised. #Configurations my $log_dir = "tmp"; my $log_file = "err_user_log.txt"; $ENV{PATH} =...

Part and Inventory Search

Back
Top