Select Module Information
Select Module Information
1-Select MODULES: Thanks to these modules, we can use it when making relevant selections in other forms.
CustomerSelectForm: We'll do a list of warehouses in this form. Objects used in this form; 1 x GridView, 1 Navigator

CustomerSelectForm View Code: ListData (): Our data listing function. DataSelections (): Our function file will be used when taking data from this form in different forms

SafeSelectForm: We're going to do a list of crates in this form. Objects used in this form; 1 x GridView, 1 Navigator

SafeSelectForm View Code: ListData (): Our data listing function. DataSelections (): Our function file will be used when taking data from this form in different forms

StockSelectForm: We're going to do a list of crates in this form. Objects used in this form; 1 x GridView, 1 Navigator

StockSelectForm View Code: ListData (): Our data listing function. DataSelections (): Our function file will be used when taking data from this form in different forms

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

StoreSelectForm View Code: ListData() : Our data listing function. DataSelections() : Our function file will be used when taking data from this form in different forms
