Page 1 of 1

Proplem if Expressions with condition

Posted: Sun Oct 07, 2007 4:44 pm
by alharbi
This is My condition
{TS_DirS_TrainingPlace.TelByeMail==0 ? "Yes":"No"}

I Get This Error:
BC30201 Expression Expected
BC30035 Syntax Error

Where Is The Proplem ?
---------------
WinXP SP2
.Net Framework Ver 1.1
VB.Net Web Report

Proplem if Expressions with condition

Posted: Mon Oct 08, 2007 1:03 am
by EDV Gradl
I think the tenary expression is a feature of C#, not VB. You could use the iff function of Stimulreport, though.

Marco

Proplem if Expressions with condition

Posted: Mon Oct 08, 2007 5:22 am
by alharbi
Thank you very much, Work well now.