Working with an existing table view touchscreen in a restaurant RVC, on which an employee can enter password ID to sign in. The screen will stay but some clock in/out button will change to begin table or something else if the employee class is the same RVC. I'm trying to add some popup message into the SIGN_IN event. But the event doesn't seem to get triggered at all. Any idea? Thanks.
event sign_in
call show_sign_in_alert
endevent
sub show_sign_in_alert
infomessage "signed_in"
..........
endsub
event sign_in
call show_sign_in_alert
endevent
sub show_sign_in_alert
infomessage "signed_in"
..........
endsub