Click here to Skip to main content
15,886,689 members
Home / Discussions / C#
   

C#

 
GeneralRe: WHAT DO YOU THINK YOU'RE DOING?! Pin
David Stone1-Sep-03 14:24
sitebuilderDavid Stone1-Sep-03 14:24 
AnswerRe: Loading a new image into a PictureBox? Pin
A.Wegierski31-Aug-03 19:31
A.Wegierski31-Aug-03 19:31 
GeneralRe: Loading a new image into a PictureBox? Pin
frogb0x1-Sep-03 8:54
frogb0x1-Sep-03 8:54 
QuestionWhen do we program in assembly? Pin
devvvy31-Aug-03 5:02
devvvy31-Aug-03 5:02 
AnswerRe: When do we program in assembly? Pin
leppie31-Aug-03 6:51
leppie31-Aug-03 6:51 
AnswerRe: When do we program in assembly? Pin
Daniel Turini1-Sep-03 5:12
Daniel Turini1-Sep-03 5:12 
GeneralRe: When do we program in assembly? Pin
devvvy1-Sep-03 6:13
devvvy1-Sep-03 6:13 
GeneralDataSets and Crystal Reports 9 Pin
Member 4863931-Aug-03 2:01
Member 4863931-Aug-03 2:01 
Ladies 'n Gentlemen,

i try to change the DataSets programmatically to a Crystal Report. I set the source with the SetDataSource-method of the CrystalReportViewer.
First at all, i had made a blank report with CR 9 and implements it to my c# project.
My problem now is that the setting of the Dataset takes no effect. Only if I set the datasource in the c# report designer, i can display my chosen information from the table. But therefore I don't need to set any Dataset in my code. If I remove the Datasource in the designer and try to bind the report to a dataset, there is an error such as "no field in formula".
My Dataset is filled (i've tested it). And i don't work with crystal reports for VS .NET 2003 which came up with the VS 2003.

My steps:
1. a blank report (with CR 9) and a windows application project
2. implementing the report in the project
3. filling a dataset with a table from a MS SQL Server (for testing i#ve taken the "pubs" database)
4. load the report soure file to my ReportDocument-instance
5. set unbound fields in my report
6. SetDataSource-method to my loaded report document
7. Set ReportSource to the CrystalReportviewer in my code

That all works fine, but it seems that at runtime the report got no Datasource. Any suggestions? Would be very great.

CsharpThomas alias T. LaBenche

Tom La Benche
GeneralRe: DataSets and Crystal Reports 9 Pin
Member 486393-Sep-03 0:44
Member 486393-Sep-03 0:44 
GeneralTcpServerChannel Pin
Anonymous31-Aug-03 0:57
Anonymous31-Aug-03 0:57 
GeneralRe: TcpServerChannel Pin
leppie31-Aug-03 4:31
leppie31-Aug-03 4:31 
GeneralSplitting a string constant over multiple lines Pin
Luca Leonardo Scorcia30-Aug-03 21:38
professionalLuca Leonardo Scorcia30-Aug-03 21:38 
GeneralRe: Splitting a string constant over multiple lines Pin
Jim Stewart30-Aug-03 21:55
Jim Stewart30-Aug-03 21:55 
GeneralRe: Splitting a string constant over multiple lines Pin
Luca Leonardo Scorcia30-Aug-03 21:59
professionalLuca Leonardo Scorcia30-Aug-03 21:59 
GeneralRe: Splitting a string constant over multiple lines Pin
leppie30-Aug-03 22:06
leppie30-Aug-03 22:06 
GeneralRe: Splitting a string constant over multiple lines Pin
Daniel Turini1-Sep-03 5:18
Daniel Turini1-Sep-03 5:18 
GeneralWindows Service Deployment Pin
Tatham30-Aug-03 18:41
Tatham30-Aug-03 18:41 
GeneralRe: Windows Service Deployment Pin
leppie30-Aug-03 22:09
leppie30-Aug-03 22:09 
GeneralRe: Windows Service Deployment Pin
Tatham31-Aug-03 15:31
Tatham31-Aug-03 15:31 
GeneralEncoding Style of a File Pin
Mehmet Cortuk30-Aug-03 17:37
sussMehmet Cortuk30-Aug-03 17:37 
GeneralASC() in C# Pin
econner30-Aug-03 11:20
econner30-Aug-03 11:20 
GeneralRe: ASC() in C# Pin
Meysam Mahfouzi30-Aug-03 17:49
Meysam Mahfouzi30-Aug-03 17:49 
GeneralRe: ASC() in C# Pin
Tatham30-Aug-03 18:43
Tatham30-Aug-03 18:43 
GeneralRe: ASC() in C# Pin
Bo Hunter31-Aug-03 11:17
Bo Hunter31-Aug-03 11:17 
GeneralRe: ASC() in C# Pin
Tatham2-Sep-03 21:51
Tatham2-Sep-03 21:51 

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.