Amortization Calculator with Payment Table

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
3 posts Page 1 of 1
Contributors
User avatar
RonaldHarvey
Top Poster
Top Poster
Posts: 113
Joined: Tue Apr 05, 2011 2:32 pm

Hello there,
I had already finished this new apps for Amortization which will show the table for payments and the balances after each payment until the amount will be fully paid. In this example I assumed a $ 900,250 amount with 36 months duration to pay off and 12.5 annual interest rate.
Please refer the first screen shot.
Amortization 1.png
I had discovered a little problem that troubled me, since I can't make a code like for example if the user accidentally click the Create Amortization Table button again after he created the table. Please refer the second screen shot. I know some of you were experienced programmers, could you please suggest a code wherein to avoid the re entry of another table as in screen shot 2.
Amortization 2.png
What i was thinking, a message box will prompt the user if in case he will click the Create Amortization Table again.With regards to calculated results, there is nothing wrong with that since they are correct. After the correction of this I will also release my Credit Card Management Calculator. Thanks This is free.
You do not have the required permissions to view the files attached to this post.
User avatar
smashapps
Coding Guru
Coding Guru
Posts: 961
Joined: Tue Apr 05, 2011 8:41 am

I really love this it looks very useful and for your problem of the user clicking the create button again what about disabling the button when it gets clicked?
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
User avatar
RonaldHarvey
Top Poster
Top Poster
Posts: 113
Joined: Tue Apr 05, 2011 2:32 pm

smashapps wrote:
I really love this it looks very useful and for your problem of the user clicking the create button again what about disabling the button when it gets clicked?
Yes my friend, good idea..Thanks. cooll; cooll; cooll;
3 posts Page 1 of 1
Return to “Source-Code”