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 strongm 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. gshirey

    Microsoft Word Output

    Thanks all, I think editing the html in Word may be the solution. I knew if I posted I could save a lot of work.
  2. gshirey

    Microsoft Word Output

    I have a slight delima. I have designed a pretty efficient, easy to use quote generation system for my company. It works great for building routine quotes for customers. It generates an html output based on the salespersons criteria. Lately however, I have seen that more often than not...
  3. gshirey

    update tbl X using data from table Y

    I have the same delima. Please oh guru's answer us!
  4. gshirey

    cgi submit button

    I'm trying to figure out how to get the "submit button" using cgi.pm to send me to a new page, running a new cgi script. Details: I have a user logged in and am asking them what they would like to do now. One of the choices is "Create a Quote for a Customer." I would like...
  5. gshirey

    results from a mysql query using dbi

    Again, Thanks for the help. Though I'm not sure what the fetch is doing, I now have the pieces to format how I would like. This forum has been such a treasure since changing jobs and losing a perl guru to ask questions.
  6. gshirey

    results from a mysql query using dbi

    Another question for the end of the day. A pattern has emerged . . . I spend all day struggling, post at end of day, have answer at beginning of new day. Like the seasons, its great. Thanks in advance. I am now succesfully getting results from a mysql query. However, I am having a hard time...
  7. gshirey

    variables to an sql statement

    Thanks for the help. Indeed it was the <em> around the variable contents that was hurting me. I appreciate giving a question at the end of the day and having good answers in the morning.
  8. gshirey

    variables to an sql statement

    I am trying to pass variables to a mysql statement. The variables were picked up via a CGI form. Somehow the variables just aren't working right. Observe the following: $searchFor = em(param('searchTerm')); $searchField = em(param('field')); my $query; my $query=&quot;select * from address...
  9. gshirey

    apache - CGI - mod_perl HELP needed

    I am working on a Windows 2000 Box and have been trying to get a simple cgi script up and running. Simple enough right? No. Whenever I try to run a simple script, I get an Internal Server Error Page. Upon checking my logs I find the following error &quot;[Thu Aug 16 16:17:35 2001] [error]...
  10. gshirey

    perl cgi with Apache HELP requested

    I am working on a Windows 2000 Box and have been trying to get a simple cgi script up and running. Simple enough right? No. Whenever I try to run a simple script, I get an Internal Server Error Page. Upon checking my logs I find the following error &quot;[Thu Aug 16 16:17:35 2001] [error]...
  11. gshirey

    Red-Hat Resources

    I'm new to the world of Linux. I just installed Red-Hat server on an old PC, however, I cannot get it to read my network card and haven't the first idea of how to do so. Can someone please recommend some web resources that may help me with my problem and understanding red-hat in general. Thanks
  12. gshirey

    Compress::Zlib Troubles

    I am trying to write a script that creates a tar file (using Archive::tar) and then compress that file using the gzip tools found within zlib.pm. I have no trouble writing the tar file, nor creating a gzip file, however, I cannot figure out how to write anything to the .gz file. If anyone...

Part and Inventory Search

Back
Top