Re: readmethod()

2014-08-04 Thread Gérard Lochon
- Original Message - 
From: Jean MAURICE jsm.maur...@wanadoo.fr

To: profox@leafe.com
Sent: Saturday, August 02, 2014 8:12 AM
Subject: Re: readmethod()




With FoxCharts is shipped ...  ... (first because I am colour blind !).


Half a chance, Jean.

As told us Sammy Jr,
you could be coloured and blind,
and just be able to ship the charts !

o:))

Bon, comme disait Coluche, on peut
rire de tout mais pas avec n'importe qui,
aussi j'ai préféré ne pas mettre celle-là
sur un forum public, on ne sait jamais ...

Gérard.

PS : tu reste à gamberger tout l'été
au lieu d'aller te ressourcer ?






___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/24254648C7064AF0A7BC58A581348A37@MuriellePC
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: readmethod()

2014-08-04 Thread Jean MAURICE

Le 04/08/2014 13:52, Gérard Lochon a écrit :


PS : tu reste à gamberger tout l'été
au lieu d'aller te ressourcer ?
En fait, j'ai déjà pris des 'vacances' en juin et je repars faire du train en 
Suisse en Septembre ! Ma femme est en congé depuis la semaine dernière mais on 
reste à Grenoble ou dans notre maison de campagne.


J'ai un peu de travail (je reprend une appli d'Aumeric de gestion de cantine 
...) et je découvre Foxcharts pour me détendre ! Entre ça et regarder la pluie 
qui tombe ! D'ailleurs je n'aime pas regarder la pluie qui tombe, je me sens 
tout de suite plus vieux ...


Bonne journée
Jean

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/53df78eb.7080...@wanadoo.fr
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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 to built or 
modify a graph at run time and can store the properties of the graph in the 
cliptext. I thought that I could allow my user to modify the graph (first 
because I am colour blind !). I built a table with one line per page and 3 memos 
: initial for my programm, modified for the modified properties and previous for 
the previous modified graph. User can choose the one he want.


Just to avoid doing 14 cut and paste from activate to initial, I was digging 
readmethod !


The Foxil


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/53dc8155.6010...@wanadoo.fr
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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. 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 to
 built or modify a graph at run time and can store the properties of the
 graph in the cliptext. I thought that I could allow my user to modify the
 graph (first because I am colour blind !). I built a table with one line
 per page and 3 memos : initial for my programm, modified for the modified
 properties and previous for the previous modified graph. User can choose
 the one he want.

 Just to avoid doing 14 cut and paste from activate to initial, I was
 digging readmethod !

 The Foxil


[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cacuu1sugx4taqtcbkgkn1tz+k70mkyewavhiunwmwhjs_mk...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


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: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/53dcdf2c.7000...@wanadoo.fr
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: readmethod()

2014-08-01 Thread Ted Roche
Pages aren't full objects. They don't have their own row in the VCX,
they're stored like properties in the parent record.

There's a good chance there's a better way to do what you need, if you
supply more info.


On Friday, August 1, 2014, Jean MAURICE jsm.maur...@wanadoo.fr wrote:

 Hi everybody,

 has anyone worked with readmethod() ?

 I would like to store in a table some methods of a form. Readmethod is
 supposed to work only during design time but in fact it seems to work also
 during run time but only form some objects : it works for form and
 pageframe but not for a page.

 If you have some infos ...

 Regards
 The Foxil

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cacw6n4samqspmzamovz7numzortzuf6y6dub5w7qtw15q9x...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.