Page 1 of 1

Accessing fields in the dictionary

Posted: Wed Jun 04, 2008 11:46 am
by coldrick
In a statement form I want to create a formula that uses the value of the field PARTICULARS.

PARTICULARS appears in the dictionary list but not (that I can tell) in any database field.

I've tried this

if Dictionary->PARTICULARS == 'Payment'

but it doesn't like it.

How can I access a field such as this?

Rgds
Barry

Posted: Wed Jun 25, 2008 12:20 pm
by coldrick
Found solution to this:-

It is Dictionary("FieldName")

Posted: Mon Aug 11, 2008 5:29 pm
by COBS Tech Support
You can use Dictionary() to return a calculated field result or a result from one of your own calculated fields.