RE: [U2] Reverse calculating taxes

2007-05-18 Thread David Wolverton
rom: Kryka, Richard [mailto:[EMAIL PROTECTED] > Sent: Friday, May 18, 2007 10:51 AM > To: u2-users@listserver.u2ug.org > Subject: RE: [U2] Reverse calculating taxes > > Here is a routine a very smart programmer showed me a long > time ago, and I have used it many times sinc

RE: [U2] Reverse calculating taxes

2007-05-18 Thread Russ Watson
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brenda Price Sent: Friday, May 18, 2007 12:34 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Reverse calculating taxes This looks to be exactly what we need. Many thanks! Brenda -Original Message- From: Kryka, Richard [mailto

RE: [U2] Reverse calculating taxes

2007-05-18 Thread Brenda Price
This looks to be exactly what we need. Many thanks! Brenda -Original Message- From: Kryka, Richard [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 10:51 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Reverse calculating taxes Here is a routine a very smart programmer

RE: [U2] Reverse calculating taxes

2007-05-18 Thread Brenda Price
s for the client on what the breakdown of the taxes were. Brenda -Original Message- From: Anthony Youngman [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 10:27 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Reverse calculating taxes No idea as to your exact problem, BUT In t

RE: [U2] Reverse calculating taxes

2007-05-18 Thread Kryka, Richard
Here is a routine a very smart programmer showed me a long time ago, and I have used it many times since for all kinds of situations like this: TOT.TAX is the total you need to divide up TAX.PCT.ARR is the multi-valued array of various tax percents TAX.AMT.ARR is the returned multi-valued array o

RE: [U2] Reverse calculating taxes

2007-05-18 Thread IT-Laure Hansen
m: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brenda Price Sent: Friday, May 18, 2007 7:48 AM To: u2-users@listserver.u2ug.org Subject: [U2] Reverse calculating taxes We have a program that got into an endless loop yesterday because of the way the programmer wrote the code. Since that p

RE: [U2] Reverse calculating taxes

2007-05-18 Thread Anthony Youngman
ol -Original Message- From: Brenda Price [mailto:[EMAIL PROTECTED] Sent: 18 May 2007 15:48 To: u2-users@listserver.u2ug.org Subject: [U2] Reverse calculating taxes We have a program that got into an endless loop yesterday because of the way the programmer wrote the code. Since that program i

[U2] Reverse calculating taxes

2007-05-18 Thread Brenda Price
We have a program that got into an endless loop yesterday because of the way the programmer wrote the code. Since that program is kicked off by automated processes behind the scenes nothing we tried would let us get a hold of it and get it out of the loop, we had to kill it. Not fun and we are sti