Problem of MySQL query : Can't get the correct data
Hi,guys. Now I got two tables which is temp_monthly_sales_stock and con_sales. temp_monthly_sales_stock is a temporary table that I created to store temporary data. Now the problem is I want to update...
View Articlehow to get data in database between two dates using datepicker
Dim conn As New ADODB.Connection Dim rs As New ADODB.Recordset Dim dfrom, dto As Date dfrom = DTPicker1.Value dto = DTPicker2.Value conn.Open "bwais" rs.Open "select StockNo,NameOfItem,Unit,TDate from...
View Article2D jumping sprite problem
I am making a 2D game where you can jump and shoot and so on. I made a function in my "Player" class called "Jump" and it looks like this: public void Jump(Player player1) { if (setJump == false) {...
View ArticleHow to make a variable that can contain 'flags'
Like the title says, I want to make a variable in my classes that I can pass bitwised flags to like I have seen in OpenGL. So I can do stuff like: class Dude { protected: ThisIsTheVariable flag; //...
View Articlevb problem: index bounds
I have this piece of coding; LineToDisplay = LineToDisplay & NameandAge(Row, Column) & "", but it says that the index is out of the bounds. what can I do to fix this ?
View Articlehow to resolve the error java.lang.ClassNotFoundException: oracle.jdbc
All im trying to do is inserting data to database [b][b][b][b]front end : JSP back end : Oracle IDE : eclispe Jar files : ojdbc14.jar , classes12.jar have been importedx
View Articleextending classes and variables
Good morning i have to ask something . I have a class extending JFrame . withing the class lets say Main ,i have a button which has a mouselistener and does some things . Now i have to make a separate...
View ArticleVISUAL BASIC PROBLEM
Hi I am new to programming and I need some serious help, I have been asked to create a NETWORK RESISTOR form, so far I have created the design of it but where I am stuck in is when I have to type the...
View ArticleVB.net (Starting Application)
Hi, im trying to compile simple programs in one form and when you click the button it will run the program automatically. Im trying to use this video tutorial, but when i try and click the button it...
View Article4Story Server Files[PROBLEMS]
Hello, Can someone help us with fixxing 4Story Server files? we have source,and working files,but there is problem with MSSQL procedures,and compiling client,I can explain you if someone...
View ArticleHelp on writing code
Im very new to using C. However, I began doing a project, measuring paper thickness, using parallel capacitors, my aim is to display amount of pages between these plates on a LED display. Im using a...
View ArticleForm drawstring problem
Hi all So I have a challenge to use a getpointsize method to find the biggest size font I can use to display a string in a form. I'm guessing as all the other challenges has been to allow the form to...
View ArticleHow to Pause,Halt,Stop a Program
Hello Fellas, I have a question to ask about how to halt,pause or stop a program from running using microsoft visual basic 2010? Sorry but i dont have a code to show ya.... Example i want to halt,...
View ArticleActionListener NullPointerException
Hello, i have a problem with my code, it points out a Java.lang.NullPointerException error if i try to run it, could anybody try to help me? import javax.swing.*; import java.awt.*; //Event brauchen...
View Articleticket booking multiplex management system...?
i m working on multiplex management system so my question is suppose i have a screen there are 50 seats in which suppose 4 seats are book 4,5,6 & 7 so i have taken seats as label when i click on...
View Articlefibonacci loop repeadly ask the user a question unless user enter "
I need help creating a loop.The loop will ask the user for a number in the Fibonacci series. if the user enter 3... the program will print out 2, the program will keep asking the user to enter a new...
View Articlefibonacci loop repeadly ask the user a question unless user enter "
I need help creating a loop.The loop will ask the user for a number in the Fibonacci series. if the user enter 3... the program will print out 2 in the Fibonacci series, the program will keep asking...
View ArticleRequesting Basic Program for VB.NET
I'm currently in Programming 1. Its the first class I've ever done programming and its online. I'm EXTREMELY tired of it and just want to get it over. I'm posting this because I'm wondering if anyone...
View ArticleJava Access Specifier issue
package MyPack; public class Bank { protected double bal; protected String name; public Bank(String s, double ba){ name=s; bal=ba; } protected void show(){ System.out.println("The name of the Customer...
View Article