PDA

View Full Version : making VB Report


Programmer
11-28-02, 14:37
Does anyone know how to make a report in VB based on the form?

like I have a form and it has few text boxes

I wanna make a report but i wanna get the DATA from the forms text boxes

it gives me an error that my report don't have a datasource

I don't want a datasource. I just wanna get the information from my form and make a report from there

Thanks in advance

rnealejr
11-29-02, 01:36
When you say you receive an error - what is giving you this error ? What report generator are you using now - crystal ? How do you want this report displayed ?

Programmer
11-29-02, 09:50
I recieve an error When I don't put the datasource in the Report

I wanna grab the values from the form and show it on the report

like I have few text boxes on the form
lets say for an example this is my form

Customer Id Customer Name

Customer Address Phone Number

Order Number Fax Number

So what I wanna do is I wanna get all the information from this form and put it in the report. And no I'm not using Crystal report.

I want the report to be display the same data it shows on the form

this is how I want the report to look like.. just an example

Customer ID Customer Name


Customer Address Phone Number


Order Number Fax Number

Originally posted by rnealejr
When you say you receive an error - what is giving you this error ? What report generator are you using now - crystal ? How do you want this report displayed ?