Click here to Skip to main content
15,890,741 members
Home / Discussions / C#
   

C#

 
AnswerRe: The form appeared in debug mode even though I deleted it. Pin
OriginalGriff25-Jan-15 22:45
mveOriginalGriff25-Jan-15 22:45 
GeneralRe: The form appeared in debug mode even though I deleted it. Pin
WrightSfiso25-Jan-15 22:49
WrightSfiso25-Jan-15 22:49 
GeneralRe: The form appeared in debug mode even though I deleted it. Pin
OriginalGriff25-Jan-15 22:57
mveOriginalGriff25-Jan-15 22:57 
GeneralRe: The form appeared in debug mode even though I deleted it. Pin
WrightSfiso26-Jan-15 2:34
WrightSfiso26-Jan-15 2:34 
GeneralRe: The form appeared in debug mode even though I deleted it. Pin
OriginalGriff26-Jan-15 3:55
mveOriginalGriff26-Jan-15 3:55 
QuestionCustom properties OpenXml C# Pin
Member 1139687825-Jan-15 19:57
Member 1139687825-Jan-15 19:57 
AnswerRe: Custom properties OpenXml C# Pin
Richard Deeming26-Jan-15 2:19
mveRichard Deeming26-Jan-15 2:19 
Questioncrystal report problem Pin
shuaibwasifkhan25-Jan-15 10:31
shuaibwasifkhan25-Jan-15 10:31 
hello experts,
i am appreciating some help in if then else statement in crystal report.

numbervar x:={ev1.Hpronunciation};


if({ev1.class}="LKG" OR {ev1.class}="UKG") then
(
if(x>=9 and x<=10 )
then
"A+"
else if(x>=6 and x<=8 )
then
"A"
else if(x>=4 and x<=5 )
then
"B+"
else if(x>=3 and x<4 )
then
"B"
else if( x<3 )
then
"C"
else if( x=999 )
then
"AB"
else if( x=0 )
then
"*"
else
"")


else
(
if(x=5 )
then
"A+"
else if(x=4 )
then
"A"
else if(x=3 )
then
"B+"
else if(x=2 )
then
"B"
else if( x<2 )
then
"C"
else if( x=999 )
then
"AB"
else if( x=0 )
then
"*") ;




i am getting correct result for first condition ,but blank result for else ,can any one help me figure out where i am wrong
AnswerRe: crystal report problem Pin
Mycroft Holmes25-Jan-15 21:54
professionalMycroft Holmes25-Jan-15 21:54 
GeneralRe: crystal report problem Pin
BhavinPandya27-Jan-15 21:47
BhavinPandya27-Jan-15 21:47 
GeneralRe: crystal report problem Pin
Mycroft Holmes27-Jan-15 21:57
professionalMycroft Holmes27-Jan-15 21:57 
QuestionCross-platform Encryption / Decryption Pin
Jassim Rahma24-Jan-15 22:59
Jassim Rahma24-Jan-15 22:59 
AnswerRe: Cross-platform Encryption / Decryption Pin
Richard MacCutchan25-Jan-15 1:10
mveRichard MacCutchan25-Jan-15 1:10 
QuestionWhy doesn't my code find the .SelectedIndex? Pin
rfresh24-Jan-15 12:32
rfresh24-Jan-15 12:32 
AnswerRe: Why doesn't my code find the .SelectedIndex? Pin
BillWoodruff24-Jan-15 18:27
professionalBillWoodruff24-Jan-15 18:27 
AnswerRe: Why doesn't my code find the .SelectedIndex? Pin
OriginalGriff24-Jan-15 21:53
mveOriginalGriff24-Jan-15 21:53 
GeneralRe: Why doesn't my code find the .SelectedIndex? Pin
rfresh25-Jan-15 5:05
rfresh25-Jan-15 5:05 
GeneralRe: Why doesn't my code find the .SelectedIndex? Pin
OriginalGriff25-Jan-15 5:20
mveOriginalGriff25-Jan-15 5:20 
Questionhow to add a image to header of exportinf pdf in devexpress gridview Pin
Member 1064949524-Jan-15 11:04
Member 1064949524-Jan-15 11:04 
QuestionEncoding.ASCII.GetString(byte[]) and CR LF Pin
TMattC24-Jan-15 10:42
TMattC24-Jan-15 10:42 
AnswerRe: Encoding.ASCII.GetString(byte[]) and CR LF Pin
Richard Andrew x6424-Jan-15 16:32
professionalRichard Andrew x6424-Jan-15 16:32 
GeneralRe: Encoding.ASCII.GetString(byte[]) and CR LF Pin
TMattC25-Jan-15 1:32
TMattC25-Jan-15 1:32 
Questionmemory leak calling C functions in C# Pin
jpvi24-Jan-15 2:23
jpvi24-Jan-15 2:23 
AnswerRe: memory leak calling C functions in C# Pin
Dave Kreskowiak24-Jan-15 4:26
mveDave Kreskowiak24-Jan-15 4:26 
GeneralRe: memory leak calling C functions in C# Pin
jpvi24-Jan-15 5:11
jpvi24-Jan-15 5:11 

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.