I have a table that has the following fields From, Subject, Date, Comment. Comment is a memo field, date is well of course a date field and the other two are character fields.
The grid consists of the From, Subject, and Date. I want to list the comment in the Edit box below the grid. I have it setup; however, there can be multiple entries in the grid. As the user moves between the fields I need the editbox to change displaying the appropriate memo field.
It is not working. I have tried using "Thisform.edtComment.Refresh()" in the grid click method, I have also tried "Thisform.edtComment.SetFocus" as well as the combination of the two.
What am I doing wrong?
Thanks again.
The grid consists of the From, Subject, and Date. I want to list the comment in the Edit box below the grid. I have it setup; however, there can be multiple entries in the grid. As the user moves between the fields I need the editbox to change displaying the appropriate memo field.
It is not working. I have tried using "Thisform.edtComment.Refresh()" in the grid click method, I have also tried "Thisform.edtComment.SetFocus" as well as the combination of the two.
What am I doing wrong?
Thanks again.