If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Generate Reports through DataGrid and Temporary Table

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-22-04, 06:01
ric1982 ric1982 is offline
Registered User
 
Join Date: Jun 2004
Posts: 4
Generate Reports through DataGrid and Temporary Table

Well, i have lack of idea on how to generate report....
i have try many ways but still failed.

I'm using Data report of VB6,
and the main objective is
i need to let users to choose which records they need to put in the reports
Have any good idea?

Well, my idea is using Datagrid to show out all records and they choose from it but i cant update the records inside the Datagrid.
So i create a temporary table to store the modify records from Datagrid
but failed.

Can anyone show me the way?
Reply With Quote
  #2 (permalink)  
Old 06-25-04, 15:21
vextout vextout is offline
Registered User
 
Join Date: Jan 2003
Location: New York
Posts: 160
if the datagrid is being populated by a database
like access - access has it's own report section which you can call from vb
if sql server -- and happen to have reporting services installed, that is another way

the old fashion way is still good - straight text

printer.print "your text"
printer.print "-----------------"

if the report is simple you can do it that way

you asked for good ideas - i just gave you ideas (not necessarily good )
__________________
Beyond Limitation
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On