Hi Gurus,
I have a table view which is having a button called "Approve". Once its clicked, a popup should be opend with OK and CANCEL. If I click on OK, it has to take the particular row, which is selected from the table view, and update the Dictionary table. It is working fine without popup ( like once the approve button is clicked am taking the row values thru get_static_attributes, and updating the ztable.) But If I put the same statement in OK event handling of POPUP, its not wokring and throwing an error "Access via 'NULL' object reference not possible. " Please suggest me how can I fix it.
Thanks,
David.