add data to msflexgrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rem1992
    New Member
    • Oct 2012
    • 2

    add data to msflexgrid

    How to add datas from multiple tables in msflexgrid. I can add the data from one table. But when i add the details from 2 tables,it only display the data given in 1st table.
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Would you mind explaining how are you trying to achieve the same. Lets see your code and fix it.

    Comment

    • IraComm
      New Member
      • Oct 2012
      • 14

      #3
      It sounds like you may have bound the FlexGrid to the recordset.
      I would remove the bound and ".MoveNext" threw the recordset adding each item with .TextMatrix(r,c ) or .AddItem(...)

      Comment

      Working...