Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grandchildren- how to setup in Views
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grandchildren- how to setup in Views
Miscellaneous
Thread ID:
00414586
Message ID:
00414586
Views:
56
In my current (home-grown) Framework, I have in place classes
which allow for Parents and Children and this works fine.

I now want to set up a facility for Grandchildren as follows:

Parent File:

PK Child Grandchild
-- ----- ----------
1
2 2.1
2.2 2.2.1
2.2.2
2.3
2.4 2.4.1
2.4.2
3
4

I have been using views up to now and would like to continue to use these
So in my child view, I just created the View, modified it,added records
and then, during save of the form, populated the child view with the Parents
Primary key and did a Table Update and everything went fine.

Now with the Grandchild,as I go to each Child record and create the view,
it uses the Child Primary Key. But each time I change the record on the
Child Table, a NEW VIEW is created, which I dont really want, because
it will get rid of the previous grandchildren details.

I still want to click on a SAVE button to save any amendments/addtions
to Parent,child or grandchild.

I'm sure others have done this successfuly and am just looking for
some ideas at this stage.

Regards,

Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform