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: cal555
  • Order by date
  1. cal555

    trying to gaet my timer app to Beep

    I got this to work.
  2. cal555

    trying to gaet my timer app to Beep

    Hi, I have a simple timer app that works, but I tryed to put an API Beep prodedure in it. I am not sur why but it is not beeping and not erroring. At the end of the time it goes into the if statement and displays my message, goes through the Beep; but does not Beep. I also tried puting it in...
  3. cal555

    trying to query between current dat and the end of month

    Hi thanks for you help. The columndid contain date but I mistakenly had it in text format, that is working now. Thank you
  4. cal555

    need help with JDBC

    Yes, it is the get connection and as I said in the question, it is also stmt.ExecuteQuery(sqlCmdString). Theses are on lines 12 and 20. in the information that the company gave me and a book that I have this should be all I need, but it must be missing something.
  5. cal555

    trying to query between current dat and the end of month

    Thank you for your help that looks like it shoud do it, but unfortunantly it is not working; it returned nothing back. I have these dates: Date March/17/2007 March/21/2007 March/15/2007 March/15/2007 March/24/2007 March/29/2007 and as of today I am looking for it return Date March/17/2007...
  6. cal555

    need help with JDBC

    Hi, I am learning java for my job, and they are starting to show me JDBC and we use SQL Server for a database. So I am trying to get a simple progam to work.ich retuns the customers addres form the database; but it is geting stuck on the line DriverManager.getConnection and the line...
  7. cal555

    trying to query between current dat and the end of month

    hi. I have a Field that has dates, in the mmmm/dd/yyyy. I want to write a wuery that will give all dates between today through the end of the month. I am trying something like this but I am not sure how to fully write it. Between (Format(Date(),"mmmm/dd/yyyy") And Date()) Any ideas I would...
  8. cal555

    Giver users Read only rights except for one form

    Hi, I am not sure if you looking for anything beond this, but in the properties of the form you can select (yes/no)as to weather the user will be able to Edit, delete, or make additions to the controls on the form. You can also, by selecting any indivdual control select enable or lock in the...
  9. cal555

    Shape object

    Hi I have developed forms in Vb and Access VBA, but I am not sure what you mean by a key; unless you mean a primary key in a table. However, simulate a lot of what you can do in Access, that is using databound controls. I feel that hte best way to go is to use ADO connection strings and SQL...
  10. cal555

    Trying to find an item in a table and report back if it is found.

    Thasnk You Itryed what you said using the EOF and that worked. Thank you
  11. cal555

    Trying to find an item in a table and report back if it is found.

    Hi, I am trying to find an item in a table and report back if it is found. I am workin gin Access 2003, and if possable I want to stick to using ADO. The code I have below I thought would do it, but it does not work. With this set up I get an error saying that I am either at the BOF or EOF or...
  12. cal555

    A problem with IE adn PDFdownload

    thanks I could try that I suppose, but I am not having any other with Adoby files. I jsut hopeing there is a security feature in IE that I have to adjust.
  13. cal555

    A problem with IE adn PDFdownload

    Hi I have IE 6.0 adn If I am at a site that has a pdf they want me to open or download I get an error as occured and it ask me if I want to send a report to Micro Soft. I think it is some setting that I need to change, but I can not find what it is. Does anyone know what I can do? Thank You
  14. cal555

    tring to create a textbox dynamicly

    ok Butthis si a VBA question and that would be multiple posting, and I would not want to violate tek-tips rules. Unless someone from tek-tips say I could do this. Thank you
  15. cal555

    tring to create a textbox dynamicly

    Hi I have an Access 2003 app that I am building and need to create controls based on what a user selects in a list box. So if the list box has three entries and the the user picks number 2, I need to create teo text boxes. If they pick three then create three boxes. I did this along time agoe...
  16. cal555

    Checking for a version of Office

    Thank you that did it.
  17. cal555

    Checking for a version of Office

    Hi, I need away to find out, in an app that I am developing what version of Office(not the Opporating system) the user is runing. Is there an API or something I can do to test or evaluate the user Office the user is running. For example, some of my users are using Word97 and some are using Word...
  18. cal555

    Need help getting data from a listbox

    Thnk you everyone, I did get it ot work. Thank you
  19. cal555

    Need help getting data from a listbox

    Thanks for your help, but listpos.list(i) does not seem to be allowed and I have tryed looking at selected properties and nothing seems to be working there either. But I think there has to be a way to do this is n't there?
  20. cal555

    Need help getting data from a listbox

    hi, I tring to get the items that a user selected in in a list box. These are hard coded values in the box(they do not want to use a table). They want them to be able to select more than one itme. So I need to be able to grab and store the text in an array or variables. I have this code but so...

Part and Inventory Search

Back
Top