Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making DataReports to work properly... 2

Status
Not open for further replies.

Aristarco

Programmer
Jun 19, 2000
77
MX
How can I make this DataReport to content the info I want? I set up the connection to a Database, then used cmdTable to open a table, then tryed to show a field in a textbox and nothing happened. Well, something happened: an error message saying the rows couldn´t be recovered from the table. What's going on?<br><br>Hey! I'm the first in this forum!
 
I'll need a little more information <br>What database are you connecting to etc.. <br><br>If you can provide me your E-mail address I will send you an example of using the data reports and data environment
 
Already made the connection! But now I'm having problems with the width of the paper, since this thing dont use the landscape orientation automatically. But any help will be very useful.<br><br>Thanks!
 
datareports compares the report width with the current default windows printer paper width and insists that the report fit within.<br><br>you can trap and check for this in code to prevent the stupid datareports error whenever the user changes the printer settings.<br><br>datareports ignores the VB printer object and only looks to the windows default printer. As yet no way round this
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top