Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Re: Adding event handlers
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

Report this thread to moderator Post Follow-up to this message
Old Post
pblais@odstrategies.org
04-01-08 11:56 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Clarion archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:39 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.