Code Comments
Programming Forum and web based access to our favorite programming groups.To make your custom events you need an equate like this mycustomeevent EQUATE(401) ! custom events start at 401 Then on the event accepted loop add a new value OF mycustomevent Then to call the event in the procedure. POST(mycustomevent) Clarion is not like .Net with events. POST can also be done to other threads using NOTIFY to send an event to another thread. You then set up the receipt with NOTIFICATION. The docs are good enough to help you through making this work if you need to send data to another thread. You can pass a LONG to the thread with the event too so that opens up a whole lot of options. You can be dangerous now! On 1 Apr 2008 07:19:24 -0500, "JannemanRobinson" <joske@a.b.c> wrote: >And if you read all the way through here thinking... What's he on? Well, >then at least, thank you for reading... :-) --------------------------------------- Paul Blais - Hayes, Virginia
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.