Hi,

I would like to set field properties of a sub value during the input of
another field but not succeeded. I explain:

CUSTOMER table has a group of Multi value LOCAL Fields

PRODUCT, EVALUATION and DATE

These are three multivalue LOCAL Fields and they are in same Group.


Each fiels has three values

PRODUCT = A , B, C
EVALUATION = 5,4,6
DATE = 2011, 2012, 2015

I would like to write a validation routine on EVALUATION in order to control
the "NOINPUT" of the corresponded DATE value in the DATE field.

Let's say; if 2nd value of the EVALUATION field has value "4" then second
value of the DATE field should be "NOINPUT"

I am inputting the second value  of the EVALUATION field on the screen. Then
validation routine runs....

IF COMI EQ "4" THEN

    T(R.NEW(EB.CUS.LOCAL.REF)<1,POSITION.OF.DATE.FIELD,2>)<3> = "NOINPUT"

END


Is this the syntax to fetch and set the  properties of the DATE field?


Thanks,

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to