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 SkipVought 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: *

  • Users: kupe
  • Order by date
  1. kupe

    Kiss of life wanted for mysql

    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.
  2. kupe

    Kiss of life wanted for mysql

    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...
  3. kupe

    Using 'if' for Next Page in site

    That works really very well, Vragabond. Very much obliged to you. Cheers.
  4. kupe

    Using 'if' for Next Page in site

    Cheers, Vragabond, many thanks.
  5. kupe

    Using 'if' for Next Page in site

    Vragabond, could I ask you how to set the limit to the number of pages, the limit of the IDs, please?
  6. kupe

    Using 'if' for Next Page in site

    Brilliant, Vragabond! Works a real treat. (PHP has to be close to magic.) Appreciated very much, thank you.
  7. kupe

    Using 'if' for Next Page in site

    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...
  8. kupe

    Using 'if' for Next Page in site

    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...
  9. kupe

    Using 'if' for Next Page in site

    Braces back to front on line 3, sorry.
  10. kupe

    Using 'if' for Next Page in site

    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...
  11. kupe

    Coding a query

    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...
  12. kupe

    Coding a query

    Hi PH And putting the field in square brackets like that means don't change it if the true condition is not met, please?
  13. kupe

    Coding a query

    Thanks, Crowley16, but can you have it so that the existing entry remains if the true condition is NOT met, please?
  14. kupe

    Coding a query

    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.
  15. kupe

    Coding a query

    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!
  16. kupe

    Coding a query

    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
  17. kupe

    Coding a query

    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.
  18. kupe

    Split the article into pages frustration

    I have two lots of code. One lists articles for display, and click on the item and that story appears. It works well. If one of the stories is long, I want it to appear bit by bit, or page by page, using the term [PAGEBREAK]. This code works fine. But – being short of knowledge – I don’t know...
  19. kupe

    Change textbox word problem

    Looks a great improvement on mine. Thank you very much, mp9. Cheers
  20. kupe

    Change textbox word problem

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

Part and Inventory Search

Back
Top