If you want to fire an event from the outside, you need to make a method that fires the event (you fire an event just like you call a private method). For example, you make an event "Fired", and a method "Fire" (I belive you can actually call it the same as the event, but I'm not sure). In the method, you put "Fired" and then you call the method.
Maarten On 09/07/06, Jvan C0rt3s Cv3sta <[EMAIL PROTECTED]> wrote:
I have looked for in RealBasic's help files and I don't find the way to fire an event that there is in a class designed by me. I have not found anything about "classes' events" topic I know how to make it with a control, but I don't know if RealBasic allows to make the same thing that VB, that's to say, to declare a object's variable "withevents" and uses them inside another object (for example a window). Sometimes it's better to use classes than controls in our code, because of many things.... Also, I am looking for something to RB (similar to crystal Report) in order to make reports of stored data maybe, I could use the ActiveX libraries for Windows , but, and if it was linux? besides, I believe that Crystal Reports doesn't have support for RealSoftware Database Format.... Do you see it?... I'm moving on to RealBasic :-) some idea, please Warmest regards Juan _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
