Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a view from a view in MM
Message
From
23/02/2000 10:13:30
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Creating a view from a view in MM
Miscellaneous
Thread ID:
00335996
Message ID:
00335996
Views:
54
All,

Here's my situation:

I have an inventory system. The business objects involved are:

Inventory
InventoryDetail
InventoryLot

Inventory and InventoryDetail are in a one to many relationship
InventoryLot and InventoryDetail are in a one to many relationship

My detail view has fields from both InventoryDetail and InventoryLot.

I want to be able to update both InventoryDetail and InventoryLot from the detail view.

My solution was to have the InventoryDetail fields saved in the view and create another view for InventoryLot filter by the iInventoryLotId from the detail grid. I would need to requery the InventoryLot view in the Inventory.PreSaveHook().

My problem is how to set up the view. In MM the views have an alias, so how can I set up a view based on detail view

Hope I was clear???

Rex
Next
Reply
Map
View

Click here to load this message in the networking platform