I'm using foxpro 9.0, but made the form in 6.0. Now that it is in 9.0, all the grids in my forms no longer work. When I try to edit the grids, I cannot click on them. but if I browse and append records then I can view those records when I run my report, edit them, but I can't add any other. In my double clik event for the grid's text box I have
this.SetFocus()
APPEND BLANK
this.valu = thisform.textbox1.value
thisform.Refresh()
why cant i add another record?
samalia
this.SetFocus()
APPEND BLANK
this.valu = thisform.textbox1.value
thisform.Refresh()
why cant i add another record?
samalia