Skip to Content
0
Former Member
Apr 28, 2009 at 06:53 PM

FOX Question

26 Views

Hi Gurus,

I'm writing a validation function. Therefore I need to read two values.

One value can be accessed via {amount, 0000000} --> I'm reading all values, where CalMonth is not assigned.

Now, I'm trying to read alle data calmonth <> 000000 (so, only assigned values)...but how? I tried {amount, NOT(0000000)} and {amount, <>0000000}, but I got an syntax error for both.

Any help is appreciated!

Rgds