Re: Disabling a key

2007-02-20 Thread Jack Skelley
John: Intercept the key closure in the KeyPressed Event of the grid column object. Regards, Jack Skelley John J. Mihaljevic wrote: > Hi all, > > I want to prevent a certain key (in this case, DNARROW) from being used by > my users in a certain column of a grid. I was going to set up a simple >

Disabling a key

2007-02-20 Thread John J. Mihaljevic
Hi all, I want to prevent a certain key (in this case, DNARROW) from being used by my users in a certain column of a grid. I was going to set up a simple procedure called DONOTHING.PRG that contained only RETURN .T. and put ON KEY LABEL DNARROW DO DONOTHING.PRG in the WHEN method and ON KEY LABEL