borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Crystal Reports Error)Next Topic (Data Report) New Topic New Poll Post Reply
AndreaVB Forum : Reporting tools : Form used As Report
Poster Message
ahmad
Level: Master

Registered: 03-02-2003
Posts: 120

icon Form used As Report

Hi there
i have a problem , in one of our projects , due to some reason we used form as report by this i mean e.g
* we had  a list of companies in company list box
* On Selecting Company all of its products are filled in            Product List box
* and then when u select product its detail are shown in a fram  which comprises of fields like Catagory,precautions ,Old/New,Package Details etc etc
* on that same form we had given a print button ,on pressing it all the details of a specific product of a specifice company are being copied on a white form which has nothing but collection of labels some labels for Field Headings and some for fields Values
* ther we hav print ,cancel label as well on focusing these labels get enlarge and Red

Its Working V Well and is in business for several months

Problem:--
This form works well for one product , what if we want to have
detail of all products of a company ,e.g abc company makes 140 products then how can we get the information of all these products on that on form
REmember we cant use crystal reports Due to some reason
Regards


____________________________
@#@#@

13-01-2004 at 05:44 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Form used As Report

You can simulate grid and display your data in a drawn table. You would then have to make something like

Page 1 of 20

Which will allow you to display data that couldnt be displayed on one form. For instance lets say that maximum rows that could be displayed on A4 paper is 30. I you have 115 articles, you would need to have 4 pages displaying 30 articles each, respectively. Clicking on the print button, you can allow user to choose between printing current or all pages.

____________________________
If you find the answer helpful, please mark this topic as solved.

13-01-2004 at 11:54 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Reporting tools : Form used As Report
Previous Topic (Crystal Reports Error)Next Topic (Data Report) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder