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 Chriss Miller 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: coolskater49
  • Content: Threads
  • Order by date
  1. coolskater49

    ASP - IF statement help

    I have a a series of ASP web pages that connect to an Oracle database and retrieve data / perform queries. On one page the user enters the query data, then clicks submit, and the ASP queries the DB and displays the results. Currently i have this set-up working for when the user is only...
  2. coolskater49

    unknown error, please help

    hi, when i try to compile and run my code i get the following errors - "FruitMachine.java": cannot resolve symbol: method add (GamesLib.Reel)in class java.awt.Panel at line 54, column 16 this is the code - Panel reelsPanel = new Panel(); reelsPanel.setLayout(new GridLayout(1,3))...
  3. coolskater49

    error in JBuilder

    hiya, im writing a pretty simple application in Java using JBuilder 9. i have 2 .java files in my project, one of which holds a class containing methods i have defined myself, the other holds a class containing a main() method. Within the main() method the user is prompted to enter data, and...
  4. coolskater49

    database window question

    hi... ive set-up a database system using MS Access 2000, ive disabled the database window and all toolbars. I have a form that appears when the database is opened. i know i can access the database window by holding <shift> when i open the database, is there anyway i can open the database window...
  5. coolskater49

    Microsoft Word Macros

    i know it is possible in Excel, but i am trying to assign a macro to a text box in Word. Can anyone help me?? thanks paul.
  6. coolskater49

    Microsoft Access Help

    i have a text box that i want to automatically disable if it does not contain a value and to be enabled when it does contain a value. hope someone can help. thanks.
  7. coolskater49

    Microsoft Access Help

    i have a text box containing a date, and would like the text to change colour if the date is within the next 30 days, is there anyway i could do this?? thanks a lot.

Part and Inventory Search

Back
Top