Syntax
| SQL.CreatePaklijstDocument WerkOrder[, Repair][, ModeCredit][, Bewerken]
| |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Runs the application to print packing slips using work order and template data, optionally a Repair can also be performed, where a new packing slip is printed out, without affecting slip numbers or other settings.
| |||||||||||
See Also
| ||||||||||||
Example
| Sub Main() SQL.CreatePaklijstDocument 3456, Bewerken:=True End Sub | |||||||||||