Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   how can i retrieve a single row from JTable using jython (http://www.velocityreviews.com/forums/t319017-how-can-i-retrieve-a-single-row-from-jtable-using-jython.html)

sameer 06-30-2003 11:43 AM

how can i retrieve a single row from JTable using jython
 
hi guys,
plzz give ur valuable suggestion for the following problem.....

my objective is to retrieve a row from jtable using jython
scripting.so i started from jython where i mentioned connection and
with the help ofcursor ,retrieve records from table. then import(let
mytable.class)class file into jython. from this i get all the data
from table.means the whole table i get from database.now when i will
click a row ,i have to get the whole data of that row.for that i
wrote listselectionlistener,but when the program is running only it
gives the first row and after that when i clicked any other row i
didn;'t get anything.means by default,when the constructor is called
it is fired only once and after that it is not executed.


plzz help me how can i get any row when i will clicked .is there any
other listener or ..any thing
it's urgent..

best regards,
sameer


All times are GMT. The time now is 08:00 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57