Forum: Java May 28th, 2008 |
| Replies: 4 Views: 508 |
Forum: Java May 27th, 2008 |
| Replies: 5 Views: 630 Re: Help with "cannot find symbol" error EmployeeInfo employeeName = new EmployeeInfo( "X");
U r passing value to EmployeeInfo object, but there is no parameterised constructor declared in that class.
And also u r keeping the String... |
Forum: Java May 27th, 2008 |
| Replies: 4 Views: 508 Re: J2ME List Hi peter_budo
Thnaks for reply..
About first reply---
I m using Nokia 6600 device..
Currently I can access list items upto 9 by pressing key on keypad.. but i've not written any code for that..it... |
Forum: Java May 27th, 2008 |
| Replies: 4 Views: 508 J2ME List Hi all,
I've two questions-
First
In the j2me application suppose i've a list with no. of items. To select the item between 1 to 9, i can use 1 to 9 keys on keypad. Is thr any way such that i can... |
Forum: Java Apr 11th, 2008 |
| Replies: 0 Views: 193 j2ME help hi all
I m new for the J2ME technology..
I m currentlu using text file to save the data needed for my application as a database..
Then accessing it to store it into Record Store..
But wwhile using... |
Forum: Java Apr 5th, 2008 |
| Replies: 2 Views: 560 |
Forum: Java Apr 5th, 2008 |
| Replies: 2 Views: 560 String comparison Hi
I m developing an application in which i want to compare a String with string[].
Means i m having array of names which i m displaying in a table..Then i m changing some names in table... |
Forum: Java Mar 27th, 2008 |
| Replies: 1 Views: 717 Passing data from one JFrame to another Hi
I am developing an application in which i want to pass the data from one JFrame to another..
Actually what i want is like--
On my first frame i m displaying a blank JTable(Table1)..
Now when i... |
Forum: Java Mar 27th, 2008 |
| Replies: 0 Views: 823 Passing data from one frame to another Hi
I am developing an application in which i want to pass the data from one JFrame to another..
Actually what i want is like--
On my first frame i m displaying a blank JTable(Table1)..
Now when i... |
Forum: Java Mar 21st, 2008 |
| Replies: 12 Views: 717 Re: JDBC problem Hi all
thanks for all reply..
i just want to know how to compare a field in a database with the array..
means suppose i've array of names and i want to access those names from the database other... |
Forum: Java Mar 20th, 2008 |
| Replies: 12 Views: 717 JDBC problem HI
I m using excel as a database..
In my DB i m having fields name and some value assigned to each name..
Now on my jsp page i m generating an array of names by some processing..
Now what i want... |
Forum: Java Mar 12th, 2008 |
| Replies: 4 Views: 618 JDBC Select Hi all
I want to acess the rows from the excel database with first row the maximum value, then next row with less than maximum and then thired row with less than and so on.. from the same... |
Forum: JavaScript / DHTML / AJAX Mar 8th, 2008 |
| Replies: 2 Views: 935 Re: form validation i know the script and hoe to access the input field..
but i want the count for how much fields are entered and then to check if it is less than 20..
so how i'll increase the count if the field is... |
Forum: JavaScript / DHTML / AJAX Mar 7th, 2008 |
| Replies: 2 Views: 935 form validation Hi all
On my jsp page i m having two tables..
first table have 14 rows which takes input type=text.
and
my second table is having 9 rows which also takes 9 inputs.
Thus total 23 inputs on a... |
Forum: Java Mar 7th, 2008 |
| Replies: 1 Views: 236 Form Table Hi all
On my jsp page i m having two tables..
first table have 14 rows which takes input type=text.
and
my second table is having 9 rows which also takes 9 inputs.
Thus total 23 inputs on a... |
Forum: Java Mar 5th, 2008 |
| Replies: 5 Views: 946 |
Forum: Java Mar 5th, 2008 |
| Replies: 5 Views: 946 Display output to excel Hi
I m developing program whose output is like a table which i want to get display into an excel sheet..
Wheather it is possible to display the program output into the excel sheet..
plz... |
Forum: PHP Feb 28th, 2008 |
| Replies: 6 Views: 426 |
Forum: PHP Feb 27th, 2008 |
| Replies: 6 Views: 426 OPTION problem Hi
i m trying to get the values from database and put it into the select options..
i m using code-
<?php
$con = mysql_connect("localhost","cdccpl","d123");
if (!$con)
{
die('Could not connect:... |
Forum: PHP Feb 17th, 2008 |
| Replies: 11 Views: 1,749 |
Forum: PHP Feb 17th, 2008 |
| Replies: 11 Views: 1,749 |
Forum: PHP Feb 16th, 2008 |
| Replies: 11 Views: 1,749 |
Forum: PHP Feb 16th, 2008 |
| Replies: 11 Views: 1,749 |
Forum: PHP Feb 16th, 2008 |
| Replies: 11 Views: 1,749 Parse error: syntax error, unexpected $end Hi all
I m using following code..
<?php
session_start();
if(!isset($_SESSION['captcha'])){session_register('captcha');}
$PHP_SELF = $_SERVER['PHP_SELF'];
$stringa = ''; |
Forum: Java Dec 14th, 2007 |
| Replies: 8 Views: 598 |
Forum: Java Dec 14th, 2007 |
| Replies: 8 Views: 598 |
Forum: Java Dec 14th, 2007 |
| Replies: 8 Views: 598 Re: Class inheritance Thks for reply
sending detail
I am using java swing to develop an application..
class1- which contain some TextFields, TextAreas and buttons. here is a ok button. when i click on the ok, another... |
Forum: Java Dec 14th, 2007 |
| Replies: 8 Views: 598 Class inheritance Hi
i've class project with textfilds id,name.no...
when i click ok here another window (another class) opens with same fields but not editable.
and when i submit here data goes to db.
then how... |