Hi guys! I have a pageframe that contains 2 pages. page 1 contains text boxes of my table fields. Page 2 contains a grid that lists all the records of the same table. What I want is when I double clicked on a record in a grid it should goes back to page 1 and display the values of the fields of the record. I already put the following in the double click event of my grid:
thisform.pageframe1.activepage=1
thisform.pageframe1.page1.refresh()
Double click works if I clicked on the blank row of the grid but not on the row with values. But it only the values of the first record is being displayed in page1. What I want is double click should only work in a non-blank row. Any ideas?
thisform.pageframe1.activepage=1
thisform.pageframe1.page1.refresh()
Double click works if I clicked on the blank row of the grid but not on the row with values. But it only the values of the first record is being displayed in page1. What I want is double click should only work in a non-blank row. Any ideas?