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

  1. LittleRedHat

    Search - one popup

    I'm using a form search. (code extract below) It works fine and it's ok that the pages load in the same window ... except I would like just the map to load in a new popup window. Is it possible? <form name="search" id="search"> <select name="search"> <option value="index.htm">Quick...
  2. LittleRedHat

    Insert at index

    I thought I was doing fine until I came to try to &quot;insert at index&quot;. Now I'm lost!!! My Topping and Base Classes don't appear to be causing any problems. The Pizza class compiles. The TestPizza wont compile with ... Pizza1.insertTopping (&quot;cheese&quot;, 40F, 1.5F); It gives...
  3. LittleRedHat

    CIDR equivalent

    Working through a teach yourself book I thought I was getting the hang of things until I came to this question ... For the IP address 10.217.123.7 give the CIDR equivalent. I understand that under CIDR, the subnet mask notation is reduced to a simplified shorthand. Instead of spelling out the...
  4. LittleRedHat

    Using and comparing dates

    I'm at the planning stage for writing a Java application. I have a super class that along with other information includes an expiry date. At some stage I will need to check this against an input date, which will need to be the current date. I have been reading up on dateFormat and Calendar...
  5. LittleRedHat

    Control Tips Not Displaying

    This has me baffled! I have three identical (cloned) forms, with identical buttons and identical control tips. In two forms all the control tips display, in the other some display but some don't. I've double checked and the properties for the buttons are identical. WTA LRH
  6. LittleRedHat

    Variable not variant data type?

    I have created an order form with a sub form based on Northwind. When I attempt to enter a product without first entering the customer I get &quot;You have tried to assign the null value to a variable that is not the variant data type&quot;. (Once ok'd all then runs as intended, i.e my error...
  7. LittleRedHat

    Win XP/Win2k Server versus Novell Netware 6

    I have to produce an in depth report comparing Win XP/Win2k Server and Novell Netware 6. Please can anyone recommend any sites to help the research. WTA LRH
  8. LittleRedHat

    Win XP/Win2k Server versus Novell Netware 6

    I have to produce an in depth report comparing Win XP/Win2k Server and Novell Netware 6. Please can anyone recommend any sites to help the research. WTA LRH
  9. LittleRedHat

    Please can anyone help me change th

    Please can anyone help me change this ... 'build the SQL string FindByNameSQL = &quot;SELECT * FROM MODEL WHERE ModelNo LIKE &quot; FindByNameSQL = FindByNameSQL + &quot;'&quot; + Me.FirstCriteria + &quot;*'&quot; FindByNameSQL = FindByNameSQL + &quot; AND MakeNo LIKE&quot...
  10. LittleRedHat

    return message not number

    Instead of returning 1 - 4 I would like this to return &quot;Do this&quot;, &quot;Do that&quot;, &quot;Do the other&quot;, &quot;Do nothing&quot;. The problem is I don't know/can't work out how. Help would be appreciated. WTA LRH /* Java Class for applying rules relative to the result...
  11. LittleRedHat

    Finding Highest &amp; Lowest inputs

    I am trying to write a program that, following user input (user determines no of samples), 1. converts the input to kilograms 2. calculates the average 3. identifies the range i.e. highest and lowest input 4. makes a further calculation based on both the average and the range The input...
  12. LittleRedHat

    Unwanted parameter query

    I have a fully working report, but it is putting up a couple of unwanted/uneeded parameter queries ... leftovers from the original form I have adapted. HELP came up with ... &quot;You deleted a parameter from the query design grid but not from the Query Parameters dialog box.&quot; Assuming...
  13. LittleRedHat

    Type Mismatch

    I'm using exactly the same coding that has worked in other Access databases. The search and reset work perfectly, except that a &quot;type mismatch&quot; error is displayed on the search. Close that and the required/searched record is already displayed. The debugger highlights Set rst =...
  14. LittleRedHat

    Setting the path

    I thought I'd done everything right ... but obviously not! :-( Using Win2k ... At the command prompt this works fine c:\Java>c:\jdk1.3.1\bin\javac Hello.java I've tried to set the path via System Variables as %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;c:\jdk1.3.1\bin but...
  15. LittleRedHat

    Display &quot;thanks&quot; page after submit continued!!!

    Sorry folks. In my excitment at actually getting the &quot;thanks&quot; page to load, I got a bit carried away and effectively closed the original thread. I'm still excited LOL and very grateful to Spewn for getting me back into action after all those getting nowhere hours, but ... (isn't...
  16. LittleRedHat

    Display &quot;thanks&quot; page after submit

    Using a validateForm function as ACTION and MAILTO my form validates and then emails. Following ok/submit, but not cancel, I need to display the &quot; thank you, your form has been received&quot; page. Other than delivering the form by hand and running back to say &quot;thank you&quot; LOL...
  17. LittleRedHat

    Which Netscape for Windows 2000?

    I want to load a version of Netscape for testing purposes. Does anyone know if there any compatability problems between 4.7 and 6.2 and Windows 2000 and if there are how to avoid/work round them? With thanks ... LRH
  18. LittleRedHat

    Back Button doesn't go back/Locate doesn't locate!

    I'm compiling a small site. The Index page uses frames. The &quot;Main&quot; frame includes a thumbnail. Clicking on the thumbnail loads the full size graphic into the &quot;Main&quot; frame. I can href back, but would like to use my own button and onClick javascript. I have my button set up...
  19. LittleRedHat

    Access 2000 to Access/Office XP

    Hi Good Folks! Hope you're all well and happy. As usual running a software generation behind and as always having got lost on the MS site! LOL ... If I write a database using Access 2000, will I have problems transeferring it to the customer's system running Office XP. Many thanks LRH
  20. LittleRedHat

    7.04 Patch Hiccup

    In case it's helpful, I thought I'd post a mention that when I tried installing the 7.04 patch, it hiccuped over a .dll that it said was running and couldn't replace. I tried a switch everything I could think of off and re-run and ended up with a sick system. The odds are that the problem is...

Part and Inventory Search

Back
Top