Fixes based on recent testing. Key changes: EntryType DT (datetime) has been replaced...
[infodrom/rico3] / examples / dotnet / 3grids.aspx
index 2141daf..de7641f 100644 (file)
@@ -173,9 +173,9 @@ Double-click on an order to see the line items for that order.
   <Rico:Table runat='server' TblName='order_details' TblAlias='t' />\r
   <Rico:Table runat='server' TblName='products' TblAlias='p' JoinCondition='t.ProductId=p.ProductId' />\r
   <Rico:TableCol runat='server' heading='Order#'        colname='OrderID' width='60' canSort='false' visible='false' />\r
-  <Rico:TableCol runat='server' heading='Description'   colname='ProductName' width='150' AltTable='products' />\r
-  <Rico:TableCol runat='server' heading='Unit Quantity' colname='QuantityPerUnit' width='125' AltTable='products' />\r
-  <Rico:TableCol runat='server' heading='Unit Price'    colname='UnitPrice' width='80' datatype='Dollar' AltTable='products' />\r
+  <Rico:TableCol runat='server' heading='Description'   colname='ProductName' width='150' TblAlias='p' />\r
+  <Rico:TableCol runat='server' heading='Unit Quantity' colname='QuantityPerUnit' width='125' TblAlias='p' />\r
+  <Rico:TableCol runat='server' heading='Unit Price'    colname='UnitPrice' width='80' datatype='Dollar' TblAlias='p' />\r
   <Rico:TableCol runat='server' heading='Qty'           colname='Quantity' width='50' datatype='number' />\r
   <Rico:FormulaCol runat='server' heading='Total'       formula='t.UnitPrice*t.Quantity' width='80' datatype='Dollar' />\r
   <Rico:TableCol runat='server' heading='Discount'      colname='Discount' width='80' datatype='Percent' />\r