It is my understanding, from reading documentation, that the FrmAlert() 
function has it's own event handler and it passes the number of the button 
pressed from 1 to 4 (Software only not hard keys).  It does not use the 
applications event handling.  So, what I would need to do is hack into the 
FrmAlert() event loop and handle the hard keys.  I also found out that the same 
is true for the FrmDoDialog() function.  So, unless there is a way to hack into 
the dedicated event loops, I will have to write event handlers for each screen 
just to read hard buttons.  Anyone hacked the event loops of FrmAlert() and 
FrmDoDialog() functions?
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to