Changes to PawCom from V2.11.15 to V2.12.0 ========================================== Note: in order to comply with new credit card standards, Peachtree no longer stores credit card numbers and some other critical credit card information in the database. Because of this several fields now no longer return data for PT 2011 databases. 1. Support for Peachtree 2011 added. New classes are ChangeOrder ChangeOrderDetail Changes to class properties: Alarm: NRecord added. This replaces JournalID, Key, Period Subindex1, Subindex2, TrxNumber, TrxNumberL, all of which no longer are returned and are obsolete. Customer: CCNumber returns encrypted value for PT 2011. New field: CcStoredAcctRef (string * 15) DefaultCustomerData: Account_Nbr, UserIdToMerchant, and UserPswToMerchant no longer return data for PT 2011. New: Merchant_ID_Length (byte), Merchant_KmsKey (long), Merchant_TID_length (Byte) DefaultJobData: New: APJobWarning (boolean), ARJobWarning (boolean) EventLog: NRecord added. This replaces JournalID, Key, Period Subindex1, Subindex2, TrxNumber, TrxNumberL, all of which no longer are returned and are obsolete. JobData: New: ChangedOrdersApplied (boolean), OriginalExpense (double), OriginalRevenue (double), ProjectedEndDate (date) JrnlHdr: New: CCStoredAcctRef (String * 15), JournalEx (int) Modified: CCNumber returns a masked number showing last four digits in PT 2011. Obsolete: CCEncryptedCard returns an empty string in PT 2011. UPSInfo: Not used by PT 2011: CCExpireDate, CCNumber, CCType, UseAccount User: New: EarliestLoginTime (string) 2. Bugs fixed: Chart: corrected problem where Insert/Update were causing Btrieve errors in some cases. Customer: corrected problem with LastUpdateCounter returning 0 for some versions of PT. Customer: corrected problem where Insert/Update were causing Btrieve errors in some cases. EventLog: corrected problem where Insert/Update were causing Btrieve errors in some cases. JrnlHdr: corrected problem writing PaymentDate in some versions. LineItem: corrected problem where Insert/Update were causing Btrieve errors in some cases. Memorizedtransactions: corrected problem where error 22 occured for some PT versions. User: The following newer fields were misaligned, returning incorrect values: ExpirationDate, FailedLoginsCount, HistoryData(1-4), LastUpdateCounter, LoginLockout, LoginLockoutTime, LogoutDateTime, LogoutMessage, LogoutNagInterval Vendor: corrected problem where Insert/Update were causing Btrieve errors in some cases. 3. Added Digital Signing to installation kit. 4. Moved installation folder to \Program Files\Multiware so that kit installs correctly on 64-bit systems. 5. Streamlined design of Attach Tables form in Access. 6. V2.12.04 (6/18/10) Fixed problem with MS Access front end not running on Windows 7, 64-bit systems. 7. V2.12.05 (6/24/10) a. Correct problems when using the Maintain Customer form in Access. b. Add CreateNewCustomer to menu bar demo group and update code it calls in the Demonstration Functions module.