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

Thread: Grid

  1. #1
    Join Date
    Sep 1999
    Location
    Singapore
    Posts
    18

    Grid

    Hi, is there a way to directly edit values in a MSHFlexgrid or MSFlexgrid?


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

    Yes but prefer DBGrid in UnBound mode...

    Check the sample that comes with vb about editing in flexgrid cells, but because I had experience with that, I recommend you to use DBgrid in unbound mode...
    If you need more help on that tell me to post here a lot of code on that (section of my postgraduate project) :-)

    Michael Vlastos
    Automation Engineer
    Company Modus SA
    Development Department
    Athens, Greece

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: Yes but prefer DBGrid in UnBound mode...

    I agree, I'd also use the DBGrid instead of the other grids. Although NOT in unbound mode. IMHO that's way too much work.
    I'd use bound mode (and maybe stand-alone ADO-recordsets).


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