RE: Trigger design

2017-10-18 Thread Richard Kaye
6:53 PM To: profoxt...@leafe.com Subject: Re: Trigger design On Tue, Oct 17, 2017 at 5:25 PM, Eric Selje wrote: > Fox Audit was written by Jim Duffy at TakeNote. I see the page for the > product is no longer there, but his website (and contact info) is still up: > takenote.com. Mayb

Re: Trigger design

2017-10-18 Thread Charlie-gm
(resending again - doesn't seem to be going through) On 10/17/2017 5:58 AM, Dave Crozier wrote: ... I decided to add an audit trail feature into a small system here at Flexipol via the DBC Triggers roughly based on the example in MegaFox chapter 7. In order to make things simple and more in

Re: Trigger design

2017-10-17 Thread Charlie-gm
On 10/17/2017 5:58 AM, Dave Crozier wrote: ... I decided to add an audit trail feature into a small system here at Flexipol via the DBC Triggers roughly based on the example in MegaFox chapter 7. In order to make things simple and more in line with OOP philosophy I decided to construct an Audi

Re: Trigger design

2017-10-17 Thread Ted Roche
On Tue, Oct 17, 2017 at 5:25 PM, Eric Selje wrote: > Fox Audit was written by Jim Duffy at TakeNote. I see the page for the > product is no longer there, but his website (and contact info) is still up: > takenote.com. Maybe you can contact him directly. And here's what the page looked like: htt

Re: Trigger design

2017-10-17 Thread Eric Selje
> Sent: Tuesday, October 17, 2017 8:29 AM > To: profoxt...@leafe.com > Subject: Re: Trigger design > > I started down this road once, but ended up purchasing FoxAudit because it > did everything I needed in a much more robust fashion. I'm not sure if it's > still

RE: Trigger design

2017-10-17 Thread Paul H. Tarver
-Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Eric Selje Sent: Tuesday, October 17, 2017 8:29 AM To: profoxt...@leafe.com Subject: Re: Trigger design I started down this road once, but ended up purchasing FoxAudit because it did everything I needed

RE: Trigger design

2017-10-17 Thread Dave Crozier
Of Thierry Nivelet Sent: 17 October 2017 15:31 To: profox@leafe.com Subject: Re: Trigger design cristal clear, thanks Thierry Nivelet FoxInCloud Give your VFP app a second life in the cloud http://foxincloud.com/ Le 17/10/2017 à 16:10, Ted Roche a écrit : > On Tue, Oct 17, 2017 at 9:33 A

Re: Trigger design

2017-10-17 Thread Thierry Nivelet
cristal clear, thanks Thierry Nivelet FoxInCloud Give your VFP app a second life in the cloud http://foxincloud.com/ Le 17/10/2017 à 16:10, Ted Roche a écrit : On Tue, Oct 17, 2017 at 9:33 AM, Thierry Nivelet wrote: Just wondering, in which case would you addProperty(_vfp, …) rather than addP

Re: Trigger design

2017-10-17 Thread Ted Roche
On Tue, Oct 17, 2017 at 9:33 AM, Thierry Nivelet wrote: > > Just wondering, in which case would you addProperty(_vfp, …) rather than > addProperty(_screen, …) > A FoxPro DBC may be opened via ODBC/OLEDB rather than within a running FoxPro development or runtime session. _SCREEN is not available i

RE: Trigger design

2017-10-17 Thread Dave Crozier
its business. Until such time as the property in the goods passes to the buyer the seller shall be entitled at any time -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Thierry Nivelet Sent: 17 October 2017 14:33 To: profox@leafe.com Subject: Re: Trigger design

Re: Trigger design

2017-10-17 Thread Thierry Nivelet
Hi Eric, Just wondering, in which case would you addProperty(_vfp, …) rather than addProperty(_screen, …) Could not figure out a sound reason so far… Thierry Nivelet FoxInCloud Give your VFP app a second life in the cloud http://foxincloud.com/ Le 17/10/2017 à 15:28, Eric Selje a écrit : Pe

Re: Trigger design

2017-10-17 Thread Eric Selje
I started down this road once, but ended up purchasing FoxAudit because it did everything I needed in a much more robust fashion. I'm not sure if it's still marketed though. Perhaps you could make oAudit a property of the _VFP object so it will always be available. (_vfp.addobject("oAudit", "class

Re: Trigger design

2017-10-17 Thread Alan Bourke
Try passing oAudit in as a parameter to your trigger. -- Alan Bourke alanpbourke (at) fastmail (dot) fm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: htt

Trigger design

2017-10-17 Thread Dave Crozier
Profox People, I decided to add an audit trail feature into a small system here at Flexipol via the DBC Triggers roughly based on the example in MegaFox chapter 7. In order to make things simple and more in line with OOP philosophy I decided to construct an Audit Class with all the logic embedde