---Gustavo Gonzalez wrote: > I'm new to J. I have written some code in it and it seems wonderful. > What I want to know is how do I use de grid options. Say you > have de following matrix m, and you call grid: > > grid m > > and the grid is displayed, but how do I trace the actions of > the user. I mean how do I know which cell did he clicked on?
I don't think you can do what you want using the verb "grid". I think you need to create a custom form using the jzgrid class and define a custom gridhandler. Maybe studying the griddemo2.ijs script on the following page will help. http://www.jsoftware.com/jwiki/Grid/Class ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
