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 sizbut 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. msmonkey

    New to Perl/Tk - Quickest conversion to GUI?

    I have an interactive Perl application that's intended to run from IE. What is the simplest/shortest way to turn what I now have into a GUI application? If anyone has any suggestions on where to find examples to do this I'd greatly appreciate it! -D.
  2. msmonkey

    Error installing Tk

    When I try to install Tk on Windows XP using PPM I get the following error: "Error installing package 'Tk;': Could not locate a PPD file for package Tk; Does anyone know how to get around this? -Doron
  3. msmonkey

    New to TK - Quickest conversion to GUI?

    I have an interactive Perl application that's intended to run from IE. What is the simplest/shortest way to turn what I now have into a GUI application? If anyone has any suggestions on where to find examples to do this I'd greatly appreciate it! -D.
  4. msmonkey

    "Use of uninitialized value in concatenation (.) or string"

    Does anyone know what would cause the following warning and how to get rid of it? "Use of uninitialized value in concatenation (.) or string" I am using Strict in my module. It happens during the following code: open (INPUT, "expenses") || die "Error opening...
  5. msmonkey

    Table field default value problem

    I was hopeful for a second... I took a closer look at my query but it seems that I'm not using quotes where the default value would go. -------------------------------------------- # SET DEFAULT VALUES, IF NECESSARY if ($form_wait_time eq "") { $form_wait_time = "DEFAULT&quot...
  6. msmonkey

    Table field default value problem

    For MS SQL Server 7: Using Enterprise Manager, I entered a default value for a table field, but I can't seem to get the default value to show up after doing an insert. I saw somewhere that in order for the default to work, you have to give it a value of NULL or DEFAULT in an insert, but all...

Part and Inventory Search

Back
Top