June 13, 200223 yr If zero set zero.. Some funny thing. I wanted to force a number field always to show 0,00 instead of nothing. When using if [not amount] SetField (amount, 0) Nothing changed. The condition was not met. When using if [amount = 0] SetField (amount, 0) the thing works. An empty amount shows 0,00 Is there some funny explanation? Harry
June 13, 200223 yr Use IsEmpty() to check if a field is empty. Note that a feidld with zero may not be empty. Try changing the field's number format, it controls how empty fields are displayed.
Create an account or sign in to comment