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 Wanet Telecoms Ltd 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: Kathy1
  • Content: Threads
  • Order by date
  1. Kathy1

    Way to remove top window bar that has "X" for close?

    Hi All. Just wondering if there is a way to disable or remove the very top bar of a window that has the "X" for closing option, along with the dash to shrink the window down to the toolbar, and the double-windows to resize it to the original size. Or, is there a way to disable these...
  2. Kathy1

    Can Perl call a VB program or vice versa?

    Hi All. We have some Visual Basic subroutines that access a DB2 database (read/write) and a sequential text file(write). I'm creating some new applications in Perl, and they need use functions exactly like the ones we already have in VB. Is it possible for me to call VB functions from a Perl...
  3. Kathy1

    Perl debugger question

    Hi. We are looking for a good Perl debugger, and our tech services guru has checked out a couple of them. He has indicated that the debuggers he's looked at (this includes Active Perl, Komodo) do not work if the Perl script is activated from a webpage. The script must be activated from an...
  4. Kathy1

    problem with a regex erroring on $1 variable

    I'm having problem with the regex in the following bit of code: #capitalize the first character of the first name $varFirstName = ("First_Name" . $nameSub); $in{$varFirstName} =~ s/\b(\w)/\U$1/g; It is giving me this error: [Fri Jun 15 07:04:08 2001] C:\prod\nameUpdate.pl: Use of...
  5. Kathy1

    simple regular expression

    Hi All. I'm trying to create what I thought would be a simple search pattern using a Javascript regular expression. However, it just won't work, even though similar expressions I've coded in Perl work just fine. Here is my code: <INPUT TYPE=&quot;button&quot; NAME=&quot;Continue2&quot...
  6. Kathy1

    error log file name

    Hi. I hope this is an easy question. I've been trying to find the log file where my Perl errors (STDERR) are going. It is not being obvious. I can redirect them to my own specific error log files, but I need to know where they were going originally, before I redirected them. Is there a .dll...
  7. Kathy1

    program occasionally sticking - place of stick inconsistent

    Hi. Sometimes the Perl programs in my system just 'stick' (aka stop processing) at inconsistent places in the code. By stop processing, I mean they get to a line of code and go no further...no error messages, no nothing...just the poor browser spinning into eternity until it times out. These...
  8. Kathy1

    File read into program isn't all there

    Hi. I have a problem with a subroutine I wrote. It opens and HTML page, reads it into an array, and then writes the HTML page to SYSOUT (the users PC screen). It also inserts variables and stuff that the Javascript in the system needs, but that isn't where the problem is. Anyway, it works...
  9. Kathy1

    goto statement in Javascript?

    Hi All. This might be a silly question, but is there the equivalent of a 'goto' statement in Javascript? Most languages have one, but all the documentation I've gone through, and searches I've done, have turned up nothing of the sort for Javascript. Thanks! Kathy :)
  10. Kathy1

    'die' command won't print error messages

    My 'die' commands have never worked...if a file access really doesn't work, I just get a blank page and then have to go back and put a bunch of: print &quot;you are here1&quot;; type of displays in my code to see where I got to. Here is an example one that doesn't work. (This is for DB2)...

Part and Inventory Search

Back
Top