call-form (Urgent- really)
From: Jvazquez <jvazqueNOjvSPAM_at_uacj.mx.invalid>
Date: Mon, 22 Nov 1999 19:42:41 -0800
Message-ID: <1415c574.5831ea3f_at_usw-ex0102-010.remarq.com>
[Quoted] 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.
Date: Mon, 22 Nov 1999 19:42:41 -0800
Message-ID: <1415c574.5831ea3f_at_usw-ex0102-010.remarq.com>
[Quoted] 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.
- Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * The fastest and easiest way to search and participate in Usenet - Free!