Onslaughtdave
Programmer
Hi,
Is there a way to discover which events are firing as i do things?
in the case that there isn't this is what im tring to do:
there is a combo box with a bunch of stuff. if they type one in and find that it isnt in the list then there is an add button beside it. if they press the add button it will open my maintanence form so they can add in the correct record and then it dumps them back. BUT when i try to click on the add button i get an error cause im trying to enter a non existant recrod into the combo box. is there a way to trap this and find out where this error msg is firing so i can replace it with some other code that will fix the problem?
thanks,
Dave
Is there a way to discover which events are firing as i do things?
in the case that there isn't this is what im tring to do:
there is a combo box with a bunch of stuff. if they type one in and find that it isnt in the list then there is an add button beside it. if they press the add button it will open my maintanence form so they can add in the correct record and then it dumps them back. BUT when i try to click on the add button i get an error cause im trying to enter a non existant recrod into the combo box. is there a way to trap this and find out where this error msg is firing so i can replace it with some other code that will fix the problem?
thanks,
Dave