Re: call-form (Urgent- really)
Date: Wed, 24 Nov 1999 15:23:00 +1100
Message-ID: <81fpct$plu12_at_atbhp.corpmel.bhp.com.au>
Jvazquez,
You could try QUERY_ONLY, ie.
call_form(your_form, NO_HIDE, NO_REPLACE, QUERY_ONLY);
I'm not sure what your problem is. I ran a quick test and couldn't reproduce
it, regardless of whether the Form status was set to changed.
Jvazquez wrote in message <1415c574.5831ea3f_at_usw-ex0102-010.remarq.com>...
>I have a form multirecord, this form call another LOV form, this call
>is made it by unbound item using a CALL-FORM, when I execute the
>program, and I call LOV form, it ask me if I want to save the changes.
>I want to execute with out save it.
> call_form('CGLOV_BANCOS');
> :cgpolizas_d.subcuenta:=:GLOBAL.CGFL$CGCTABCOC_ID;
> :cgpolizas_d.cgctabcoc_id:=TO_NUMBER(:GLOBAL.CGFL$CGCTABCOC_ID);
>
>I tried to use OPEN-FORM rather than CALL-FORM, and the program doesn't
>ask me for confirmation about saving changes, but the program doesn't
>assign the global value to unbound item, because it doesn't continue to
>run with the next lines of the KEY-LISTVAL trigger.
> OPEN_form('CGLOV_ALUM',ACTIVATE,SESSION);
> :cgpolizas_d.subcuenta:=:GLOBAL.CGFL$MATR;
> :cgpolizas_d.matr:=TO_NUMBER(:GLOBAL.CGFL$MATR);
>
>Thanks for your help.
Received on Wed Nov 24 1999 - 05:23:00 CET