Ejemplo n.º 1
0
        private void fMaster_Load(object sender, EventArgs e)
        {
            cxImageComboBoxShowCompanies.SelectedIndex = 1;

            if (ProfitCashflow.oPcfDM.company_id > 0)
            {
                cxLookupComboBoxCompany.EditValue = ProfitCashflow.oPcfDM.company_id;
            }

            cxLookupComboBoxCompany.Properties.DataSource = dal.RetrieveCompany(ProfitCashflow.oPcfDM.UserName, cxImageComboBoxShowCompanies.EditValue.ToString());
        }
Ejemplo n.º 2
0
 private void fMaster_Load(object sender, EventArgs e)
 {
     cxEffDate.EditValue = DateTime.Now;
     dt = dal.RetrieveCompany(ProfitCashflow.oPcfDM.UserName, "Y");
     cxGrid1.DataSource = dt;
 }