Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New to .NET
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01126997
Message ID:
01127731
Views:
24
Jim,

On the Address businessobject:
>
>public Address()
>		{
>			this.TableName = "Address";
>			this.PrimaryKey = "iAddress_id";
>            this.ForeignParentKeyField = "iNames_id";
>            this.AutoCancelOnParentCancel = true;
>            this.AutoDeleteOnParentDeleted = true;
>            this.AutoSaveOnParentSaved = true;
>            this.AutoNewOnParentAdded = true;
I recommend putting a breakpoint in the Address businiess object's HookParentSaved() method to see if it's getting called.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform