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!

Recent content by coolskater49

  1. coolskater49

    ASP - IF statement help

    ahhhh....got it now! The problem was with the If right(sql,4)="AND" then sql=left(sql,len(sql)-3) End if For some reason it was not deleting the AND off the end of the SQL statement. So i just deleted that code and replaced it with sql=sql & " catalog_no is not null" Which is an argument...
  2. coolskater49

    ASP - IF statement help

    Yup, i keep checking the file names to make sure ive got it correct and it is called that. The error message i get is - Microsoft VBScript compilation error '800a0400' Expected statement /student/bq219030/DWDS ASP/Cataloguequery2.asp, line 71 End If ^ Im not sure if this END IF is...
  3. coolskater49

    ASP - IF statement help

    Here is the form page where the user enters data which is passed onto the next page (this page works, as i have tried it)- <HTML><HEAD> <TITLE>The Picture House</TITLE> <style type="text/css"> <!-- .style1 {font-size: 11px} --> </style></HEAD> <BODY bgcolor=#FFFFCC> <CENTER><H1>The Picture...
  4. coolskater49

    ASP - IF statement help

    All i get when i submit the data from the previous form is
  5. coolskater49

    ASP - IF statement help

    Thanks for your reply, i have tried your suggestion and i am now using the following code, but it still does not work. Any other suggestions would be much appreciated, Thanks for the help.
  6. 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...
  7. 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))...
  8. 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...
  9. coolskater49

    database window question

    thanks, that link looks really helpfull cheers paul
  10. coolskater49

    database window question

    hi.. thanks a lot, thats really useful, also is there anyway of disabling the database window so that it will not open when <shift> is held while opening the database?? thanx paul
  11. 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...
  12. 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.
  13. coolskater49

    Microsoft Access Help

    does anyone have any new ideas or ideas as to what i might be doing wrong because the text box stays enabled all of the time, no matter what the content is. thanks a lot paul
  14. coolskater49

    Microsoft Access Help

    thanks for your post. i have tried this code yet the vehicle_registration text box is still always enabled. when it is null(empty) it still remains enabled. hope someone can help. paul.
  15. coolskater49

    Microsoft Access Help

    ok, the code shown above does not disable the vehicle_registration text box. when the text box is null(empty) it is still enabled. no error messages are shown and i have no code in the oncurrent event on the form. thanks paul.

Part and Inventory Search

Back
Top