Click here to Skip to main content
15,918,889 members
Home / Discussions / C#
   

C#

 
GeneralRe: Setup valid shortcuts Pin
Justin Perez14-Jan-08 3:53
Justin Perez14-Jan-08 3:53 
GeneralRe: Setup valid shortcuts Pin
Muammar©14-Jan-08 18:48
Muammar©14-Jan-08 18:48 
GeneralRe: Setup valid shortcuts Pin
Justin Perez15-Jan-08 2:43
Justin Perez15-Jan-08 2:43 
GeneralRe: Setup valid shortcuts Pin
Muammar©15-Jan-08 18:47
Muammar©15-Jan-08 18:47 
GeneralRe: Setup valid shortcuts Pin
Justin Perez16-Jan-08 2:44
Justin Perez16-Jan-08 2:44 
GeneralRe: Setup valid shortcuts Pin
Muammar©18-Jan-08 19:31
Muammar©18-Jan-08 19:31 
GeneralODP.Net - working with batches Pin
Member 453749113-Jan-08 19:03
Member 453749113-Jan-08 19:03 
QuestionHow to set Crystal Report Special Field "PrintDate" date format from code? Pin
azifaliazif13-Jan-08 18:59
azifaliazif13-Jan-08 18:59 
Hi

I am working on a desktop application using C#.NET. I am using Crystal Reports for reporting. At a certain point in application I change the culture of CurrentThread.i.e

//System.Globalization.CultureInfo abc = new System.Globalization.CultureInfo("en-US");
//System.Threading.Thread.CurrentThread.CurrentCulture = abc;

This change is reflected in the application and of course in crystal Reports. When I set the Date Format of CurrentThread.

//System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern = this.DataSet.DataTable[0]["dt_format"].ToString();

The change is reflected in tha application but my crystal reports donot reflect any changes. How can I set date format of PrintDate field after changing the DateTimeFormat of current thread. Or is there a way this change can be reflected to crystal reports as well

Can anybody help me what I should do?

I will be really grateful.

Azif
GeneralPassing Parameters in Windows Service Installation [modified] Pin
Arun Abraham Jose13-Jan-08 17:57
Arun Abraham Jose13-Jan-08 17:57 
GeneralRe: Passing Parameters in Windows Service Installation Pin
N a v a n e e t h13-Jan-08 19:35
N a v a n e e t h13-Jan-08 19:35 
GeneralRe: Passing Parameters in Windows Service Installation Pin
Arun Abraham Jose13-Jan-08 22:51
Arun Abraham Jose13-Jan-08 22:51 
QuestionHow to transfer Excel data sheet to an Access Table Pin
rameshika13-Jan-08 17:20
rameshika13-Jan-08 17:20 
GeneralRe: How to transfer Excel data sheet to an Access Table Pin
pmarfleet13-Jan-08 19:44
pmarfleet13-Jan-08 19:44 
GeneralRe: How to transfer Excel data sheet to an Access Table Pin
MickCurley14-Jan-08 1:13
MickCurley14-Jan-08 1:13 
GeneralRe: How to transfer Excel data sheet to an Access Table Pin
pmarfleet14-Jan-08 2:42
pmarfleet14-Jan-08 2:42 
QuestionWPF - Changing Fill property for group of shapes Pin
Shawn Horton13-Jan-08 16:25
Shawn Horton13-Jan-08 16:25 
GeneralRe: WPF - Changing Fill property for group of shapes Pin
CKnig14-Jan-08 0:46
CKnig14-Jan-08 0:46 
GeneralRe: WPF - Changing Fill property for group of shapes [modified] Pin
Shawn Horton14-Jan-08 7:06
Shawn Horton14-Jan-08 7:06 
GeneralRe: WPF - Changing Fill property for group of shapes Pin
CKnig14-Jan-08 18:46
CKnig14-Jan-08 18:46 
GeneralRe: WPF - Changing Fill property for group of shapes Pin
Shawn Horton15-Jan-08 1:17
Shawn Horton15-Jan-08 1:17 
Generaldeveloping fingerprint software using c# Pin
ayie13-Jan-08 16:22
ayie13-Jan-08 16:22 
GeneralRe: developing fingerprint software using c# Pin
Vasudevan Deepak Kumar13-Jan-08 18:17
Vasudevan Deepak Kumar13-Jan-08 18:17 
GeneralRe: developing fingerprint software using c# Pin
ayie15-Jan-08 21:14
ayie15-Jan-08 21:14 
GeneralSp Pin
new2pgrmg13-Jan-08 16:09
new2pgrmg13-Jan-08 16:09 
GeneralRe: Sp Pin
tcsoccerman13-Jan-08 16:17
tcsoccerman13-Jan-08 16:17 

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.