2013-08-02 104 views
-1

我設置變量以將Inventory record(庫存表)放到我的Production layout(生產表)中,將該變量插入到其ID字段中。這樣可行。Filemaker 12如何計算多個字段

我的問題是,我有Item, Color, Weight, Basis, Size字段,我需要從我的inventory table拉動信息放入使用該ID號碼的生產佈局。 (我知道門戶網站,但我需要多個門戶網站,因爲我將從我的庫存記錄和客戶記錄中「導入」其他信息)。

編輯我想我可能已經回答了我自己的問題。我爲要放入「生產」佈局的所有字段設置變量,然後使用腳本通過「計算」設置這些字段。這似乎是最好的方式去做這件事。?

回答

0

一段感情會更好。

Set $productionId = Production::id 
Go To Layout "Inventory" 
New Record 
Set Field Inventory::productionId = $productionId 
// now the relationship is valid between inventory and production 
// you can copy fields over from the Production table, 
// or just reference them using the relationship