Data Report Designer - vb6 
Author Message
 Data Report Designer - vb6

New to designing reports, can't find a way to dynamically bind my report
text box to a data field from my data environment:

Dataenvironment1 - connecting to a mysql database, connections are good
DataReport1

I can get the data to show if I simply bind the text boxes using the
properties page, however I need to do it dynamically because I've got some
really funky formatting I need to do with all the records(put them into nice
columns for label printing).

Also, I don't seem to have access to an actual recordset object this way, is
this a concern or normal when using the data environment connections?

Any help would be greatly appreciated.

Kirk...



Tue, 06 Dec 2005 10:36:16 GMT  
 Data Report Designer - vb6


Fri, 19 Jun 1992 00:00:00 GMT  
 Data Report Designer - vb6
Data environments require too much hard-coding in my
opinion, it is better to just programtically use an ADO
recordset.

Quote:
>-----Original Message-----
>New to designing reports, can't find a way to dynamically
bind my report
>text box to a data field from my data environment:

>Dataenvironment1 - connecting to a mysql database,

connections are good
Quote:
>DataReport1

>I can get the data to show if I simply bind the text
boxes using the
>properties page, however I need to do it dynamically

because I've got some
Quote:
>really funky formatting I need to do with all the records
(put them into nice
>columns for label printing).

>Also, I don't seem to have access to an actual recordset
object this way, is
>this a concern or normal when using the data environment
connections?

>Any help would be greatly appreciated.

>Kirk...

>.



Tue, 06 Dec 2005 16:30:07 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

6. VB6 Data Report Designer - problems exporting to HTML

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

8. VB6 - Data Report designer ???

9. VB6 Data Report Designer - Please help!

10. VB6 Data Report designer CHECK MY CODING??

11. Data Designer and a Report Designer.

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

 

 
Powered by phpBB® Forum Software