[ 1988593 ] Let show Totals in a MiniTable for Numeric Value

http://sourceforge.net/tracker/index.php?func=detail&aid=1988593&group_id=176962&atid=879335
This commit is contained in:
vpj-cd 2008-06-09 06:21:01 +00:00
parent b13354d076
commit 81690fe578
2 changed files with 2 additions and 3 deletions

View File

@ -82,7 +82,6 @@ public final class InfoProduct extends Info implements ActionListener
//Begin - fer_luck @ centuryon //Begin - fer_luck @ centuryon
mWindowNo = WindowNo; mWindowNo = WindowNo;
//End - fer_luck @ centuryon //End - fer_luck @ centuryon
AEnv.positionCenterWindow(frame, this); AEnv.positionCenterWindow(frame, this);
} // InfoProduct } // InfoProduct
@ -439,7 +438,7 @@ public final class InfoProduct extends Info implements ActionListener
s_productFrom, s_productFrom,
where.toString(), where.toString(),
"QtyAvailable DESC, Margin DESC"); "QtyAvailable DESC, Margin DESC");
p_table.setShowTotals(false);
// //
pickWarehouse.addActionListener(this); pickWarehouse.addActionListener(this);
pickPriceList.addActionListener(this); pickPriceList.addActionListener(this);

View File

@ -815,7 +815,7 @@ public class MiniTable extends CTable
{ {
if(col == 1 ) if(col == 1 )
{ {
setValueAt(" Σ " , row -1 , col); setValueAt(" Σ " , row -1 , col );
} }
else else
setValueAt(null , row - 1, col ); setValueAt(null , row - 1, col );