How to create groupings in VB6 Data Report that gets data from a .DBFfile (foxpro)?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Andyxis
    New Member
    • Sep 2010
    • 4

    How to create groupings in VB6 Data Report that gets data from a .DBFfile (foxpro)?

    Hi Everyone,
    I got a problem with creating groups in the Data Report which gets data from a .dbf file(foxpro). I tried creating a simple report without group headers/footers. The connection to the database is working fine. It displays the data from the DBF database. But I need to use groups to display the info by Name. The error displayed "failed getting rowset/s from current data source" I've also tried creating groups that gets data from MsAccess, and it's working fine too.. displaying info the way I want it to be. It seems that the problem is when the report is grouped and gets data from a .dbf file. Btw, these were existing databases so converting to MsAccess might consume a lot of time. I'm using Data Environment.

    Can anyone help me here please? I've been searching the net for the same problem for two days now.. Thanks in advance!
Working...