Form TKitArticleDetailsForm
- Unit name: Forms.Details.KitArticle
- Form name: TKitArticleDetailsForm
- Old form name: form88 (unit88)
Synopsis
Form to edit details of kit article.
Functionalities
- Edit for subarticle code. Auto-complete from list of articles, starting at 3 letters.
- Spinedit for quantity.
- Button to execute OK action.
- Button to execute Cancel action.
- Article to edit is passed on with ArticeLink business processor.
Actions
OK
- Enabled when a quantity and article code have been entered, and the quantity > 0.
- When executed, the entered article code is checked for existence, and an error is raised if it is not found.
Cancel
- Always enabled.
- When executed, sets the form modal result to mrCancel.
Tables/Views
- Article To check existence of kit article code.
- ArtcleLink For the article to be edited.
Needed Service Calls
None.