Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New to .NET
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01126997
Message ID:
01127731
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform