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 IamaSherpa 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. Fayeby

    Help: disappearing numbers!

    Hi I am filtering a spread sheet with alist of cusips (alphanumeric codes) but I have one code which is purly numeric and everytime I run the filter It is there but leaves a black in the cell where the cusip is meant to appear. Here is the code. ublic Sub CreateFilteredCusipsResultsTable()...
  2. Fayeby

    Return Statement

    Thanks - simple when you know how isn't? Why do books never tell you the easy stuff! :)
  3. Fayeby

    Return Statement

    I have been told that I can use a return statement to return to page from and if statement. But i just keep getting premature end of script headers. Can anyone offer a solution as I only need the if part of the statement and then I want to get out of it. Cheers Faye if ($DBI::err) {...
  4. Fayeby

    Return statement

    I have been told that I can use a return statement to return to page from and if statement. But i just keep getting premature end of script headers. Can anyone offer a solution as I only need the if part of the statement and then I want to get out of it. Cheers Faye if ($DBI::err) {...
  5. Fayeby

    Sending multiple updates and putting them into a database

    :( [ponytails2] I am really stuck. I am trying to post through a number of values (updates) into a database. I have them numbered in oder to pass them through to the next page using $loop. See: $FORM_TEXT .= &quot;<FORM NAME=\&quot;ModifyAttributes\&quot; \n&quot;; $FORM_TEXT .= &quot...
  6. Fayeby

    Running Javascript in CGI

    I have actually managed to solve this problem now. Thaks to everyone that took a look. Faye Here is the up and running CGI: #!/app/perl5005/bin/perl # Ensure that Perl can see the DBI module... push (@INC, $ENV{'WORKFLOW_PATH'} . &quot;/lib/site_perl&quot;); use DBI; use CGI; require...
  7. Fayeby

    Running Javascript in CGI

    I am very new to the following: Programming, Perl, CGI's and Javascript. Hence I have a very big problem on my hands! I am trying to get the submit buttons on this page to display a confirm &quot;are you sure?&quot; when clicked but I cannot get the Javascript bit to work. If you comment it out...

Part and Inventory Search

Back
Top