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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataGrid Question

Status
Not open for further replies.

barbs2

Technical User
Jan 24, 2003
8
IE
How can I get a datagrid to print only a certain set of data, say relating to a date or a number entered into a text or input box. I have tryed a number of sql statements but can't get anything to work.
 
Show us what code/SQL statement you're using now
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'People who live in windowed environments shouldn't cast pointers.'
 
DataGrid shows that that is in Database.
For the first time hide those columns which are not necessary:

DataGrid1. Columns (0) .Visible=False

Then create DataReport and print it

Miho
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top