Abraham Zwygart
2010-08-06 22:43:03 UTC
I have a form called AKRInventPieceSum. That uses a table with the same
name. The primary key is ItemId and InventDimId. In the following two forms:
InventOnHandItem (sys level, except a button), AKRInvByAttributeOnHand, they
both call the same menu item passing InventSum table.
If I add a relation to AKRInventPieceSum back to InventSum using ItemId and
InventDimId (to help with linking from InventSum to AKRInventPieceSum), the
from AKRInventPieceSum stops working when called form InventOnHandItem, but
continues to work when called from AKRInvByAttributeOnHand???
In the init method of AKRInventPieceSum I have found that when coming from
InventOnHandItem the InventSum.InventDimId, and recidId are blank?? Coming
from AKRInvByAttributeOnHand all the fields are OK.
Any Ideas why and/or how to fix this?
Thanks
Abraham Z.
name. The primary key is ItemId and InventDimId. In the following two forms:
InventOnHandItem (sys level, except a button), AKRInvByAttributeOnHand, they
both call the same menu item passing InventSum table.
If I add a relation to AKRInventPieceSum back to InventSum using ItemId and
InventDimId (to help with linking from InventSum to AKRInventPieceSum), the
from AKRInventPieceSum stops working when called form InventOnHandItem, but
continues to work when called from AKRInvByAttributeOnHand???
In the init method of AKRInventPieceSum I have found that when coming from
InventOnHandItem the InventSum.InventDimId, and recidId are blank?? Coming
from AKRInvByAttributeOnHand all the fields are OK.
Any Ideas why and/or how to fix this?
Thanks
Abraham Z.