Hai i have using the checkbox in for loop.
I need the urgent help from anyone,
for example in the loop there is having 5 checkbox if i checked 3 of the ckeckboxes and 2 of the checkboxes are unchecked. I need to get the values for checked checkboxes and unchecked checkboxes. Because if i checked the checkboxes, those values need to be inserted into the database. Those for unchecked checkboxes values need to be deleted from...
User Profile
Collapse
-
How to get the values for checked and unchecked chekboxes
-
How to Find the Latitude and Longitude values from the Google Maps
Hai everyone,
I need to find the Latitude and Longitude values for any one of the Particular location from the Google Maps, using pure java class.
I know, it's done by using javascript, but i need to use pure java class not javascript.
If we provide full address of the location or city or state or country or pincode, then we get the Latitude and Longitude values for the particulars in the google maps.... -
ttamilvanan81 started a topic Need Help for Embed Tag to playing all type of video files in any browserin JavaNeed Help for Embed Tag to playing all type of video files in any browser
Hai everyone,
I am working with a Image/Video Application.
I need to display and play any video file in browser. Now i am using the following Embed Tag.
...Code:<OBJECT ID="mediaPlayer" CLASSID= "clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" CODEBASE= "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" TYPE="application/x-oleobject"
-
Need Javascript Help for Display Images
Hai everyone, i am new to javascript.
Now i have doing one Image gallary application. In that application i have upload two images, one for Befor image and another one for after image.
All those images are stored into the filesystem, the images names only stored into the database.
Left side of page: Before Pictures (One picture showing, date, description details).
On picture shown (if there... -
Hello everyone,
No one there for solve this problem.
I need it's very urgent. So please anybody can help me for this thread.
Waiting for replies
Thanks for useful replies. -
hai, please refer the following link, you will get the solution for your problem
In this link also provide to download option for the Tomcat server
http://www.roseindia.n et/servlets/index.shtml
Please visit the link above
Regards
TamilvananLeave a comment:
-
Hai please refer the following links
you will get the solutions for you.
FOR SEND EMAIL
...Code:http://www.javacommerce.com/displaypage.jsp?name=javamail.sql&id=18274 http://www.jscape.com/articles/sending_email_attachments_using_java.html http://www.jscape.com/articles/sending_email_using_java.html http://www.codeproject.com/useritems/Java_Mail.asp http://www.javapractices.com/Topic144.cjp
Leave a comment:
-
If u want to pass the String value as Vector object, like this
otherwise, if u want to pass the vector Element as String object, like thisCode:String name = "ravinttf32"; java.util.Vector vector = new java.util.Vector(); vector.addElement(name); request.setAttribute("sendreqvector",vector);
...Code:java.util.Vector vector = (java.util.Vector)request.getAttribute("sendreqvector");Leave a comment:
-
Slideshow for the images
Hai everyone,
I need to provide the slideshow for the images.
I have upload the images into database. Then i will retrive all the images from the database and provide the slideshow for those images. I have try with the following jsp code.
...Code:<%@ page language="java" %> <%@ page import="java.sql.*"%> <%@ page import="java.sql.Connection.*"%>
-
How to Read the dbf file and write into SQL Server 2005
Hai,
I am doing a Struts application. In this application, i need to read a dbf file(foxpro database file) and it will be write to the SQL Server 2005.
The application administrator will be give the dbf dump file, that dump file will be uploaded by owner's(small(u pdated database) file will be uploaded by administrator at every month).
If the dump file was uploaded, Then We go to export the dump file, as... -
Export Foxpro dump using Java
Hai everyone,
I am Junior level Developer for java.
I need to Export the Foxpro dump file into MSSQL using Java source code within the J2EE Application at Run time.
Can anyone know this, kindly post me,
Thanks
Tamilvanan -
Hai. Am using the following code only for display the Content of mail in Access Form. But the Receive mails are got from Inbox folder at Outlook.
Private Sub Command0_Click( )
command0 and a text field called text1
Dim objApp As Outlook.Applica tion
Dim objItem As Outlook.MailIte m
Dim SndName As String, SndAddr As String, ToName As String, CCName As String
Dim Subj As String, Rcvd As String,...Leave a comment:
-
Fine and Thanks for your replies.
If you know how to Receive Email using Access and Outlook. The Receive Email will be work as follows.
On the receiving end, the user receives the email at the Outlook. When they opens the Email, the message box should have a button called “Save to Access”.
When this button is pressed, a dialog box should pop up where the user can choose a contact name and a job name and click...Leave a comment:
-
Receive Email Using Ms-Access and Outlook
Hai.
I needto Receive Email using Ms-Access and Outlook.
On the receiving end, the user receives the email at the Outlook. When they opens the Email, the message box should have a button called “Save to Access”.
When this button is pressed, a dialog box should pop up where the user can choose a contact name and a job name and click on SAVE
Here contact name and job name are in the access table... -
Thanks.
I already do this steps. But again i have the same problem.
I don't know why this error could be occured.
Thanks
Tamilvanan...Leave a comment:
-
Hai. I have the rights to create the text fiel in my C Drive.
That's no problem for creating the file.
am goes to create a text file, it's creted successfully.
Can u post the any other method.
Thanks
Tamilvanan...Leave a comment:
-
Hai. Thanks for your reply. Am already do that, to Register the COMDLG32.OCX. But i didn't do the Register.
Am tryed what u said as,
The add referance box will register your activeX into the list box on the left pane.
But the Available Reference box list out the control, named
Microsoft Common Dialog Control6.0 (sp3). Then the Same Error Message occured. Then what to do.
Did u meant...Leave a comment:
-
Hai. i am trying to send and receive email using Ms-Access. I am complete the Send Email. But still the attachment pending.
I need the browse button, to browse and select the file, the selected file path was stored in a text box.
Thats why am using the above coding. But if i go to browse and select the file using those code, the selected file content was stored in the text box.
I need only the path will be stored...Leave a comment:
-
Thank you iburyak.
Am change the code as you said. But still i have the problem.
If i have change the code
Text1.Text = Text1.Text & NextLine & vbCrLf
as
Text3.text = sFileName
following error message will be shown.
you can't reference a property or method for a control unless the control has the focus
So i had stuck.
Please post me the details, i am...Leave a comment:
-
Thanks for all your replies.
Now i have access the Common Dialog Control.
But another one problem raised. When i go to Browse and select the file. The file content was stored in the textbox.
But i need to store the file path only. I am using the following code
...Code:Private Sub Command2_Click() Dim sFileName As String, NextLine As String Dim FH As Long With CommonDialog1 .CancelErrorLeave a comment:
No activity results to display
Show More
Leave a comment: