Hi, I am new to this thread, but have been programing in PDOX for years. I have what should be an easy question. I have replaced the default Ctrl+Spacebar lookups with my own forms. I am now redesigning these for report lookups. To do this I am wanting to allow the user to go to a tableframe, press shift and arrow down to another record, and then return the first and last value to the originating form. The problem I am having is in trapping for when the user presses the Shift key. I am checking in the KeyPhysical method on the form level for eventinfo.Vchar()="VK_SHIFT" but it does not trigger. I can detect when the shift key is already pressed down and the up or down key is pressed, but I want to know when the shift key is pressed.
Any ideas?, or another way of selecting a range of values from a tableframe?
Thanks,
James D. Howard
Any ideas?, or another way of selecting a range of values from a tableframe?
Thanks,
James D. Howard