• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Display data from combobox into Table

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I have two files - View.java and Search.java. The file View.java has four fields each having a combo box, so the user has to select any option from the drop down list from any combo box and click the search button. That click event displays all the records into a table(on the next window - i.e. Search.java) based on the selection of the values in the combo box on the previous page(i.e. View.java), also i want to add a check box column in the table, and if the user checks the check box and clicks open button on that page, it should consider all the values in that row and display it when open it in the edit mode(i.e a window - Edit.java). Can someone help me with this how can I do it? I am really stuck here.


Thanks,

Pooja
 
We can walk to school together. And we can both read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic