Example #1
0
 /**
  * Insert the method's description here. Creation date: (10/16/2002 4:30:08 PM)
  *
  * @return int
  * @param index int
  */
 public String getPdecvolumencompra(int index) {
   dbPROMOCION a = (dbPROMOCION) vPromocion.elementAt(index);
   return org.nibble.util.Formato.formateoNumerico(a.getDecvolumencompra(), "##,###,##0.00");
 }