I have had Ubuntu Lucid server running for a few weeks trouble-free but now I get the following error and boot fails:
init: network-interface (lo) pre-start process (741) terminated with status 1
init: network-interface (eth0) pre-start process (744) terminated with status 1
init...
I need to redirect users depending on their response to form input questions (it is a questionnaire and respondents don't have to answer all questions). What is the best way to do it? I have tried a redirect like this:
<?php if ($q1 == "1") Header("Location: index.php?p=q01_02"); ?>
Where...
I have a dropdown list that POSTS to itself and shows a table of paginated links. I can get the first page ok and the URL is correct but no subsequent pages of links. So, for example, when I click on the "next" link I get nothing but the dropdown. What am I doing wrong?
This is the form...
I have a form where one of the fields can have an unknown number of inputs. I need a way for php to count the fields that have been populated and offer a blank field if required. I currently have 20 input fields like this:
<li><input type="text" name="ingredient[]" id="ingredient_1" size="80"...
I have a form with multiple text fields of the same name (ingredient[]). My problem is that I can't get the array into the correct format for the insert query to work.
<form action="index.php" method="post">
<fieldset><legend>bla bla:</legend>
<p><b>Ingredients:</b><input type="text"...
I have a column of dates and a column of numbers that relate to an average number of days. I don't want to use a pivot table but I need to average the number column for each month in the date column.
I have a main report with a linked subreport but I can only see zero values on the main report. I suspect it is a problem with my links as the subreport returns zero records after I linked it.
The subreport (fees1) groups outlays (fees paid) by matter code. eg:
RHb MT-CODE...
I have a crosstab which needs to show a count of cases opened, cancelled and completed for each month by person. However I am counting date fields and if I group by the date in one field, it only returns records from another field if there is data there but I need to count even if there is no...
I have a main report and 3 subreports. I have used running totals to count records in the subreports and return them to the main report using shared variables. I now want to sort the resulting data on one of the formula fields but I get the error "field cannot be summarized".
I am using CR11...
Question
I'm trying to calculate an average cost per report for each person in my main report from 2 subreports; one with total costs per person and the other counting the number of reports per person. Each report can have several costs and the only common field is name. I can calculate a cost...
I am using CR11 and MS Access.
I have 2 separate user name tables; 1 has full name and the other has short name. Every user has both. I want to find records that have different user names between the two fields to find input errors. Obviously a straight comparison does not work.
Sample...
I need to calculate the number of minutes early or late that a service was delivered compared with the date due and time due. It seems like the best way would be to create two DateTime fields and use DateDiff but I can't figure out how to join the fields (other posts seem to be doing it the...
I though this would be relatively simple but can't find any reference to it.
I have a field containing full name and want to extract the surname which is always after the last space and is of variable length. However, there can be any number of spaces.
CR9 and access db.
I am not able to have my record count reset at the correct level. If I move the count, it divides by zero. At the moment it calculates ok at the group 1 level but I need it to reset at group 2 (months).
My report summarises the duration of legal services provided to clients. It is sorted...
I am preparing a summary report that shows the number of days that it takes to complete each case for each month. A service level exists that allows the worst 20% of cases to be excluded from the average days for each month. I have listed each case duration in the details and grouped by month...
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.