Ejemplo n.º 1
0
  void find() {
    String criterion;
    /*String operator=" and ";
    if(m_orRadioBt.isSelected())
    	operator =" or ";*/
    // criterion = loader.getCriterion(m_searchTable,operator);
    criterion = "1=1";
    if ((!firstTime && m_voucherList.length == 0) || (m_voucherList == null))
      m_voucherList = loader.find(criterion);
    if (m_sign) {
      // prepareChildren(getIndexes());
      prepareChildren(criterion);
      prepareJournalStandardAccounts();

      m_voucherListTable.setReceiptList(m_voucherList, this.m_type);
    } else m_voucherListTable.setReceiptList(m_voucherList);
  }