Click here to Skip to main content
15,915,089 members
Home / Discussions / C#
   

C#

 
GeneralChanging borderstyle of mdi container Pin
Alex Korchemniy31-Aug-03 12:57
Alex Korchemniy31-Aug-03 12:57 
GeneralRe: Changing borderstyle of mdi container Pin
Roger Alsing31-Aug-03 21:20
Roger Alsing31-Aug-03 21:20 
QuestionLoading a new image into a PictureBox? Pin
frogb0x31-Aug-03 11:04
frogb0x31-Aug-03 11:04 
AnswerRe: Loading a new image into a PictureBox? Pin
Nick Parker31-Aug-03 11:30
protectorNick Parker31-Aug-03 11:30 
GeneralRe: Loading a new image into a PictureBox? Pin
frogb0x31-Aug-03 12:58
frogb0x31-Aug-03 12:58 
GeneralRe: Loading a new image into a PictureBox? Pin
Jon Newman31-Aug-03 13:28
Jon Newman31-Aug-03 13:28 
GeneralRe: Loading a new image into a PictureBox? Pin
frogb0x31-Aug-03 13:44
frogb0x31-Aug-03 13:44 
GeneralRe: Loading a new image into a PictureBox? Pin
Jon Newman31-Aug-03 14:07
Jon Newman31-Aug-03 14:07 
GeneralRe: Loading a new image into a PictureBox? Pin
frogb0x31-Aug-03 15:20
frogb0x31-Aug-03 15:20 
GeneralRe: Loading a new image into a PictureBox? Pin
Tatham31-Aug-03 15:34
Tatham31-Aug-03 15:34 
GeneralRe: Loading a new image into a PictureBox? Pin
frogb0x31-Aug-03 15:53
frogb0x31-Aug-03 15:53 
GeneralRe: Loading a new image into a PictureBox? Pin
David Stone31-Aug-03 21:23
sitebuilderDavid Stone31-Aug-03 21:23 
GeneralRe: Loading a new image into a PictureBox? Pin
frogb0x1-Sep-03 8:53
frogb0x1-Sep-03 8:53 
GeneralRe: Loading a new image into a PictureBox? Pin
David Stone1-Sep-03 10:17
sitebuilderDavid Stone1-Sep-03 10:17 
GeneralWHAT DO YOU THINK YOU'RE DOING?! Pin
J. Dunlap1-Sep-03 10:37
J. Dunlap1-Sep-03 10:37 
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 

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.