Hi in powerbuilder I use this code onder the clicked event
It will get a number from the currenrow. It works perfect, but after deploying the target to my android tablet it's nog working
does the function getitemnumer not work there ?
li_IenR = dw_dier.getitemnumber( row, 'IenR')
messagebox("",string(li_ienr))
Android 7.0
Poerbuilder UNV 17 r2 1769
li_IenR = dw_dier.getitemnumber( currentrow, 'IenR')
messagebox("",string(li_ienr))
This part will work
st_2.text="aangepast" + string(currentrow)
but the second part of the code is working. Zo the currentrow is displayed, zo that works