Page 2 of 3
Re: Error in Graph_4 Sample
Posted: Sat Mar 28, 2009 2:15 pm
by esgici
Hi
Excellent !
Tested, worked fine on Sudip's example.
Thanks a lot.
This is difference between worker ( me ) and the master.
With best regards.
--
Esgici
Re: Error in Graph_4 Sample
Posted: Sat Mar 28, 2009 2:31 pm
by Roberto Lopez
esgici wrote:Hi
Excellent !
Tested, worked fine on Sudip's example.
Thanks a lot.
This is difference between worker ( me ) and the master.
With best regards.
--
Esgici
Thanks!... I'll wrote to you when feel depressed
The solution was pretty simple.
When the calculated arc (in degrees) for a part is zero, I avoid the attempt to draw in the main loop of the routine.
That's all.
Regards,
Roberto.
Re: Error in Graph_4 Sample
Posted: Sat Mar 28, 2009 2:34 pm
by Roberto Lopez
Roberto Lopez wrote:
When the calculated arc (in degrees) for a part is zero, I avoid the attempt to draw in the main loop of the routine.
And... the idea come to me from your original message: When the value is near 0% you see 'nothing' in your graph, so it must not be drawn
Regards,
Roberto.
Re: Error in Graph_4 Sample
Posted: Sat Mar 28, 2009 2:50 pm
by esgici
Hi Roberto
Roberto Lopez wrote:[
... the idea come to me from your original message ...
Thanks, someones dreams and someones achieves.
A confusion occured; I just send a post, now attachment exist but post lost !
So I'll resend.
And, an exaggerated test :
Best Regards
--
Esgici
Re: Error in Graph_4 Sample
Posted: Sat Mar 28, 2009 3:57 pm
by sudip
Hello Roberto,
Thanks a lot! It works fine!
Yesterday I installed an add-on software in one of my client's computer, to create graphs from my old application.
I faced the problem in front of my client.
Now I can send the corrected software to him.
Hi Esgici,
Thank you again for helping so much
With best regards to you all.
Sudip
Re: Error in Graph_4 Sample
Posted: Sat Mar 28, 2009 4:03 pm
by Roberto Lopez
sudip wrote:
I faced the problem in front of my client.

Now I can send the corrected software to him.
The worst things occurs when the clients are even NEAR our apps
Regards,
Roberto.
Re: Error in Graph_4 Sample
Posted: Sat Mar 28, 2009 4:49 pm
by esgici
rathinagiri wrote:
(In the ADORDD WITH ACCESS DATABASES topic) :
Yes. It was once upon a time.
Hi Rathi
I had know already you are a real diamond; but just learned that you are also a hidden treasure
The h_graph.prg doesn't include your name as a copyright notice. IMHO this is a big missing part
Hi Roberto and Rathi
I have a humble suggestion on PieGraph :
What are your opinions for changing
value aname+iif(lxval," - "+alltrim(str(series,10,2))+" ("+alltrim(str(degrees / 360 * 100,6,2))+" %)","")
line ( Line no : 1083 ) to
value aname+iif(lxval," - "+alltrim(str(series,19,2))+" ("+alltrim(str(degrees / 360 * 100,6,2))+"%)","")
For a value greater than 7 digit ( integer ) a format overflow occurs and user may assume that the Pie Graph don't accept big numbers.
Best Regards
--
Esgici
Re: Error in Graph_4 Sample
Posted: Sat Mar 28, 2009 7:06 pm
by Roberto Lopez
esgici wrote:
The h_graph.prg doesn't include your name as a copyright notice. IMHO this is a big missing part
I'll fix it.
esgici wrote:
Hi Roberto and Rathi
I have a humble suggestion on PieGraph :
What are your opinions for changing
value aname+iif(lxval," - "+alltrim(str(series,10,2))+" ("+alltrim(str(degrees / 360 * 100,6,2))+" %)","")
line ( Line no : 1083 ) to
value aname+iif(lxval," - "+alltrim(str(series,19,2))+" ("+alltrim(str(degrees / 360 * 100,6,2))+"%)","")
For a value greater than 7 digit ( integer ) a format overflow occurs and user may assume that the Pie Graph don't accept big numbers.
Best Regards
--
Esgici
It looks good. I'll test it.
Regards,
Roberto.
Re: Error in Graph_4 Sample
Posted: Mon Mar 30, 2009 3:25 am
by sudip
Hello Roberto,
Roberto said:
The worst things occurs when the clients are even NEAR our apps
May be I can't understand what do you mean by "NEAR our apps". Do you want to say that we shouldn't show our products to our clients without thorough testing? Please tell me, because I regard your advice very much.
Actually I am very much excited about the new "LIFE LINE" of my old apps!!! (And also for future apps) So I can't resist myself to show the advancement of my old creations to others.
With best regards.
Sudip
Re: Error in Graph_4 Sample
Posted: Mon Mar 30, 2009 4:34 am
by Rathinagiri
Don't worry Sudip. It is only a lighter way!
See
this when you have time.