1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

4GL ABL Openedge loop through handle?

Discussão em 'StackOverflow' iniciado por fdantas, Abril 28, 2017.

  1. fdantas

    fdantas Administrator Moderador

    here is my current code

    def var hbTT as handle.

    for each Cust:
    hbTT:buffer-create().
    assign
    hbTT::Name = Cust.Name
    hbTT::address = Cust.Address.
    end.


    now what I want to do is to loop through hbtt. How can I do that?

    I tried

    for each hbTT:
    /* Do something */
    end.


    the error I get is


    unknown or ambiguous table hbTT. (725)

    thank you

    Continue reading...

Compartilhe esta Página