StrataFrame Forum

Data editing events...

http://forum.strataframe.net/Topic2494.aspx

By StarkMike - 8/28/2006

Are there events that get fired when certain actions take place? For instance... when the user begins the edit of a record, or when they save or cancel their changes?
By Keith Chisarik - 8/28/2006

Here are some events that are on BO's themselves.



Hmmm are users allowed to answer other users questions here? Or is this forum strictly for SF staff to answer questions?


By Keith Chisarik - 8/28/2006

Well if I'm not allowed to try and help, feel free to delete the post, and dock me Smile


By StarkMike - 8/28/2006

Thanks Keith. I've looked through those also but I'm not sure which ones to pick to fit my needs.

Also I think anybody can try to answer the questions posted.

By Trent L. Taylor - 8/28/2006

Keith, we highly encourage our StrataFrame users to participate on the posts BigGrin.  We always review everything to make sure that the right information gets to the right people...so please help anyway you like.  As for the events, there are obviously a number of events taht can be used and they fire in pre-determined orders.  To get a description of the events, open the help documentation and review the class reference for teh BusinessLayer.  This will give you a basic idea of the point of an event.

To determine if you just entered an editing state, use the EditingStateChanged event.  We try to name events as to their purpose.  If you have some questions on specific events let me know.  Thanks.