Property Boolean View_Latch_State
Read Access: | Get View_Latch_State to BooleanVariable |
Write Access: | Set View_Latch_State to BooleanVariable/Value |
When View_Latch_State is set true, the view's DDO structure will be initialized with the record that happens to be in the record buffer of the main_dd, unless a record is already in the view's buffer.
When View_Latch_State is set false, the view's DDO structure will initialize with cleared data.
Default is true.
This property is useful because it causes default behavior that is often desired. For example, if a Customer entry view has a customer record in buffer and the user opens an order view that uses the Customer table, the current Customer record will default.