Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with combo box in Windows form
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01175922
Message ID:
01176314
Vues:
10
Kevin,

Okay, that took care of that problem. Now I can't get the grid to load the invoice data. I am using mmDataGrid. The binding source is set to Invoice. There is only one invoice loaded right now. Could that cause a problem firing the code to load the dataset?

Here's the code for selecting an invoice:
        private void ddlInvoiceNo_SelectedIndexChanged(object sender, EventArgs e)
        {
            if (this.ddlInvoiceNo.SelectedText != "")
                oInvoice.GetInvoiceByInvoiceNo(this.ddlInvoiceNo.SelectedText);
            this.grdInvoice.Refresh();
        }
Am I missing something?

Thanks.

Linda
Linda Harmes
HiBit Technologies, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform