Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with combo box in Windows form
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01175922
Message ID:
01176314
Views:
9
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform