Ejemplo n.º 1
0
        private void InitLookupEdit()
        {
            myBankCodeLookupEditBuilder = new
                                          ACMS.XtraUtils.LookupEditBuilder.BankCodeLookupEditBuilder(lkpEdtBankCode.Properties);

            myMonthOfInstallmentLookupEditBuilder = new ACMS.XtraUtils.LookupEditBuilder.MonthOfInstallmentLookupEditBuilder(lkpEdtMonthOfInstallment.Properties,
                                                                                                                             "");
            myBankIPPMerchantLookupEditBuilder = new ACMS.XtraUtils.LookupEditBuilder.BankIPPMerchantLookupEditBuilder(lkpEdtMerchantNo.Properties,
                                                                                                                       "", "", 0);
        }
Ejemplo n.º 2
0
        private void InitLookupEdit()
        {
            myBankCodeLookupEditBuilder = new
                ACMS.XtraUtils.LookupEditBuilder.BankCodeLookupEditBuilder(lkpEdtBankCode.Properties);

            myMonthOfInstallmentLookupEditBuilder = new ACMS.XtraUtils.LookupEditBuilder.MonthOfInstallmentLookupEditBuilder(lkpEdtMonthOfInstallment.Properties,
                "");
            myBankIPPMerchantLookupEditBuilder = new ACMS.XtraUtils.LookupEditBuilder.BankIPPMerchantLookupEditBuilder(lkpEdtMerchantNo.Properties,
                "", "", 0);
        }