Subject | Re: [IBO] Dataset refresh |
---|---|
Author | Robert martin |
Post date | 2004-09-07T20:57:30Z |
Hi
That sounds like an interesting solution and may be similar to what the BDE was automating for us (with LocalShare = True). I will look at implementing this ASAP. Just as soon as I work out how to do all this event stuff :)
Rob Martin
Software Engineer
phone 03 377 0495
fax 03 377 0496
web www.chreos.com
Wild Software Ltd
That sounds like an interesting solution and may be similar to what the BDE was automating for us (with LocalShare = True). I will look at implementing this ASAP. Just as soon as I work out how to do all this event stuff :)
Rob Martin
Software Engineer
phone 03 377 0495
fax 03 377 0496
web www.chreos.com
Wild Software Ltd
----- Original Message -----
From: radevojvodic
To: IBObjects@yahoogroups.com
Sent: Tuesday, September 07, 2004 7:12 PM
Subject: Re: [IBO] Dataset refresh
Hi Rob,
There is a easy way you can do this. You just need to set an
AfterInsert and AfterEdit trigger which will do POST_EVENT
(POST_EVENT 'ItemChanged') and you should set IB_EventAlerter and
register that event on Invoice form then every change in Item table
will be captured. In the event alerter component you could set
OnEvent method to do Invoice.Refresh.
It should work even in multi-user enviroment.
[Non-text portions of this message have been removed]