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 nsbasic-ce@yahoogroups.com, "George Henne" <gh@...> 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
> >
> >
> >
>