Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
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 
GeneralInvoking Control Events in Code Pin
Thoughthopper26-Apr-05 12:22
Thoughthopper26-Apr-05 12:22 
GeneralRe: Invoking Control Events in Code Pin
Polis Pilavas26-Apr-05 12:56
Polis Pilavas26-Apr-05 12:56 
GeneralRe: Invoking Control Events in Code Pin
Marc Clifton26-Apr-05 14:22
mvaMarc Clifton26-Apr-05 14:22 
GeneralRe: Invoking Control Events in Code Pin
leppie26-Apr-05 18:41
leppie26-Apr-05 18:41 
GeneralRe: Invoking Control Events in Code Pin
Marc Clifton27-Apr-05 4:15
mvaMarc Clifton27-Apr-05 4:15 
GeneralRe: Invoking Control Events in Code Pin
leppie27-Apr-05 9:00
leppie27-Apr-05 9:00 
GeneralRe: Invoking Control Events in Code Pin
Marc Clifton27-Apr-05 10:12
mvaMarc Clifton27-Apr-05 10:12 
GeneralRe: Invoking Control Events in Code Pin
Thoughthopper29-Apr-05 12:37
Thoughthopper29-Apr-05 12:37 
Generalconnecting SQLServer with Asp.net(C#) Pin
cishi_us26-Apr-05 11:10
cishi_us26-Apr-05 11:10 
GeneralRe: connecting SQLServer with Asp.net(C#) Pin
Heath Stewart26-Apr-05 11:17
protectorHeath Stewart26-Apr-05 11:17 
Questiondisplay row number in datagrid? Pin
sammyh26-Apr-05 8:57
sammyh26-Apr-05 8:57 
AnswerRe: display row number in datagrid? Pin
Marc Clifton26-Apr-05 11:15
mvaMarc Clifton26-Apr-05 11:15 
GeneralRe: display row number in datagrid? Pin
Heath Stewart26-Apr-05 11:20
protectorHeath Stewart26-Apr-05 11:20 

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.