harryk Posted June 13, 2002 Posted June 13, 2002 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
Vaughan Posted June 13, 2002 Posted June 13, 2002 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.
Recommended Posts
This topic is 8270 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now