powerbuilder - Composite datawindow get Clicked Row -


i have composite datawindow in nested datawindow label type datawindow. have created userobject using composite datawindow.

in double click event of datawindow want able find out clicked row of nested datawindow. every time double click row variable 1 , getrow() 0.

i doing following:

datawindowchild idw_child   idw_compsite.getchild('dw_child', idw_child)  idw_child.settransobject(sqlca)  idw_child.getrow() //this returns 0  //another try //this returns band row# tabbed separator  //however 2nd page row# returns 0. string ls_band_row  ls_band_row = idw_child.getbandatpointer()  


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -