Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

custom based event. When to use?

Status
Not open for further replies.

cmmrfrds

Programmer
Feb 13, 2000
4,690
US
I am trying to get a better understanding of how the 3 different event types can be used. Can anyone give me an example of when to use a custom based event as opposed to a schedule or file based event. There seems to be some limitations on the file based event as compared to the older info desktop way file events were used.

Thank you.
 
Custom events are used when one need to manually trigger the event.

Say you want to run a set of reports only after the end user confirms the data entry in the database is complete. Then simply click the custom event and all the reports that are waiting for that event will start running.

This is more appropriate, when you don't know when exactly a set of reports need to be run.

Srinath
srinath_p (at) yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top