Entering tax information for city/town and county

Discussions related to SoftPro Select user interface development.

Moderator: Phil Barton

BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Entering tax information for city/town and county

Post by BobRichards »

This error normally means you tried to access a method or property on an object that is null. Is "cityTax" null?
Bob Richards, Senior Software Developer, SoftPro
bandorganman
Posts: 68
Joined: Tue Mar 03, 2020 5:23 pm

Re: Entering tax information for city/town and county

Post by bandorganman »

I figured it out. I was adding a new property instead of using the one that comes with the order. The default property comes with three taxes, but if a new property is added, it does not come with these three taxes by default, they must be added. I changed the code to use the default property and all is well. Thanks!
Post Reply