CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ubound dbgrid

  1. #1
    Join Date
    Aug 1999
    Location
    Toluca, Mexico
    Posts
    8

    ubound dbgrid

    I can´t send any type of data (strings, integers, long...) from a form with a bound dbgrid to another form with a ubound dbgrid. How can I do ?



  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: ubound dbgrid

    Pass them to public variables and use these variables to fill the second dbgrid. It doesn't matter that the one is on bound and the other to unbound. You just want to read the values of the first and fill the second.

    Michael Vlastos
    Company MODUS SA
    Development Department
    Athens, Greece
    Tel: +3-01-9414900

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured