VB question

  • Thread starter Thread starter Eric Clapton
  • Start date Start date
E

Eric Clapton

I am using MS VB .NET 2002 and am very new. When I start the vb. net, it
goes to module 1? How can I go to form design? Then I would
like to put the crystal report control over the form. Thanks.
 
Hi Eric,

I asume you opened a Window forms projects.

Then you can do View-> project explorer -> click on the form you want to
use.

I hope you find it?

Cor
 
Thanks, Cor and Klaus. I got it.

I tried to an existing Crystal Report 9.0 on a form by adding a control
crystalreportviewer, not sure if I am right. But how do I assign the data
source to that particular report? Do you have any idea?
 
Eric Clapton said:
Thanks, Cor and Klaus. I got it.

I tried to an existing Crystal Report 9.0 on a form by adding a control
crystalreportviewer, not sure if I am right. But how do I assign the data
source to that particular report? Do you have any idea?
OK, with your report in the designer, right-click the Database Fields node
in Field Explorer. You'll find the selections you need in the
context-sensitive menu.
For more on Crystal, search on "Crystal Reports" in the Visual Studio help.
Two good places to start are the articles "Crystal Reports" and "Designing
Reports".
Hope this helps.
 
Back
Top