This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 110257 - "Import Data to Form .." wizard should fill all columns into list on Columns tab
Summary: "Import Data to Form .." wizard should fill all columns into list on Columns...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Binding (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-19 10:23 UTC by Jiri Vagner
Modified: 2008-05-05 11:43 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Vagner 2007-07-19 10:23:46 UTC
"Import Data to form .." wizard  should fill all columns into list on Columns tab of Customizer dialog.

Steps:
 - create new java app
 - create new jframe form
 - add jtable component
 - select jtable and invoke popup menu
 - run "Table Contents..." menu item
 - select Bound radiobutton and use "Import Data to form .." wizard to import db table
 - go to Columns tab
 - there should filled list of all avail. imported columns from db table
Comment 1 Jan Stola 2007-07-19 10:26:52 UTC
Sounds reasonable, we should add this functionality when time permits.