Re: readmethod()

2014-08-02 Thread Jean MAURICE
Hi Ted, Thanks for your answer. I am playing with FoxCharts and VFP. I have built a form with 14 pages (and it's growing !) and in each page there is a graph. Each graph is built only once in the activate event of the page. With FoxCharts is shipped Visual FoxCharts Designer that allows you

Re: readmethod()

2014-08-02 Thread Koen Piller
Jean Maurice There is this method getchartproperty in Foxcharts with that you might be able to achieve your goal. Regards Koen Op zaterdag 2 augustus 2014 heeft Jean MAURICE jsm.maur...@wanadoo.fr het volgende geschreven: Hi Ted, Thanks for your answer. I am playing with FoxCharts and VFP.

Re: CDO from VFP is working; PEBKAC expected

2014-08-02 Thread Paul Hill
Hi Sytze, it's in C# / dot net I'm afraid. On 1 August 2014 22:10, Sytze de Boer sytze.k...@gmail.com wrote: Paul, 'tWould be great if you would share the VFP code On Fri, Aug 1, 2014 at 8:41 PM, Paul Hill paulroberth...@gmail.com wrote: On 31 July 2014 20:14, Stephen Russell

Re: readmethod()

2014-08-02 Thread Jean MAURICE
Hi Koen, I'll give a try ... but I have already done my fourteen cut and paste Thanks The Foxil ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list:

Re: JPG as General Fields in FRX

2014-08-02 Thread Andrew MacNeill
Hi Peter, These are all dynamic images (people upload them) - so no go. On 7/30/2014 5:24 AM, Peter Cushing wrote: snip Why not put all the pictures on the report in the correct place and use the print when dialog to only print the one you want. Just use a private variable in your calling

Negative of attaching error handler object to _screen object?

2014-08-02 Thread mbsoftwaresolutions
I'm revamping my error reporting routine. Typically, I've had it in my public oUtils object. I was contemplating attaching it to the _screen object instead. Can you think of any negatives to that? It's a very lightweight class; I'm using a Separator class because I think there was