Hi,

add the following:
CALL REBUILD.SCREEN
P=0

regards

On Apr 1, 6:02 am, twee <[email protected]> wrote:
> Hi,
> I am using jbase 4.1 and T24 R05.010
> I need to create a new file which has structure like this:
>      Z+=1 ; F(Z) = "XX<DATE.MODIFIED"    ; N(Z) = "8.8.C"      ; T(Z)
> <1> = "D"     ;  T(Z)<3> ="NOINPUT"
>      Z+=1 ; F(Z) = "XX-XX<CURR"                ; N(Z) =
> "3.3"          ; T(Z) = "CCY"
>      Z+=1 ; F(Z) = "XX-XX-GWM"                   ; N(Z) =
> "6"              ; T(Z) = "AMT"
>      Z+=1 ; F(Z) = "XX-XX>INTEREST"        ; N(Z) = "6"              ;
> T(Z) = "AMT"
>      Z+=1 ; F(Z) = "XX>MODIFIER"               ; N(Z) =
> "15"           ; T(Z)<1> = "A"     ;  T(Z)<3> ="NOINPUT"
>      Z+=1 ; F(Z) = "MULTIVALUE"                ; N(Z)<1> = "1..C"  ; T
> (Z) = "A"
>
> What I want is, when i input a Y on field MULTIVALUE, there will be a
> new multivalue created from field DATE.MODIFIED to MODIFIER and put
> value to field DATE.MODIFIED & MODIFIER.
>
> CHECK.FIELDS:
> *=============
> BEGIN CASE
>      CASE AF = SM.INTERCO.INT.MULTIVALUE
>          IF COMI = 'Y' THEN
>              MAX.MV = DCOUNT(R.NEW(SM.INTERCO.INT.DATE.MODIFIED),@VM)
>              COMI = ""
>              R.NEW(SM.INTERCO.INT.DATE.MODIFIED)<1,MAX.MV + 1> = TODAY
>              R.NEW(SM.INTERCO.INT.MODIFIER)<1,MAX.MV + 1> = OPERATOR
>              CALL REBUILD.SCREEN
>          END
> END CASE
> RETURN
>
> The problem is, user can still create multivalue by doing right
> click>Expand Multi Value. If multivalue created that way,  field
> DATE.MODIFIED & MODIFIER will be blank.
>
> Is there any way I can omit or control the "Expand Multi Value"
> function ?

--~--~---------~--~----~------------~-------~--~----~
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