How are you creating the grid? Are you using AddObject in your code, or is it being created as part of your form?
>I try again and events "click" only work on Default Form, if I try this >on other Form not work, I not get any error messages > >EMERSON VIER > >--- In [email protected], "George Henne" <g...@...> wrote: >> >> There is not enough info here to give much help. >> >> Have you added a grid object named "grid" to your project? >> >> Do you get any error messages? >> >> >I use the sample grid.nsb and includ the code >> > >> >Sub grid_Click >> > >> > Dim Linha >> > Dim Coluna >> > Coluna = grid.col >> > Linha = grid.row >> > MsgBox Grid.TextMatrix(Linha,Coluna) >> > >> >End Sub >> > >> >This work very well. >> > >> >I include this code in other project, this not work, not any >information;... >> > >> >EMERSON VIER >> > >> > >> > >> > >> > >> >------------------------------------ >> > >> >Yahoo! Groups Links >> > >> > >> > >> > > > > >------------------------------------ > >Yahoo! Groups Links > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en -~----------~----~----~----~------~----~------~--~---
