SelectionChanged work in desktop, but not in ppc??

laiyilam

Member
Licensed User
Longtime User
Hi,

I have a table called tblDiary. I wanted to catch the row number when it is tapped and show that record in another form for editing.

Codes:
Sub tblDiary_SelectionChanged (ipcColName, ipnRow)
gnDiaryRow = ipnRow ' for Edit/Delete
frmDiary.show
End Sub

The above codes work fine on desktop. Unfortunately it did not work in device.

Any idea?:sign0085:

Thanks, Paul
 
Top