Most of the posts in this blog are based on real time issues and scenarios. The main goal here is to share userful information and help many people out there. These information are really used and working. Please share any information you have while reading this blog.
Wednesday, April 11, 2012
How to check if a string field contains a character in crystal reports formula
You can use Instr({text.field},'-') > 0 - indicates there is a character in the string field..
if Instr({text.field},'-') = 0 - indicates there are no such characters in the string field.
No comments:
Post a Comment