Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event Objects
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00887464
Message ID:
00887485
Views:
21
>Where I can find examples of Event Objects?

I think there is an example of an Event Object in the Developer's Guide. My understanding is that you combine your Business Objects (Customer, Order, OrderDetail) in an Event Object to handle some process, such as a customer placing an order.

In a program I developed, I have 2 business objects, Company and Financial. The Company object represents stock information about a company, such as their symbol (ticker), current price, etc. The Financial object represents historical financial information about a company, such as Total Assets and Total Net Income. When I needed to import Financial Data, I needed to use both the Company and Financial business objects, since the Financial table is a child of the Company table (a company may have multiple historical financial records, each representing a fiscal year and quarter). To do that, I created an ImportFinancialData Event Object that used both the Company and Financial business objects.
Chris McCandless
Red Sky Software
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform