Page 1 of 1

Missing Foreign Key in github master version

Posted: Wed Dec 09, 2020 9:05 am
by apmuthu
Ref: Pizza Tutorial #3
https://www.youtube.com/watch?v=40aWH3Gqn28
at 1min 35 secs

After creating Customer, Product and Invoice tables and fast forms, the Invoice Table's subform entry was listed as item_sf. When after the item table was created and attempted to create a fast form for it using the table item, the Foreign key entry field is missing but when a non table is specified, the field appears but where is the relationship to the table's name (item) and the arrows cycling through the field elements do not work anymore as there is no table reference for it now.

Re: Missing Foreign Key in github master version

Posted: Wed Dec 09, 2020 10:02 am
by apmuthu
Actually a discerned viewing of the tutorial shows that the menu table should not be pre-created for the tutorial and it gets created when the fast form subform gets created. The sample records can be inserted thereafter.

What happens when we need a different subform from the same table for another fast form? In the current scenario, we get to have another subform table created! Probably that is how it should generally be, but .....