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 strongm 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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...
  8. 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...
  9. cal555

    Trying to find out how to access data in SQl server

    Hi, my commpany going to java, currently I am a VB programer, so I am trying to learn Java. We do a lot with Access adn SQL Server databases, sofar I found that the code below works great for Ms Access, but how would I do it if it where a table in SQL Server I wnted to connect to. Can someone...
  10. cal555

    How can I run more than one process at a time

    Hi, I am woundering if this is possable, and if so how I might be able to to do this. I want , in my VB code, kick off a stored Procedure, adn while this is runing the program goes on to the next step. You see this procedure runs quite a number of steps and as it proceeds through each step it...
  11. cal555

    I want to send a float to a TextBox

    Hi I am trying to learn java, because my company is moving to java, and I wrote simple applet that will take an integer multiply it by 2 and send the output to a textbox. This works great, but I cannot find anywhere, how I would do this if it was a float; like if I was computing the tax on an...
  12. cal555

    need help in resolving an error in runing my program

    Hi, I am a contractor an dth earea that I am in i sgoing Java, so I am trying to learn Java. I got a book and am trying to run a basic first program. But when I run the program I get this message: Exception in thread "main" java.lang.NoClassDefFoundError: Saluton/Java and the prrogram in the...
  13. cal555

    Need help with an update statement

    Hi, I have writen this proceedure to update a field to N where it is Null. If the field has an N in it I would want it to leve it an dgo to the next record and so on. Hw en I run the procedure below it first sets this field to NULL for all the records and if I run it again it sets it to N. What...
  14. cal555

    Need help wiht an Update Corsor

    Hi I am trying to get an update cursor to work it is having a problem at the IF statements below I know the I am not writing the code right there, but I do not know how else t put it. basicaly, I want it to put a 2 in the [topic_image_type] field, for any record, that has a 0 in the...
  15. cal555

    Need help with a record set and an ODBC connection

    Hi, I am trying to get this code to work, but it keeps stoping on the cn (Set cn = OpenConnection("", dbDriverComplete, False, scn)) line for the connection to the SQL Server. The error says that the opperation is not supported by this type of object. I got this from a book, As usal I think...
  16. cal555

    Need help on resizing a Datagrid Dynamicly

    I was woundering if there is a way to resize the columns of a DataGrid dynamicly with the size of the text in them at run time. I looked around on the the net and in my books and I do not see anything. Can someone tell me if and how this can be done. Thank you
  17. cal555

    Need help with an Excel formula

    Hi, I made a simple checkbook program, that through a formula will add or subtract to the balance depending if a debit or credit. Check Book Program D E F Date debit Credit Balance 0 10 124.00 4 120.00...
  18. cal555

    Trying to learn how to load a DataGrid for my job

    Hi, I am tring to find out how to code a DataGrid control. I have been asked to incorperate this in a project on my job. I have looked alover the internet and in books and can not find what I need. One of the few things I found uses a Data control. I want to use this with OLEBD connection...
  19. cal555

    How to clear the children of a tree node

    Hi, I have a tree that has topics, so for example in the following: Aouto type Car Suv Sports car Van Truck Motor cycle Aircraft Helo Jet Plain I notice that If I colllaps a level it still is...
  20. cal555

    Need help updating a field with a record number

    Hi, I have a table that has a field that holds a sequential order number in it, that is updated when a new record is added by a VB app. So for example, if the total current records count is a 100, and the app is adding one more, it will find the current number and add one to it; and insert it...

Part and Inventory Search

Back
Top