I have a question about this. I assume that Rbase has to be open all the time for this to work.
Right? rich ----- Original Message ----- From: "Bill Downall" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, December 29, 2002 10:01 PM Subject: [RBASE-L] - Triggers with Tango > On Sun, 29 Dec 2002 09:44:52 -0500, Rob Vincent wrote: > > >Once added, the Insert TRIGGER is tripped and an RBase script > >is invoked to do some basic task. Are there any Pros/Cons to > >processing in this manner? > > Rob, > > As long as your trigger is using data manipulation commands (INSERT, > UPDATE, DELETE, CURSOR loops, etc.) and SET VAR commands, and > avoiding any kind of user interface commands (EDIT USING, DIALOG, > etc), you should be fine. > > Also, the next version of R:Tango should have full support for the "After" > trigger, which gives this technique a lot more power. > > Bill >

