Debug
How to debug an SQL Stored Procedure?
Answer Question
| November 16, 2012 1:14 PM
SQL, SQL procedure
How to debug an SQL Stored Procedure?
Common java class from different class.
I have x.java , y.java etc .. I have scheduled this javaclass in some schudeller , now I want consolidate all the class into single one and how do i schedule it , can you please help me out
Answer Question
| November 14, 2012 1:30 PM
Java
I have x.java , y.java etc .. I have scheduled this javaclass in some schudeller , now I want consolidate all the class into single one and how do i schedule it , can you please help me out
Webpage for Braille
Hi, Please find the details below. We have a website running already (developed with Microsoft Asp.NET technology) Now, the requirement is that, a blind user, using Braille keypad/devices must be able to use this website. The question is, what’s needed for a website to support this? Please suggest. Thanks in advance, Bhavnik
Answer Question
| November 12, 2012 8:45 AM
ASP.NET, Website accessibility
Hi, Please find the details below. We have a website running already (developed with Microsoft Asp.NET technology) Now, the requirement is that, a blind user, using Braille keypad/devices must be able to use this website. The question is, what’s needed for a website to support this? Please suggest. Thanks in advance, Bhavnik
Algorithms and Flowcharts
My personal studies (Research Questions) Question 1. Write an algorithm and draw a flowchart to find the average of the set of ten random numbers. Question 2.Write an algorithm and draw a flowchart to find the sum of all odd numbers between 0 and 50. Question 3. Write an algorithm and draw a flowchart for [...]
Answer Question
| November 12, 2012 3:38 AM
Visual Basic
My personal studies (Research Questions) Question 1. Write an algorithm and draw a flowchart to find the average of the set of ten random numbers. Question 2.Write an algorithm and draw a flowchart to find the sum of all odd numbers between 0 and 50. Question 3. Write an algorithm and draw a flowchart for [...]
How to compare between user’s input text letter by letter with a standerd paragraph
How can I do a program that exams the knowledge of a student ,in a way, an empty text box is shown, and he should enter the paragraph learned by heart, after that he should press a button, then if any text (letter or word) is wrong, their color will change into red, to make [...]
Answer Question
| November 8, 2012 6:34 PM
Visual Basic Express 2010, Visual Basic Programming
How can I do a program that exams the knowledge of a student ,in a way, an empty text box is shown, and he should enter the paragraph learned by heart, after that he should press a button, then if any text (letter or word) is wrong, their color will change into red, to make [...]
How can I get rid of the PJL STATUS command from the top of my AS/400 Reports?
I have just installed an IBM4247-003 printer to our AS400 via LAN connection. Everytime a report is printed, the top of the first page has a PJL command. We currently are on V5R2. I created the device as a Type(3812) Lanattach(*IP) Port(9100) MFRTYPMDL(*IBM4247DUAL) SYSDRVPGM(*IBMPJLDRV). The message that prints is below: 12345X@PJL USTATUSOFF -12345X @PJL INFO [...]
Answer Question
| November 7, 2012 9:20 PM
configuration, Header, IBM4247, LAN
I have just installed an IBM4247-003 printer to our AS400 via LAN connection. Everytime a report is printed, the top of the first page has a PJL command. We currently are on V5R2. I created the device as a Type(3812) Lanattach(*IP) Port(9100) MFRTYPMDL(*IBM4247DUAL) SYSDRVPGM(*IBMPJLDRV). The message that prints is below: 12345X@PJL USTATUSOFF -12345X @PJL INFO [...]
Code in Visual Basic
Code: Function SearchDesigner(ByVal strString As String) As String ‘Dim errMsg As String Dim i As Integer Dim strstrString As String = strString.ToLower If Len(strString) = 0 Then Return “” For i = UBound(arDesigner) – 1 To 0 Step -1 Try If strstrString Like “*” & arDesigner(i, 0) & “*” Then arDesignerCounter(i) += 1 Return arDesigner(i, [...]
Answer Question
| November 6, 2012 7:11 PM
Visual Basic 2005, Visual Basic array
Code: Function SearchDesigner(ByVal strString As String) As String ‘Dim errMsg As String Dim i As Integer Dim strstrString As String = strString.ToLower If Len(strString) = 0 Then Return “” For i = UBound(arDesigner) – 1 To 0 Step -1 Try If strstrString Like “*” & arDesigner(i, 0) & “*” Then arDesignerCounter(i) += 1 Return arDesigner(i, [...]
Why is Apple’s tablet market share falling?
IDC’s latest tablet report showed Apple’s commanding lead has fallen from 59.7% to 50.4% in the last year with Samsung and Amazon jumping up considerably. Why is Apple’s tablet market share falling? Will the iPad mini be able to halt its slide?
Answer Question
| November 29, 2012 9:50 PM
Amazon, Apple, samsung, Tablets
IDC’s latest tablet report showed Apple’s commanding lead has fallen from 59.7% to 50.4% in the last year with Samsung and Amazon jumping up considerably. Why is Apple’s tablet market share falling? Will the iPad mini be able to halt its slide?
Key Listener is not working for another object of the JPanel ?
Hi I am writing a game, I have a JMenu and in that i have a JMenuitem ‘play’. Now i want to add replay option in the game so that when i click on ‘play’ my game board should be replaced by another one of the same kind.. I have implemented key listeners for my [...]
Answer Question
| November 5, 2012 2:51 PM
Java, Java development
Hi I am writing a game, I have a JMenu and in that i have a JMenuitem ‘play’. Now i want to add replay option in the game so that when i click on ‘play’ my game board should be replaced by another one of the same kind.. I have implemented key listeners for my [...]
How to print from Web services
I am using webservices to communicate with a third party provider. The provider is sending me a HTML file to the AS400 that I need to print. The file is graphical with company logo. How can I send this file directly to a windows printer?
Answer Question
| November 1, 2012 5:00 AM
AS/400, HTML file, Web services
I am using webservices to communicate with a third party provider. The provider is sending me a HTML file to the AS400 that I need to print. The file is graphical with company logo. How can I send this file directly to a windows printer?
VBA – same time stamp, different cell
I have a macro that runs in the background to apply time stamp to the left of where I modify the cell. So column 2, 5, 8, 11, etc is where I have a dropdown for users to pick, I want the column to the left in the same row to input time stamp. Private [...]
Answer Question
| October 30, 2012 9:49 PM
VBA
I have a macro that runs in the background to apply time stamp to the left of where I modify the cell. So column 2, 5, 8, 11, etc is where I have a dropdown for users to pick, I want the column to the left in the same row to input time stamp. Private [...]
Do until loop help!
I’m trying to figure out how to produce an error message if the person doesn’t enter an actual string when prompted to enter a product code. If they enter the empty string or push okay/cancel without entering the right product code a msgbox is supposed to pop up. I can’t figure it out! This is [...]
Answer Question
| October 29, 2012 10:40 PM
DO LOOP statement, Input box Question, MsgBox
I’m trying to figure out how to produce an error message if the person doesn’t enter an actual string when prompted to enter a product code. If they enter the empty string or push okay/cancel without entering the right product code a msgbox is supposed to pop up. I can’t figure it out! This is [...]
Server Name
Before I can download PHP I need to know what is my server name, such as Apache or something else. I’m using a PC that’s a community computer. How do I find the name of the server?
Answer Question
| October 28, 2012 1:40 AM
PHP, Server
Before I can download PHP I need to know what is my server name, such as Apache or something else. I’m using a PC that’s a community computer. How do I find the name of the server?
how to add jbuttons on canvas in java?
I am developing a computer game using java swing and adding graphics to it. now i want to add a menu list on the canvas like most of the other games. I don’t want to add menu to the menubar . This is my code so far which has a blank screen: import java.awt.*; import [...]
Answer Question
| October 27, 2012 2:45 PM
Java applications, Swing
I am developing a computer game using java swing and adding graphics to it. now i want to add a menu list on the canvas like most of the other games. I don’t want to add menu to the menubar . This is my code so far which has a blank screen: import java.awt.*; import [...]
Oracle10g,VB6.0,dell-laptop,connection error
I have a Dell-Inspiron. when I try to connect VB 6.0 and Oracle 10g, I get a TNS error. I have been getting this error for other dell laptops alone. What change should I make?
Answer Question
| October 26, 2012 1:05 PM
Dell, Oracle 10, VB 6.0
I have a Dell-Inspiron. when I try to connect VB 6.0 and Oracle 10g, I get a TNS error. I have been getting this error for other dell laptops alone. What change should I make?
About looping through combo boxes
I want to loop through my combo box text so that when the same phone number shows up in both of them I can get an alert
Answer Question
| October 25, 2012 6:12 PM
Visual Basic 2008, Visual Basic commands
I want to loop through my combo box text so that when the same phone number shows up in both of them I can get an alert
Can I really convert a Java project into a J2ME project?
I just learned that I can convert a java project to a J2ME project, but there must be some limitations. What are the things I need to keep in mind before developing a Java application, so that later I can convert that project to a midlet project?
Answer Question
| October 25, 2012 3:05 PM
J2EE, J2ME, J2SE
I just learned that I can convert a java project to a J2ME project, but there must be some limitations. What are the things I need to keep in mind before developing a Java application, so that later I can convert that project to a midlet project?
How to integrate Java db with eclipse?
I have downloaded derby plugin and copied all the derby jar files to my project classpath… but still when i right click on my project folder i can’t see apache derby there…why?
Answer Question
| October 24, 2012 4:34 PM
Apache derby, Eclipse IDE, Java ee
I have downloaded derby plugin and copied all the derby jar files to my project classpath… but still when i right click on my project folder i can’t see apache derby there…why?
Php & Sql
This is what i’m getting., can you help? Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘bigapple’@’184.168.193.25′ (using password: YES) in /home/content/77/9984077/html/config.inc.php on line 298 Cannot connect to DB
Answer Question
| October 24, 2012 2:13 PM
PHP/MySQL
This is what i’m getting., can you help? Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘bigapple’@’184.168.193.25′ (using password: YES) in /home/content/77/9984077/html/config.inc.php on line 298 Cannot connect to DB
Setup in VB6
After creating the setup within Visual Basic, I run the application then add some data then the data does not insert into the database. Before setup, the data is added in the database but after setup the data is not stored in the database. How can I solve this problem?
Answer Question
| October 24, 2012 12:04 PM
VB 6, Visual Basic, Visual Basic database
After creating the setup within Visual Basic, I run the application then add some data then the data does not insert into the database. Before setup, the data is added in the database but after setup the data is not stored in the database. How can I solve this problem?





