Just starting with OS10.1

Kelly Burgess kellyb at montana.com
Thu Sep 10 00:04:36 EDT 2020


Hi Jim,

>I’m not sure how to set up a Timer.

Create an Object class and set the superclass to the Timer external object.  Instantiate the object, assign the $useseconds and $timervalue properties, then call the $starttimer method to get it running.

Override the $timer method and put your action code there - that method will be called when the timer fires.


>i’m not sure how to control eMails.

Look at this post for steps to use the Net Wizard to create some example email methods.

   https://lists.omnis-dev.com/pipermail/omnisdev-en/2020-June/043708.html

Also, via the Samples pane of the Hub in the Browser, you can look at the IMAP and POP3 OW3 worker object examples.

Kelly



More information about the omnisdev-en mailing list