Definition Module Information


Definition Module Information

1-Definition MODULE : Thanks to this module we can save the values we will use when making selection operations in all forms..

DefinitionListForm :This form will be the values we use as the selection screen; 1 x GridView, 1 Navigator

DefinitionListForm View Code: DataSelections (): We will use it in cases where selection is made. 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.

DefinitionEditForm :We will provide the relevant Definition information in this form. Objects used in this form; We transfer 1 piece of LayoutControl and (2 TextEdit).

LayoutControl : Layout Control

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