VB6 Data report designer 
Author Message
 VB6 Data report designer

Does anyone know of a good source of information on how to use the VB6
datareport designer. It looks alot like the Access tool for reporting and if
it can be used the same way then I can dump the painfully slow Crystal
Reports....

Dave



Mon, 26 Feb 2001 03:00:00 GMT  
 VB6 Data report designer
The way I use it, and to my understanding the way is  it supposed to
be used, it to create a connection to a database using the Project >
Add Microsoft User Connection from there you can select your database,
ODBC, MDB, etc, then I create commands and use the SQL query builder
if you like, I prefer to type them  by hand. Once you have created the
command or SQLScript you can then add a Data Report and select the
DataSource to the Connection Name you created and DataMember binds to
the SQL or Command you created. Then you drag RTFTextBox into the data
report, Section 3 I think is the only area that will accept them, and
the just select the datafield you would like from the drop down list
and whala that is it. Right Click and you will see that you can add
other nice things like current data, # pages in report, current page,
and also do aggregate function. IMHO, I prefer this over Crystal and
also over Access, it is very similar to Active Reports from
DataDynamics... Henry

On Thu, 10 Sep 1998 11:21:04 -0700, "Dave Winter"

Quote:

>Does anyone know of a good source of information on how to use the VB6
>datareport designer. It looks alot like the Access tool for reporting and if
>it can be used the same way then I can dump the painfully slow Crystal
>Reports....

>Dave



Wed, 28 Feb 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. VB6 Data Report Designer?

2. VB6 Data Report Designer

3. VB6 Data Report Designer

4. VB6 data report designer

5. VB6 Data Report Designer - problems exporting to HTML

6. VB6 - Data Report designer ???

7. VB6 Data Report Designer - Please help!

8. VB6 Data Report designer CHECK MY CODING??

9. How to use columns with Data Report Designer in VB6

10. Data Report Designer - vb6

11. Data Designer and a Report Designer.

12. Help: VB6 Crashes after adding Crystal Report 6.0 Designer report

 

 
Powered by phpBB® Forum Software