Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if{DataTable1.Amount_Credit}=0
Posted
Updated 16-Jan-13 11:39am
v2

1 solution

Use IsNull
as

If( IsNull({DataTable1.Amount_Credit}))=true then

//Ur Statements


Correct it, if any syntax error is there.

Hope it helps.
 
Share this answer
 
v2

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