You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OboutSuite/Grid/vb_totals_aggregates.aspx

16 lines
530 B

<%@ Page Language="VB" %>
<%@ Register TagPrefix="obout" Namespace="Obout.Grid" Assembly="obout_Grid_NET" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
Dim totalFreight As Double = 0
Dim ShipCount As Integer = 0
Dim countryNames As ArrayList = New ArrayList()
Dim countryCount As ArrayList = New ArrayList()
Dim firstShipping As Date = Date.MaxValue
Dim lastShipping As Date = Date.MinValue