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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.