Pickorderlist
Form PickOrderList
- Unit name: Dialogs.PickOrderList
- Form name: PickOrderListDialog
- Old form name: Unit56.
Synopsis
Form to show the pick order list.
Functionalities
- Property to get pickjobid.
- Grid with view PickJobOrders.
- Button to execute Close action
Actions
Close
- Always enabled.
- Closes the form.
- Default button. Reacts on 'Escape' key.
Tables/Views
- PickJobOrders
Calculated field for location : if TLocation for an order is empty show 'not allocated', otherwise show TLocation.
Select AVIZ as OrderNo, TLocation from pickjob left join OUT on (pjInvoiceFK=pickjob) WHERE (pjPickjobID=:PickJobID) order by AVIZ -- Order code.
Needed Service Calls
None.
Reports
None.