Showing results 1 to 28 of 28
Search took 0.01 seconds.
Posts Made By: abhi287
Forum: Java May 28th, 2008
Replies: 4
Views: 508
Posted By abhi287
Re: J2ME List

ok..

Thnks a lot for reply...
Forum: Java May 27th, 2008
Replies: 5
Views: 630
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
Re: String comparison

I solved the problem using ArrayList

Anyway thanks..
Forum: Java Apr 5th, 2008
Replies: 2
Views: 560
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
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
Posted By abhi287
Re: Display output to excel

can u give me some links related to Jasper Report Technologies ..
I dont have any idea about it..

Thanks..
Forum: Java Mar 5th, 2008
Replies: 5
Views: 946
Posted By abhi287
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
Posted By abhi287
Re: OPTION problem

Hi all..
thanks for reply..

Problem is solved..
Forum: PHP Feb 27th, 2008
Replies: 6
Views: 426
Posted By abhi287
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
Posted By abhi287
Re: Parse error: syntax error, unexpected $end

i've changed my php locatio as--


<html>
<head>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<body>

<?php
Forum: PHP Feb 17th, 2008
Replies: 11
Views: 1,749
Posted By abhi287
Re: Parse error: syntax error, unexpected $end

I m still getting the problem..

i've checked php.ini
All the settings are correct..

But it is happing so.. Is there need extra setting while uploading the php..

plz help..
thanks..
Forum: PHP Feb 16th, 2008
Replies: 11
Views: 1,749
Posted By abhi287
Re: Parse error: syntax error, unexpected $end

I dont know about that..

How to check that??
Forum: PHP Feb 16th, 2008
Replies: 11
Views: 1,749
Posted By abhi287
Re: Parse error: syntax error, unexpected $end

Actually i m getting this error when i upload my page on the web..
insted when i run this on my pc, it won't generate any error..

So what can i do..

plz help..
thnks all...
Forum: PHP Feb 16th, 2008
Replies: 11
Views: 1,749
Posted By abhi287
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
Posted By abhi287
Re: Class inheritance

How should i pass them as arguments ..
can u give me example
Forum: Java Dec 14th, 2007
Replies: 8
Views: 598
Posted By abhi287
Re: Class inheritance

i m writting in simple English
Forum: Java Dec 14th, 2007
Replies: 8
Views: 598
Posted By abhi287
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
Posted By abhi287
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...
Showing results 1 to 28 of 28

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 3:36 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC