Re: problem with after input

Mike Aubury <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <CAGAq4WFTu-Ru3XC5kD6W4Ue+6A6+Y6yHoKu4OKvVyE88yH687w@mail.gmail.com>
You probably have :

     A4GL_DISPLAYLOCAL=Y

set



On 27 February 2015 at 15:29, Daniel Kroker <[email protected]> wrote:

> Hi,
>
> every time i leave the input array the after input display is in the shell:
>
> ./a
> AFTER INPUT*******************
>
> but the vdc doesn't send the triggered with the id from after input
> after input has id 1 and the vdc sends:
>
> <TRIGGERED LASTCURSOR="1" INFIELD="test1" ARRLINE="1" SCRLINE="1"
> ENVELOPEID="4" BUFFERTOUCHED="0" ID="INTERRUPT" ARRCOUNT="1">
>
> why can i see the display from the after input event in the shell?
>
> Example:
> main.4gl:
>
> MAIN
> DEFINE a_screen     ARRAY[13] OF RECORD
>      test1 CHAR(20),
>      test2 CHAR(20)
>                    END RECORD
>
> OPEN WINDOW w_1 WITH FORM "main"
>
> INPUT ARRAY a_screen FROM s_ar_screen.*
>     AFTER INPUT DISPLAY "AFTER INPUT*******************"
> END INPUT
> END MAIN
>
> main.per:
>
> DATABASE formonly
>
> LAYOUT
> VBOX
> TABLE
> {
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
> [test1            | test2          ]
>
> }
> END
> END
> END
>
>
> ATTRIBUTES
>
> test1 = FORMONLY.test1;
> test2 = FORMONLY.test2;
>
> INSTRUCTIONS
> DELIMITERS "  "
>
> SCREEN RECORD s_ar_screen[13] (FORMONLY.test1 THRU FORMONLY.test2)
>
> Regards
> Daniel
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Aubit4gl-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
>

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/

_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
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.