SnyAc,
Actually your question is a little amusing... Methods are fired ONLY by calling them. Events are fired by user interaction. If you look at the "Methods" tab, depending on your version of VFP you will see some of them with the word (Event) next to them (or a lighting bolt), which indicates they are events that "Fire" automatically. If you click on them, in the bottom of the properties window, it gives a brief descritption of what "causees" them to fire. This is why you can add "Methods" to a form, but not "Events"... because the events themselves are quite special, and VFP does not have a way of allowing users to create their own "Event Model". (You can do this in C++ and other languages, but you are also responsible for ALL kinds of things that VFP takes care of for you).
Likely, if you are creating database apps, you don't really have a need for this anyway, though just now and again, I wish I could create my own events! But it is very tricky to create and manage an event model.
I have seen in the help file as well, the triggering of the "Event" model, for instance what the sequence of events in terms of things like the Init Event, and the Activate Event (which comes first), but off the top of my head, I don't remember where I found it. I would suggest doing a search in the help file for something like "Event Sequence" or just EVENTS in the Search, and see what options come up.
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."
![[hammer] [hammer] [hammer]](/data/assets/smilies/hammer.gif)