I am trying to create a calculated field in access using VBA. I have other code working for regular field types (Text,Number,etc). When it comes to the calculated field, the field is not added to...
I am trying to write a VB Script to do a few things in Excel. I am trying to filter a table based on certain criteria. It is working if I directly specify the table range (where the data is). I...
I have this function I am using which returns all the meta-data from a given website. I am trying to come up with something so that I can search the array that is returned to see if it contains a...
I have a class which extends JFrame. In the class there is a method buildGui(). At the bottom of that method I attempt to add a window listener and window closed event. In the event I do a...
I am trying to get the "Current" value from a combo box. With getSelected Value you actually have to select a value for it to trigger. I have a gui with several tabs. The tabs share a common combo...
I have a jlist that uses an ImageListCellRenderer. I create an icon and pass it an image. Then I attempt to do setListData. Everything compiles fine but no image is displayed.
I am receiving an error: java.lang.NoClassDefFoundError: com/mysql/jdbc/DocsConnectionPropsHelper when trying to connect to the database. The thing is, it is not even an mysql database, it is an...
I am trying to use ADO to connect to an Oracle DB, run a query, and then take the resultset and write the fields out to an array. This array will then be used to compare another...
I am currently working on building a game using the Slick2D engine. I am looking to make an RPG. The engine does not have what I am looking for as far as displaying text goes. I am...
We are not using excel to open DB. We have docs being sent to us from other companies. We are using Oracle Document Capture to listen for them. Oracle document capture, upon receiving these docs,...
First of all Thank You. Maybe I am confused but all I am looking to do have that message box automatically click OK so that the files can be committed into Oracle Document Capture. As of now all of...
I am trying to create a macro that will automatically click OK on a message box that pops up on excel files. This message says "Document 'XYZ' should be opened in read-only unless you need to save...
Can someone just give me a basic idea how to load a maya scene in C++. I just need a basic idea as I don't even have the maya software yet. I just want to be reassured that I can create a 3D scene...
Well the main reason why I hate their series is because every book, no matter what the language uses that stupid grade book example. All the authors do is expand upon this same example as they...
I am looking for a good C++ book to "reteach and refresh" my skills. I have been programming for many years but have not touched C++ in quite some time, probably close to 5 years. The last time I...
Well maybe I should also mention that our prof wants us to have the user of the program be able to enter a string such as 2^2^3,15,2^2. Notice the comma seperated list. This string is what gets...
I know but our prof wants us to implement the RDP just as I have it in the pseudocode. The class is called Theoretical Concepts of Programming Languages. We are studying lexical and syntactical...
I wrote some pseudocode which I think will do the trick. I just need some help converting this into Java. I must use Java for this project. If it were me I would have done this in Perl or PHP,...