A customer asks an interesting question on the JDeveloper Discussion Forum about how to create a Swing panel that initially appears without executing the query of its bound view object, allows the developer to enter a value into the panel to be used as a bind variable value, sets the value of the view object's bind variable using that value, and displays the results in a JTable.
I've added Example #53 -- unimaginatively titled "JClient Panel Allowing User to Supply Bind Variable Before Executing Query, Showing Results in JTable" -- to my not yet documented examples page showing how to accomplish this.
1:24:53 PM
|