Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Pop ups Pin
ii_noname_ii16-Aug-06 23:38
ii_noname_ii16-Aug-06 23:38 
GeneralRe: Pop ups Pin
ii_noname_ii17-Aug-06 2:45
ii_noname_ii17-Aug-06 2:45 
GeneralRe: Pop ups Pin
Guffa17-Aug-06 2:49
Guffa17-Aug-06 2:49 
GeneralRe: Pop ups Pin
ii_noname_ii17-Aug-06 3:20
ii_noname_ii17-Aug-06 3:20 
AnswerRe: Pop ups Pin
Guffa17-Aug-06 4:06
Guffa17-Aug-06 4:06 
Questioncrystal report Pin
eatwork16-Aug-06 10:18
eatwork16-Aug-06 10:18 
AnswerRe: crystal report Pin
Dave Sexton16-Aug-06 21:06
Dave Sexton16-Aug-06 21:06 
GeneralRe: crystal report Pin
eatwork17-Aug-06 4:26
eatwork17-Aug-06 4:26 
Thank you for your reply and insight. I currently do store the quotes in a database but do not store the reasons why they might/might not have been accepted. But I will ask the users if that is something they would like in the system.

I tried the code you suggested, but it doesn't seem to be working for me. The form opens, but without a report in the report viewer. This code is in the pop up form after the user clicks on a button and I call the forms showdialog method
my code:
<br />
Private Sub Form_Load()<br />
        myReport1.SetDataSource(Me.p_dataset)<br />
        Me.CrystalReportViewer1.ReportSource = myReport1<br />
End sub<br />
also tried<br />
Private Sub Form_Load()<br />
        myReport1.SetDataSource(Me.p_dataset)<br />
        Me.CrystalReportViewer1.ReportSource = myReport1.FilePath.ToString<br />
End sub<br />


Do you know of any place on the internet that might give me a tutorial to create a "template report"? All of the reports I have seen online are databinded to a database or have a database/xsd file that it reads data in from. I can't really use those examples because my dataset is created at runtime. I am fairly new to .net and coding, and have never done a crystal report through the integrated crystal reports in vs2003. Thank you very much

eatwork

GeneralRe: crystal report [modified] Pin
Dave Sexton17-Aug-06 21:52
Dave Sexton17-Aug-06 21:52 
GeneralRe: crystal report Pin
eatwork18-Aug-06 5:12
eatwork18-Aug-06 5:12 
GeneralRe: crystal report Pin
eatwork18-Aug-06 12:30
eatwork18-Aug-06 12:30 
QuestionSending text to a text box without clicking a button. Pin
KB_8bar16-Aug-06 8:45
KB_8bar16-Aug-06 8:45 
AnswerRe: Sending text to a text box without clicking a button. Pin
Stephen McGuire16-Aug-06 9:48
Stephen McGuire16-Aug-06 9:48 
QuestionHow to save any file in registy Pin
Syed Ali Raza16-Aug-06 7:21
Syed Ali Raza16-Aug-06 7:21 
AnswerRe: How to save any file in registy Pin
Christian Graus16-Aug-06 12:30
protectorChristian Graus16-Aug-06 12:30 
GeneralRe: How to save any file in registy Pin
hannesHTG17-Aug-06 3:48
hannesHTG17-Aug-06 3:48 
Questionwebclient on multiple threads? Pin
cstrader23216-Aug-06 5:12
cstrader23216-Aug-06 5:12 
AnswerRe: webclient on multiple threads? Pin
Stephen McGuire16-Aug-06 5:56
Stephen McGuire16-Aug-06 5:56 
GeneralRe: webclient on multiple threads? Pin
cstrader23216-Aug-06 6:31
cstrader23216-Aug-06 6:31 
GeneralRe: webclient on multiple threads? Pin
Stephen McGuire16-Aug-06 6:49
Stephen McGuire16-Aug-06 6:49 
GeneralRe: webclient on multiple threads? Pin
cstrader23216-Aug-06 17:23
cstrader23216-Aug-06 17:23 
GeneralRe: webclient on multiple threads? Pin
Stephen McGuire17-Aug-06 0:48
Stephen McGuire17-Aug-06 0:48 
GeneralRe: webclient on multiple threads? Pin
Keith Malwitz17-Aug-06 18:01
Keith Malwitz17-Aug-06 18:01 
GeneralRe: webclient on multiple threads? Pin
cstrader23218-Aug-06 3:12
cstrader23218-Aug-06 3:12 
QuestionUpdate database in designer Pin
cstrader23216-Aug-06 5:11
cstrader23216-Aug-06 5:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.