Hi all.I am making a program and opted to use randomfile data srorage method. the program also has to generate reports.How do i create reports?
Creating Reports
Collapse
X
-
Well...there are various methods of creating reports...Originally posted by TalihomzHi all.I am making a program and opted to use randomfile data srorage method. the program also has to generate reports.How do i create reports?
you could use crystal reports or simply use traditional vb printing
You also need to consider carefully what will be in the reports and what type of report
If you specify what version of vb you are using and what type of report you need to create ...im sure we can supply an example -
I dont have crystal report and dont want to deal with printing.What i have done is that i have created a form that looks like a report and put all the details in it.Originally posted by daniel aristidouWell...there are various methods of creating reports...
you could use crystal reports or simply use traditional vb printing
You also need to consider carefully what will be in the reports and what type of report
If you specify what version of vb you are using and what type of report you need to create ...im sure we can supply an example
To print the report ive used the printform command.The problem is that the printed report only fills part of the form but i want it to fill the whole paper on which it is printed on.How do i do this?
am currently using VB6Comment
Comment