Click here to Skip to main content
15,867,568 members
Home / Discussions / C#
   

C#

 
QuestionSerializing an interface? Pin
Marc Clifton9-Oct-06 8:28
mvaMarc Clifton9-Oct-06 8:28 
AnswerRe: Serializing an interface? Pin
led mike9-Oct-06 8:57
led mike9-Oct-06 8:57 
GeneralRe: Serializing an interface? Pin
Marc Clifton9-Oct-06 9:29
mvaMarc Clifton9-Oct-06 9:29 
GeneralRe: Serializing an interface? Pin
led mike9-Oct-06 10:31
led mike9-Oct-06 10:31 
AnswerRe: Serializing an interface? Pin
Robert Rohde9-Oct-06 22:13
Robert Rohde9-Oct-06 22:13 
QuestionEscape from image folder Pin
Parshant Verma9-Oct-06 7:39
Parshant Verma9-Oct-06 7:39 
AnswerRe: Escape from image folder Pin
Guffa9-Oct-06 9:41
Guffa9-Oct-06 9:41 
QuestionEmpty Crystal Report Pin
WillemM9-Oct-06 7:12
WillemM9-Oct-06 7:12 
I don't know, but it seems the crystal reports doesn't like me or my computer or something, because I can't get the following simple scenario to work:

- I used strongly typed datasets in the application to build my model with
- I Added a couple of forms and used databinding to connect the datasets

This all works fine, so I created a crystal report to print some of the data.
It's a report with a parent child-relation in it, because I'm showing a delivery note with delivery items on it. I used the wizard, so I can assume that works out.

But when I run the app and try to print something using the report, I get an empty report from my printer. After two hours of searching and finding it out myself, I'm out of options.

The code to load and print the report is as follows:

Pakbon report = new Pakbon();<br />
<br />
report.SetDataSource(ds);<br />
report.PrintToPrinter(1, true, 0, 0);


WM.

What about weapons of mass-construction?

AnswerRe: Empty Crystal Report Pin
WillemM9-Oct-06 21:05
WillemM9-Oct-06 21:05 
AnswerRe: Empty Crystal Report Pin
WillemM10-Oct-06 6:24
WillemM10-Oct-06 6:24 
QuestionHow could this not work? Pin
nicknotyet9-Oct-06 6:40
nicknotyet9-Oct-06 6:40 
AnswerRe: How could this not work? Pin
nicknotyet9-Oct-06 6:44
nicknotyet9-Oct-06 6:44 
GeneralRe: How could this not work? Pin
User 66589-Oct-06 7:12
User 66589-Oct-06 7:12 
JokeRe: How could this not work? Pin
Guffa9-Oct-06 7:48
Guffa9-Oct-06 7:48 
Questionkeyup/keypress event for forms Pin
jeweladdict9-Oct-06 6:38
jeweladdict9-Oct-06 6:38 
AnswerRe: keyup/keypress event for forms Pin
Stefan Troschuetz9-Oct-06 7:08
Stefan Troschuetz9-Oct-06 7:08 
GeneralRe: keyup/keypress event for forms Pin
jeweladdict9-Oct-06 7:18
jeweladdict9-Oct-06 7:18 
QuestionSetup creation VS2005 Pin
Charith Jayasundara9-Oct-06 6:19
Charith Jayasundara9-Oct-06 6:19 
AnswerRe: Setup creation VS2005 Pin
Stefan Troschuetz9-Oct-06 7:16
Stefan Troschuetz9-Oct-06 7:16 
QuestionMS Access relationships manipulation Pin
Juan Pedro Prez9-Oct-06 5:38
Juan Pedro Prez9-Oct-06 5:38 
QuestionGetting primary keys from GetSchemaTable Pin
il_masacratore9-Oct-06 5:15
il_masacratore9-Oct-06 5:15 
QuestionPrinters installed on a remote PC Pin
Mircea Puiu9-Oct-06 4:54
Mircea Puiu9-Oct-06 4:54 
QuestionPopulating HTML fields in a AxWebBrowser Pin
kozu9-Oct-06 4:40
kozu9-Oct-06 4:40 
AnswerRe: Populating HTML fields in a AxWebBrowser Pin
led mike9-Oct-06 6:03
led mike9-Oct-06 6:03 
QuestionFind Application Environment at runtime Pin
pranu_139-Oct-06 4:38
pranu_139-Oct-06 4:38 

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.