I'll try that soon as I get back, Tony. (Yes Windows 2k)
What I meant by directory is that I get a few hundred lines zooming through the command prompt. Good to hear from you. Thanks very much.
Installed the latest xampp last night by (backing-up and) clearing out the old first.
But MySQL isn't obliging. The command prompt says' 'Can't connect to MySQL server on localhost'
I tried a mysqld-nt --install and the command prompt says it is installed.
When I offered mysql\bin 'mysql...
Hi Vragabond,
I tried all ways to get to the FAQs, even going to the index page and trying to get there by adding the id for that question. Must be our timeouts here, sorry.
Thanks very much for the code.
Vragabond, do I not have to define in some way which of the Next pages is Next?
It...
Very sorry, Vragabond.
(The FAQ page seems no longer available, unfortunately.)
My question is how to code to change to the next page, (or back to the previous page) on a website.
In essence, if this page is id=1 then the Next page you want is id=2, and if this page is id=2 then you want page...
With Back and Next at the bottom of 9 webpages, I would like to be able to say s o m e t h i n g like
if($id == '1'){
<a href="../parents/sip2.php>{
if($id == '2'){
<a href="../parents/sip3.php>}
... and that sort of thing for the 9 pages.
Then I would like to do the same for Back (But I...
No. The answer is 'no', drat.
I'm trying to apply the function to the field DailyGrind, so that if the criteria is met, it will show "Available".
But if the situation is false, it will just show what it currently displays.
It won't work of course using the field's name, and with an alias, it...
Hi PH
Works well, thank you.
Is it possible to say that if it doesn't meet the IIf criteria, leave the field reading as it presently does, please?
Would be good to use it in a combo box situation. Cheers.
PH
You make it look so simple. I've suffered over this one. Very grateful indeed for your direction, and it looks as if for the answer as well. Thank you!
Dear God, PHV,
I've looked at it at every possible angle (but the right one obviously) and I just don't see from my examples how I can bend the immediate if function round to suit this. If you can, I would be grateful indeed for your help.
Despairing of the Web
I want to create this in the query that feeds a subform, frmMatrix.
If [DailyGrind] = "Dismissed" And [Sacked] = "Unsacked" Then [DailyGrind] = "Available"
Be most grateful for some guidance.
...working.
Be most grateful for guidance, please.
Code 1:
<?php
//display individual records
if($id) {
$result = mysql_query("SELECT * FROM maystu WHERE MayID=$id", $db);
$myrow = mysql_fetch_array($result);
printf("<h4>%s\n</h4>"...
If the field, LastJobEndDate, is more than 28 days old, a message should appear in field DailyGrind 'Available'.
For some unknown reason, this sub won't change the message. H e l p, please Experts.
Private Sub Form_Current()
If Abs(DateDiff("d", LastJobEndDate, Date)) >= 28 Then...
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.