hi hi hi,
I am writing following fx in Expression
if(PageNumber==1)
"Hi"
this expression wrote and preview, had again Edit Expression display following Errors.
Please find and fix that
An unhandled exception has occurred in a componenet in your application Clik continue and Application will ignore this error and attempt to continue.
Index was out of Range . Must be non-negative and less than the size of the collection.
Parameter name : StartIndex
Regards,
KMarimuthu.
display unhandled Exception
-
- Posts: 101
- Joined: Wed Jul 26, 2006 8:03 am
- Location: CHENNAI-TN, INDIA
display unhandled Exception
Marimuthu K
display unhandled Exception
Please try following code for the Expression:KMarimuthu wrote:hi hi hi,
I am writing following fx in Expression
if(PageNumber==1)
"Hi"
this expression wrote and preview, had again Edit Expression display following Errors.
Please find and fix that
An unhandled exception has occurred in a componenet in your application Clik continue and Application will ignore this error and attempt to continue.
Index was out of Range . Must be non-negative and less than the size of the collection.
Parameter name : StartIndex
Regards,
KMarimuthu.
Code: Select all
{PageNumber==1 ? "Hi":""}