Click here to Skip to main content
15,919,422 members
Home / Discussions / C#
   

C#

 
GeneralRe: Slow application start Pin
fracalifa27-Apr-05 9:50
fracalifa27-Apr-05 9:50 
GeneralRe: Slow application start Pin
Luis Alonso Ramos27-Apr-05 5:42
Luis Alonso Ramos27-Apr-05 5:42 
GeneralRe: Slow application start Pin
Carl Mercier28-Apr-05 2:09
Carl Mercier28-Apr-05 2:09 
Generalsqldatareader Pin
sianatia26-Apr-05 21:23
sianatia26-Apr-05 21:23 
GeneralRe: sqldatareader Pin
Colin Angus Mackay26-Apr-05 23:14
Colin Angus Mackay26-Apr-05 23:14 
GeneralRe: sqldatareader Pin
sianatia26-Apr-05 23:26
sianatia26-Apr-05 23:26 
GeneralRe: sqldatareader Pin
Kodanda Pani26-Apr-05 23:33
Kodanda Pani26-Apr-05 23:33 
GeneralRe: sqldatareader Pin
Colin Angus Mackay26-Apr-05 23:34
Colin Angus Mackay26-Apr-05 23:34 
GeneralRe: sqldatareader Pin
sianatia27-Apr-05 0:15
sianatia27-Apr-05 0:15 
GeneralRe: sqldatareader Pin
Colin Angus Mackay27-Apr-05 0:56
Colin Angus Mackay27-Apr-05 0:56 
GeneralRe: sqldatareader Pin
sianatia27-Apr-05 17:55
sianatia27-Apr-05 17:55 
QuestionHow can i merge word documents to one document Pin
jupin226-Apr-05 20:47
jupin226-Apr-05 20:47 
AnswerRe: How can i merge word documents to one document Pin
Polis Pilavas26-Apr-05 23:36
Polis Pilavas26-Apr-05 23:36 
GeneralGettings other page data. Pin
dabuskol26-Apr-05 19:02
dabuskol26-Apr-05 19:02 
GeneralRe: Gettings other page data. Pin
Polis Pilavas26-Apr-05 23:40
Polis Pilavas26-Apr-05 23:40 
QuestionHow to pass parameter from C# to a autoit script Pin
Abijawan26-Apr-05 18:08
Abijawan26-Apr-05 18:08 
GeneralEmbedding image file in Assembly Pin
Anonymous26-Apr-05 18:07
Anonymous26-Apr-05 18:07 
GeneralRe: Embedding image file in Assembly Pin
Polis Pilavas26-Apr-05 23:43
Polis Pilavas26-Apr-05 23:43 
GeneralRe: Embedding image file in Assembly Pin
Kodanda Pani26-Apr-05 23:46
Kodanda Pani26-Apr-05 23:46 
QuestionHow to pass parameter from C# to a autoit script Pin
Abijawan26-Apr-05 18:06
Abijawan26-Apr-05 18:06 
GeneralCrystal Reports via ADO.NET Pin
SignMan35926-Apr-05 14:30
SignMan35926-Apr-05 14:30 
I've finally gotten my Crystal Reports to work with a DataSet. However, I am now facing a new problem.

I created a packing list in Crystal Reports, but now we need to be able to modify how the interface reacts based on data in the report - hence, the need for using a DataSet. Because of the amount data involved, the same data that is collected in the C# and passed as a parameter field to Crystal, is being used in a WHERE clause to limit the amount of data pulled into the DataSet (if we pulled everything into the dataset every time, we would be pulling 300-500 orders 400-700 times a day - too much load.)

The problem with this approach is that the DataSetis limited to the particular order that a box belongs to. Each time they try to process another box, it starts from scratch (theoretically). However, it only seems to work on the first box because something is keeping stale data. I tried disposing the dataset and dataadapters at the beginning of each try, refreshing the report object before and/or after setting the datasource method, and refreshing the reportviewer object before and/or after setting the reportsource method. All to no avail.

At this point I'm at a loss as to what to do to refresh the data so that I'm not using stale data each time I run the report. Any ideas would be greatly appreciated.

--In a world without fences, who needs Gates?
QuestionHow do we use PropertyInfo when we don't know data type? Pin
rudy.net26-Apr-05 13:57
rudy.net26-Apr-05 13:57 
AnswerRe: How do we use PropertyInfo when we don't know data type? Pin
Marc Clifton26-Apr-05 14:16
mvaMarc Clifton26-Apr-05 14:16 
GeneralRe: How do we use PropertyInfo when we don't know data type? Pin
rudy.net26-Apr-05 18:00
rudy.net26-Apr-05 18:00 
GeneralRe: How do we use PropertyInfo when we don't know data type? Pin
Marc Clifton27-Apr-05 0:56
mvaMarc Clifton27-Apr-05 0:56 

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.