Hi,

Please help me!

I have VB 6.0 application which is used to extract lock information of a job if any of the user locks it. There is a possibility of a job getting locked in different ways. So when i click on get locks info, its displays the lock info of job in datagrid as below

Job No | Job Type | Job Pid |Job user
123 | A | 222 | Tom
123 | A | 333 | Kat

I am able to pull the above data successfully andnow my question is my application should allow user to select the required row and unlock it, after the unlock is successful, it should remove the row that was selected and display the refreshed datagrid.

Please help me.

thanks,
M