Safe Module Information


Safe Module Information

1-Safe MODULE: With this module, we will list the crates. And then we can use it in the respective modules.

1-A: Safe Movements: Thanks to this module, we can list the input and output streams of the corresponding chassis.

SafeListForm: We'll do a list of crates in this form. Objects used in this form; 1 x GridView, 1 Navigator

SafeListForm View Code: ListData (): The function we will pull data from. EntityDelete (): The function required to delete data. OpenEditForm (): function of opening selected data in edit mode. OpenEditFormAdd (): Open function in new recording mode. ActivityOpen (): Our function required to open customer transactions.

SafeEditForm: In this form, we will provide the vault information to be shown. Objects used in this form; We are transferring 1 LayoutControl and (5 TextEdit) into one.

LayoutControl: Layout Control

SafeEditForm View Code: DatabaseAddOrUpdate () If there are no errors in the data, we will register and close.

< img src = "../images/safe4.png" data-title = "Image 4 " >

Safe Activity MODULE: Thanks to this module, we can see Safe Activitys. Input/Output

SafeActivityListForm: In this form, we will list the amounts of the products that customers have received and/or sold, and the payment quantities. Objects used in this form; 3 pieces LayoutControl, 3 GridView, 1 Navigator

SafeActivityListForm View Code : ListData() // We call the variable ListData that we defined in BaseListForm.