Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I have two checkbox one is "chkYes" and the other is "chkReplace". Both of them works same, their code also same.
I have create a formula.

C#
if {DTTempSCLCSubmission.ScOrLcNo} = "0"
then ''
else "In addition to existing "+" "+ Cstr({DTTempSCLCSubmission.ScOrLcNo})


When I check "chkReplace" then in the formula "In addition to existing will be converted In Replacement of". How can I do this
Please help me.
Posted
Updated 21-Jul-13 0:38am
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900