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()...
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) {...
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) {...
:( [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 .= "<FORM NAME=\"ModifyAttributes\" \n";
$FORM_TEXT .= "...
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'} . "/lib/site_perl");
use DBI;
use CGI;
require...
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 "are you sure?" when clicked but I cannot get the Javascript bit to work. If you comment it out...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.