Results 1 to 1 of 1
- 04-27-2011, 10:34 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 1
- Rep Power
- 0
how to pass the date selected from the combo boxes on the page to the database ?
hi i want to create a form for doctors to set shift from fromdate to todate. this has to be done on a jframe. I created a webservice with all the methods and added it to the application. I am not getting how to pass the data the user entered on the jframe form i.e to the database. following are the methods. can anyone please help me?
this is my method in webservice.
<soap:Body>
<SetShift xmlns="http://tempuri.org/">
<startDate>dateTime</startDate>
<endDate>dateTime</endDate>
<type>AM or PM or AMandPM</type>
<doctorId>string</doctorId>
</SetShift>
</soap:Body>
i want the user to choose the date i.e combo's of year, month, date and also to select the shift..
Add to karter's Reputation
Similar Threads
-
having issues getting my action listener to listen to my combo boxes
By dbomb in forum AWT / SwingReplies: 12Last Post: 05-04-2011, 09:31 PM -
Comparing two combo boxes
By Wednesday Bass in forum AWT / SwingReplies: 2Last Post: 03-27-2011, 12:28 PM -
multiple combo boxes
By simo_mon in forum AWT / SwingReplies: 1Last Post: 07-22-2010, 11:57 AM -
[SOLVED] Combo Boxes Automation
By dbashby in forum New To JavaReplies: 3Last Post: 03-27-2009, 12:39 AM -
Show Text Fields on combo Box selected value
By smajidali26 in forum AWT / SwingReplies: 0Last Post: 11-29-2007, 09:28 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks