What is the best practice to work with Header/Details document structure from real world (using for example type)?
This is not a solution because i have there a one-to-many relation.
Thank you
B4X:
Type Order (id_order As Int, od As OrderDetail)
Type OrderDetail (id_orderdetail, id_order As Int)
Thank you