Fwd: Re: arr_curr()

Maximilian Seidel <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
Hi Luis,

its fixed now :) Daniel make new binarys for you later this day :)

Regards Max

-- 
Mit freundlichen Grüßen

Maximilian Seidel

VENTAS AG
Mexikoring 29
22297 Hamburg
Germany

Fon +49-40-32 33 34-0
Fax +49-40-32 33 34-38

[email protected]
www.ventas.de

VENTAS AG
Firmensitz: Mexikoring 29, 22297 Hamburg, Deutschland
Registergericht: Hamburg, HRB 80297
Ust.IdNr.: DE118686712
Vorstandsvorsitzender: Dipl.Ing. Alain Siverly
Aufsichtsratsvorsitzender: Dipl.Ing. Lothar Witt



Am 13.03.2012 23:36, schrieb Luis Carlos Díaz Otero:
>  DEFINE
>    myarray ARRAY [10] OF RECORD
>      cuetipprodu CHAR(1),
>      cuecodprodu CHAR(10)
>    END RECORD
>  MAIN
>  OPEN WINDOW mywindow WITH FORM "example"
>  INPUT ARRAY myarray FROM lineas.*
>  AFTER FIELD cuetipprodu
>    IF myarray[arr_curr()].cuetipprodu NOT MATCHES "[PN]" OR
>  myarray[arr_curr()].cuetipprodu IS NULL THEN
>      ERROR "Invalid data in type"
>      NEXT FIELD cuetipprodu
>    END IF
>  AFTER FIELD cuecodprodu
>    IF myarray[arr_curr()].cuecodprodu IS NULL THEN
>      ERROR "Invalid data in code"
>      NEXT FIELD cuecodprodu
>    END IF
>  END INPUT
>  END MAIN
>


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.