At 10:54 PM 3/19/2008, Bernard Lis wrote:
I need a refresher on this:How can I prevent the user from deleting a row. in a scrolling region, when they touch the [F9] key?
Here's how: Use the following KEYMAP as Form "On Before Start" Custom EEP: -- Start SET KEYMAP [F9] TO [F12] RETURN -- End Use the following KEYMAP as "On Form Close" Custom EEP to return to the original key mapping. -- Start SET KEYMAP [F9] OFF RETURN -- End That's all there is to it! Very Best R:egards, Razzak.

