If you have some scripts or calculated fields with complex logic, it sometimes gets boxed - usually a bracket error... example:

( not isEmpty (somefield) and isEmpty(another field)) or not isEmpty(a thirdfield)

could become

not isEmpty (somefield) and (isEmpty(another field) or not isEmpty(a thirdfield))

Dave

Thanks Richard.

I'm particularly interested in scripting changes that have occurred since version 6? How is this handled? Will I need to examine each script manually for problems, or does the program call them to my attention somehow? This will not be an issue, mainly as I intend to change a number of them anyway, but it would be nice to get a heads-up where to look for problems.

Thanks,
Charlie


--
David A. McQueen
LICHEN Software
Barrie, ON, Canada
705-720-9022
705-728-2289
www.lichen-software.com

Reply via email to