Re: Code Design help

2013-05-09 Thread Marty Franklin
Hello, It appears my posts do not appear on this list? I am curious why? Martin Franklin ma...@assetresearch.com Thanks On 5/6/2013 2:50 PM, Russ Michaels wrote: It seems form what you have said that any user can have multiple invoices with payments due, in which case would it not be better

Re: Code Design help

2013-05-09 Thread Bruce Sorge
I see it just fine. On May 9, 2013, at 10:51 AM, Marty Franklin ma...@assetresearch.com wrote: Hello, It appears my posts do not appear on this list? I am curious why? Martin Franklin ma...@assetresearch.com Thanks

Re: Code Design help

2013-05-09 Thread Nathan Strutz
Marty, Depending on your mail provider and client, often you will not get a copy of the message you sent. I got one email on this thread from you that started If this application is multi-user consider that the [...] and of course this one that I am replying to. If you reply to a large thread,

Re: Code Design help

2013-05-09 Thread Marty Franklin
Thanks guys appreciate responses. I recalled a different behavior so I assumed I was blocked. As always thanks for the education. Marty On 5/9/2013 7:59 AM, Nathan Strutz wrote: Marty, Depending on your mail provider and client, often you will not get a copy of the message you sent. I got

Re: Code Design help

2013-05-07 Thread Marty Franklin
If this application is multi-user consider that the session scope is not shared. Why not trigger an ajax call on blur. You could tack this event all your input fields really easily using jQuery. Good Luck! Marty On 5/6/2013 2:50 PM, Russ Michaels wrote: It seems form what you have said

Code Design help

2013-05-06 Thread Chester Austin
I was going to post this on StackOverflow but felt that it might not be the right type of question to ask there, so I shall post it here. I am tasked to create a payment form from a balance sheet. I have a created a balance sheet, which is basically an HTML table that has a row item detail of

Re: Code Design help

2013-05-06 Thread Russ Michaels
It seems form what you have said that any user can have multiple invoices with payments due, in which case would it not be better to just have a single make payment at the bottom which they fill in with the amount they want to pay which is then taken off their total balance. But allowing users to