The problem arises from NULL PreviousBalance fields in your
Invoices table (which result in Invoices created with 2.2 or
lower). Run this query to fix the problem:
Update Invoices
Set PreviousBalance = 0
Where PreviousBalance IS NULL
-- Dale E. Reed Jr. (daler@iea-software.com)_________________________________________________________________ IEA Software, Inc. | RadiusNT, Emerald, and NT FAQs Internet Solutions for Today | http://www.iea-software.comFor more information about this list, including removal,please see http://www.iea-software.com/maillist.html