You should do R.NEW(LOCAL.REF.FIELD)<1,LOCAL.REF.POSITION>= value Where local ref field is the position of the local ref fielf in the record, and local ref position is the position of the local ref in the local ref field
2009/12/27, M Rizwan <[email protected]>: > T24 R06 / JBASE 4.1 / AIX 5.2 > > > How to write some values into local reference fields inside the version > routine. > > Assumption filed 97 is LOCAL.REF. > > 97.1 SCORE > 97.2 GRADE > 97.3 RATING > > I want to write values only to the "GRADE" field. > I am using the following inside the version routine, but its not working. > Can anybody please help. > > * > > CALL GET.LOC.REF(SL.FILE.NAME,"GRADE",Y.GRADE.POS) > > R.NEW(SL.LN.LOCAL.REF,Y.GRADE.POS) = "AAA" > > CALL REBUILD.SCREEN > > > > Thanks > > > > > > > * > > -- > Rizwan > > -- > 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 > -- Enviado desde mi dispositivo móvil -- 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
