Click on an order number to view/edit.
| CustNo | Company | OrderNo | SaleDate | ShipDate | EmpNo | ItemsTotal | AmountPaid | |||
|---|---|---|---|---|---|---|---|---|---|---|
| ><%= OuterAdapter.CustNo.DisplayText %> | ><%= OuterAdapter.Company.DisplayText %> | > "><%= OuterAdapter.OrderNo.DisplayText %> | ><%= OuterAdapter.SaleDate.DisplayText %> | ><%= OuterAdapter.ShipDate.DisplayText %> | ><%= OuterAdapter.EmpNo.DisplayText %> | ><%= OuterAdapter.ItemsTotal.DisplayText %> | ><%= OuterAdapter.AmountPaid.DisplayText %> | <% i++ } %>
| <% if (OuterAdapter.PrevPage.Enabled) { %> << <% } else {%> << <%} %> <% if (OuterAdapter.GotoPage.Array != null) { var e = new Enumerator(OuterAdapter.GotoPage.Array) for (; !e.atEnd(); e.moveNext()) { %> | <% if (OuterAdapter.GotoPage.Enabled) { %> <%=OuterAdapter.GotoPage.DisplayLabel%> <% } else { %> <%=OuterAdapter.GotoPage.DisplayLabel%> <% } %> | <% } } %><% if (OuterAdapter.NextPage.Enabled) { %> >> <% } else {%> >> <%} %> |