I have a web site with and "Events" button that, when clicked opens a page called events.php. The events.php calls the calendar.pl file using this script:
<?php
header("Location: http://www.crownpointcc.com/cgi-bin/calendar/calendar.pl");
?>
In IE, the script fails when the event.php page is...
I have a web site with and "Events" button that, when clicked opens a page called events.php. The events.php calls the calendar.pl file using this script:
<?php
header("Location: http://www.crownpointcc.com/cgi-bin/calendar/calendar.pl");
?>
In IE, the script fails when the event.php page is...
I have a column that lists out combined blood pressures that contain data such as this: 130/80, 98/110, 130/100, 98/80. Using CRXI, I need to parse out the systolic (On the left side of the /) and diastolic (on the right side of the /). Specifically, I need to highlight the blood pressures...
I have a formula field that is providing values of yes or no. I need to count the number of yes in the field. Not having any luck getting count to filter out the n's. Any ideas? Thanks!
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.