Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parent-child-grandchild relation
Message
De
19/05/1999 08:42:49
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00220343
Message ID:
00220365
Vues:
29
>I have a form with a parent to child to grandchild relationship. I'm using the txtbuttons from the _wizbase class for my navigational buttons.
>
>The problem is that when I click on the add record button a record is not appended to the grandchild relation, only the parent and child. Is there something I can do to get this to work properly. Any help would be appreciated.
Chad,
You could use stored procedures in DBC. In insert trigger add a function to append new record to grandchild.
Or just edit wizard add button :
dodefault()
insert into grandchild (linkkey) values (childlinkkey)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform