Explicit field names

S.Conlon

New Member
Greetings,

If I create a (temp) table "customer" with a field "customer-name", then I can access the field using the following expression:

MESSAGE customer.customer- VIEW-AS ALERT-BOX.
or
MESSAGE customer.customer-n VIEW-AS ALERT-BOX.
etc...

Is there a start-up parameter or other kid of setting which forces me to use the full explicit field name (customer.customer-name)?

Thanks
 
Back
Top