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 bkrike 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: happyb
  • Content: Threads
  • Order by date
  1. happyb

    What is Clipper?

    Hi, I have a quick question... what exactly is Clipper? I was shown a database driven program very quickly and when I asked what database is used for this DOS based program, I was told that it was 'Clipper'. Now, I have read on the internet and it says that Clipper is a programming...
  2. happyb

    Splitting text in a textarea form

    Hi, I want to take each value that is entered into a textarea seperated by a carraige return, and apply an action on each value. For instance if I put these values in a textarea cats dogs fish I want to take cats, dogs, and fish as seperate values to display on a page like this: Emma...
  3. happyb

    Error connecting to DSN (ODBC) - MS Jet Database can't open file

    Hi, Am I doing this right? Is there something that I am missing? I am trying to connect to an Access database using a simple perl script. All this script really does is test the connection. I keep on getting the error: Error connecting to testdsn Error: [-1032] [] "[Microsoft][ODBC...
  4. happyb

    Sendmail not sending out...timeout connection error

    Hi, I am a complete newbie to sendmail, and I have been given the job to work out why it is not sending emails. I have looked through out the forms and no posts seem to fix my problem...please help :) I created a basic form that uses a cgi script that sends a feedback form to me. I run...
  5. happyb

    Getting IIS Network Password prompt when accessing ASP pages

    Hi, I am running IIS4 on Windows NT. I am getting a Network Password prompt when I am trying to access ANY asp page. I assumed that the directory that initalises/associates asp was restricted, so I opened the folders that hold the asp.dll file: 'system32' and 'system32/inetserv' to read...
  6. happyb

    Getting IIS network password prompt when loading asp pages

    Hi, I am running IIS4 on Windows NT. I am getting a Network Password prompt when I am trying to access ANY asp page. I assumed that the directory that initalises/associates asp was restricted, so I opened the folders that hold the asp.dll file: 'system32' and 'system32/inetserv' to read...
  7. happyb

    Adding Numbers from a text field

    I have looked all over the forums for the answer to my question, but I cannot find anything. I am kinda new to ASP so this may be obvious to you all. So if anyone can help me it would be appreciated. I am trying to add two numbers. One comes from a form field the other comes from a database...
  8. happyb

    Deletinga a database caused problems...why?

    Hi, I recently wanted to clear up some space on my MSSQL 7 Server so I deleted some unwanted databases. I used enterprise manager and right clicked on the database that I wanted gone and chose delete... pretty simple hey? Now, since I have done that I cannot use the enterprise manager...
  9. happyb

    What does evaluate mean, and where is an example?...

    Hi, I am not understanding the evaluate(Stringexpr) function. Can anyone decribe it, or send me to a page with a functional example? I am reading this CF book, and it is not very good. It shows you code examples... but it doesn't show you the result. Thanks happy :)
  10. happyb

    What is the difference between JRE & JDK?

    Hi, Can anyone tell me the substantial differences between JRE and JDK? -happyb
  11. happyb

    Cold Fusion Page not returning INT datatypes

    Hi, I am having trouble with CFServer 4.5 Everytimme that I run a query that has an int as the datatype in one of the table fields, it returns the int as a different datatype, for instance, if I where to select 1 from my product id table, cold fusion would display it as 1.0 Or even...
  12. happyb

    ColdFusion changing INT datatypes to REAL datatypes in select query

    Hi, I am selecting 'product_id' and 'product_name' from a products table in my SQL7 database. The datatype for 'product_id' is int(4) in the sql database. Now, when I tell a coldfusion page to do a select query to display the 'product_name' and 'product_id', the product_id seems to change...
  13. happyb

    Setting actionlisteners to arrays and setting contentpanes to arrays

    Hi Does anyone know how to give add an ActionListener to an array? If I were to add it to a a button I go... JButton button = new JButton; c = getContentPane(); c.add(button) button.addActionListener(Listener); But... how do I add an array ... buttons[]... to the above. When I use...
  14. happyb

    using a JButton array

    can I use a JButton array as a parameter in a method used by another class? I want to bring the JButton array, which happens to have Jbuttons as the values within the array to another class file using addActionListener... but when I try, it won't work... whether I use...
  15. happyb

    Why won't CF process Check Boxes in FORM Tags that aren't checked!

    HI, I am trying to setup a form in CFML (using HTML Form Tags not CFFORM tags), to send a survey to an email address using CFMAIL. I am using check boxes in my form for a user to choose from a number of items. Now they can choose one or many or even none of these items... hence a radio...
  16. happyb

    CFMAIL - Replying

    Hi I need some help replying with CFMAIL tags. I have created code to send and recieve mail through CF tags. Now I want to set it up to Reply to messages that I have in my inbox. Now when I do this CFMAIL does not send the reply. The reason for this is because in order to reply to the...

Part and Inventory Search

Back
Top