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

Thread: Flexgrid

  1. #1
    Join Date
    Apr 2001
    Location
    ohio
    Posts
    300

    Flexgrid

    can i import data from the old type database system into a flex grid???


    Ron


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Flexgrid

    You might want to be a little more explicit about what "old type database system " is and what you are trying to do.

    John G

  3. #3
    Join Date
    Apr 2001
    Location
    ohio
    Posts
    300

    Re: Flexgrid

    I am using the Type, End Type system. I "Get" each record one at a time and "Put" each record one at a time.

    Incident.Name = Name$
    put #1, 1, Incident

    get #1, 1, Incident
    DisPlayName$ = trim(incident.name$)




  4. #4
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Flexgrid

    As far as you can read record from the database you can put anything into flexgrid

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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