[ttl]Ship Order[/ttl]
[form program=shiporder onload=init][section half][hide invoiceNo$][hide %fm_usefile$ value="InvoiceHeader" secure]
[row "Invoice No:"][show Invoiceno$ class=bold][/row]
[row "Client ID:"][show Clientid$][/row]
[row "Client Name:"][show ClientName$][/row][/section]
[section half][row "Ship to Address:"][show address$][/row][/section][section whole]
[/section][section whole]
[subttl]Invoice Details[/subttl]
[list invLines$ query="scrnlib.en;INVLINES.Q" size=Auto/20 locked][/list]
[/section][section "whole"]
[subttl]Shipping Details[/subttl]
[row "\[show usefile field=ShipVia$\]:"][list ShipVia$ usefile program=*class;ClassList,"ShipVia" event=chgShipVia][/list][/row]
[row "\[show usefile field=TrackingNo$\]:"][input TrackingNo$ usefile event=chgTracking][/row]
[row "Freight charge:"][input Freight usefile event=chgFreight] (Change to override)[/row]
[button event=print class=fm_action size=auto target=new][symbol print] Print Packing Slip[/button] [button event=printInv size=auto class=fm_action target=new][symbol print] Print Invoice[/button] [button event=*close class=fm_action][symbol home] Exit[/button][button event=complete validate class="float_right commit_btn" size=auto/2][symbol check-square-o] Shipping Complete[/button] [button id=pick_btn event=Pick_it class="float_right commit_btn" size=20/2][symbol shopping-basket] Re-pick Order[/button] [/section]