Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Database

Database

Scheduled Pinned Locked Moved C / C++ / MFC
databasequestionhelpannouncement
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vin
    wrote on last edited by
    #1

    Hi, How can I update the view of my flexgrid control at run time? I want to display different query output passed to the remote data control connected to the flexgrid, at runtime. Please Help :)

    M 1 Reply Last reply
    0
    • V vin

      Hi, How can I update the view of my flexgrid control at run time? I want to display different query output passed to the remote data control connected to the flexgrid, at runtime. Please Help :)

      M Offline
      M Offline
      Mazdak
      wrote on last edited by
      #2

      You can use Update() or(refresh(),I'm not sure which one)for flexgrid controller,or you can use one of these functions for controller of it's Adoc. Mazy Don't Marry a Person You Can Live With... Marry Someone You Can Not Live Without

      V 1 Reply Last reply
      0
      • M Mazdak

        You can use Update() or(refresh(),I'm not sure which one)for flexgrid controller,or you can use one of these functions for controller of it's Adoc. Mazy Don't Marry a Person You Can Live With... Marry Someone You Can Not Live Without

        V Offline
        V Offline
        vin
        wrote on last edited by
        #3

        My code is this.... m_Rdc.SetSql ("Select * from emppers"); m_Rdc.Refresh (); m_Flex.Refresh (); m_Rdc is the member variable of type RemoteDataControl and m_Flex is of FlexGridControl. But this is not working. Is there any other way to do this. Pls Help..... :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups