Hello,
I have a Listx SSDBGrid. When I selected a record.....
Sub Listx_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button <> 2 Then Exit Sub
cmdAction_Click
End Sub
Inside cmdAction_Click there is a Case statement to tell it what to do. Here is Doqery, it goes to the server to gather data and verify transaction.
It works fine until when it comes to finalize, it pops off the selected transaction and jumps all the way back to the top of the first row of the Listx, in turn causes the transaction to fail.
Any sugestion will be appreciated.
Thanks,
Ann
I have a Listx SSDBGrid. When I selected a record.....
Sub Listx_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button <> 2 Then Exit Sub
cmdAction_Click
End Sub
Inside cmdAction_Click there is a Case statement to tell it what to do. Here is Doqery, it goes to the server to gather data and verify transaction.
It works fine until when it comes to finalize, it pops off the selected transaction and jumps all the way back to the top of the first row of the Listx, in turn causes the transaction to fail.
Any sugestion will be appreciated.
Thanks,
Ann