Form InventoryDetails
- Unit name: Forms.Details.Inventory
 - Form name: TInventoryDetailsForm
 - Old form name: form123 (unit123)
 
Synopsis
Form to display inventory detail
Functionalities
- 2 columns: Start/End
 - For each column the following comboboxes
 - Place (filled with data from LocationPlaces view)
 - Row (filled with data from LocationRows view)
 - Level (filled with data from LocationLevels view)
 - Properties to access all values.
 - Button for OK action.
 - Button for Cancel action.
 
Actions
OK
- Active only if all values are non-empty.
 - When executed, sets
 
Cancel
- Always active.
 - When executed, sets form modalresult to mrCancel.
 
Tables/Views
LocationPlaces
SELECT RIGHT(LEFT(LOCATION,7),2) FROM LOCATION WHERE (NotForInventory<>'Y')
SELECT RIGHT(LEFT(LOCATION,4),2) FROM LOCATION WHERE (NotForInventory<>'Y')
SELECT RIGHT(LOCATION,1) FROM LOCATION WHERE (NotForInventory<>'Y')
Needed Service Calls
None.
Reports
None.