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!

Search results for query: *

  • Users: glwong
  • Content: Threads
  • Order by date
  1. glwong

    String replacement with spaces and single quotes

    I wrote a perl script to replace a line of javascript code I have in over 50 files, but since there are single quotes in it, I am having trouble. any suggestions would be great. Line I'm trying to change addItem('  Solutions'...
  2. glwong

    Accessing a form value w/a Space in it's Name

    I am trying to reset the value "Online HelpDate" when a check box is clicked, but because it has a space in it's name it doesn't work. <input class=smallFont checked=checked type=checkbox name="Online Help" value="Online Help" onclick="document.mainForm.Online HelpDate.value=''"> I've...
  3. glwong

    Dynamic Variable question

    I am creating dynamic variables using the following code: i=0 while (...) execute("Var"&i&"= Y") i = i +1 next the problem is I don't know how to check the value of that variable later on in the code, right now I'm doing this, but don't think it's working i=0 while(...) if...
  4. glwong

    Static Variables?

    glwong (Programmer) Mar 24, 2004 Hi, I'm not sure if this is the right forum but I am new to ASP and VBScript, I am trying to create a form table that allows the user to add rows dynamically to it but I can't seem to get the variable to work correctly, it keeps reseting to the input field. I...
  5. glwong

    Static Variables?

    Hi, I'm not sure if this is the right forum but I am new to ASP and JavaScript, I am trying to create a form table that allows the user to add rows dynamically to it but I can't seem to get the variable to work correctly, it keeps reseting to the input field. I, in essence need the equivalent...
  6. glwong

    Static variables?

    Hi, I am new to ASP and have a background in Java programming, I am trying to create a form table that allows the user to add rows dynamically to it but I can't seem to get the variable to work correctly, it keeps reseting to the input field. I, in essence need the equivalent of a static...
  7. glwong

    Static variables?

    Hi, I am new to ASP and have a background in Java programming, I am trying to create a form table that allows the user to add rows dynamically to it but I can't seem to get the variable to work correctly, it keeps reseting to the input field. I, in essence need the equivalent of a static...
  8. glwong

    Unix Signals/alarm question

    I am writing a program which uses UNIX timers and signals. My program also implements third party software which has it's own signal handler. When my timer expires and sends a SIGALRM signal it goes to the third party software's signal handler instead of my own. The third party's signal...
  9. glwong

    global variabe in Java?

    How can I make a variable declared in one class visible in another class? Thanks, Greg
  10. glwong

    Pattern Matching - Using a variable

    I am storing a line of charcaters in a variable ($line) and am trying to search a buffer for the pattern. I have two issues, 1) The buffer contains $line but it is preceded by extra characters (for example 123456$line) 2) Is there a way to search the buffer using the variable ($line)? In...
  11. glwong

    Unresolved Symbol / core dump

    I am compiling a large program using third party libraries (Tibco, Rogue Wave). I get my progrm to compile, but when I try to run the executable I get the following error and it dumps core. /usr/lib/dld.sl: Unresolved symbol: cout (data) from /usr/tibco/sdk/lib/libmaverick32.sl...
  12. glwong

    dld.sl Unresolved Symbol

    I am compiling a large program using third party libraries (Tibco, Rogue Wave). I get my progrm to compile, but when I try to run the executable I get the following error and it dumps core. /usr/lib/dld.sl: Unresolved symbol: cout (data) from /usr/tibco/sdk/lib/libmaverick32.sl...

Part and Inventory Search

Back
Top