Re: Cancel Insert and Delete row in input array in VDC
Daniel Kroker <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
you can block insert / delete by define ON KEY (INSERT) / ON KEY(DELETE)
INPUT ARRAY sc_arr FROM s_arr.*
ON KEY (INSERT)
DISPLAY "Do nothing..."
ON KEY (DELETE)
DISPLAY "Do nothing..."
i hope this helps you.
Regards
Daniel
Am 16.06.2017 um 17:07 schrieb Carlos Alberto Correa Fayad:
> Hi
> What a pity to insist on this error, but I can not find a solution.
>
> With this program I want to take an inventory and deploy the products
> to the user and just enter the quantity. The user must go through the
> array of row one to the last, and can not delete or insert rows.
>
> Mistakes
>
> 1. It does not allow blocking of insertion or deletion of rows.
>
> 2. I can insert rows with the "Insert" option, until I generate error.
>
> 3. I can delete rows, and this I do not want to allow.
>
> Attached program, form, and debug output.
>
> I have installed Aubit 1.2.40 and the latest version of VDC, on linux
> Thank for all
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
> _______________________________________________
> Aubit4gl-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
--
Mit freundlichen Grüßen
Daniel Kroker
VENTAS AG 20+ Jahre ERP-Erfahrung!
Web: www.ventas.de
Fon: 040 / 32 33 34 0
Fax: 040 / 32 33 34 38
Firmensitz: Neuer Wall 10, 20354 Hamburg, Deutschland
Registergericht: Hamburg, HRB 80 297 Ust.IdNr.: DE118686712
Vorstandsvorsitzender: Dipl. Ing. Alain Siverly
Aufsichtsratsvorsitzender: Dr. Olaf Rehme
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss