data report with MSHFLEXGRID

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • babbles
    New Member
    • Oct 2007
    • 1

    data report with MSHFLEXGRID

    I have a problem about data reports. My project is to view reports monthly, yearly and daily and show the query on MShflexgrid and show the total income summary.
    I have already made my query on that and its working. But my problem is about data reports , i dont know how to create data reports base on my query or based on the data that is display on mshflexgrid.

    PLEASE HELP!!!thanks :)
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    try to use the sample code

    [CODE=vb]rs.Open SqlArea, con, adOpenForwardOn ly, adLockReadOnly
    Set MSHFG.Recordset = rs[/CODE]

    Comment

    Working...