CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: SherriH

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    9,464

    Re: dynamically filling a select option

    The parameter I am passing is a string and I think that is my problem. As soon as it hits the line

    LoadSelect grpstr

    I get a "Type mismatch: 'Load Select'
  2. Replies
    5
    Views
    9,464

    Re: dynamically filling a select option

    Ok, but that doesn't fix my problem. I just had that in there for debugging purposes.
  3. Replies
    5
    Views
    9,464

    dynamically filling a select option

    I am trying to create a form that will dynamically fill a select list from information retrieved as a recordset from a sql database. I seem to retrieve the information fine. The problem is loading...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured