AMIT Posted July 17, 2011 Posted July 17, 2011 I wonder how can I get the data from the row when it was clicked or selected row changed. Do I have to make code in ClientEvents (ExtEvents, UniEvents)? Please, if you can give me a sample code. Thank in advance. Quote
Administrators Farshad Mohajeri Posted July 17, 2011 Administrators Posted July 17, 2011 When you click a row it will become the current row in the Dataset. You access row data using Dataset fields. Quote
AMIT Posted July 17, 2011 Author Posted July 17, 2011 When you click a row it will become the current row in the Dataset. You access row data using Dataset fields. If I use arrow key to change the selected record what should I do. I try to use Afterscroll event of the clientdataset which was in the MainModule but I can't success. Quote
AMIT Posted July 17, 2011 Author Posted July 17, 2011 If I use arrow key to change the selected record what should I do. I try to use Afterscroll event of the clientdataset which was in the MainModule but I can't success. I can use Afterscroll event if I placed it on the uniForm. I had move the clientdataset and datasource from MainModule to uniForm, it work OK. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.