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

Progress 4GL Column Names

Discussão em 'StackOverflow' iniciado por fdantas, Dezembro 16, 2014.

  1. fdantas

    fdantas Administrator Moderador

    I'm having an issue with a a query I'm trying to run in 4GL.

    This works

    FOR EACH platte.item_branch NO-LOCK
    WHERE item_branch.item_ptr = 23546:

    DISPLAY
    item_branch.system_id LABEL "bar" "|SEP|"
    item_branch.item_ptr LABEL "foobar"
    WITH WIDTH 122.

    END.


    And this doesn't

    FOR EACH platte.item_branch NO-LOCK
    WHERE item_branch.item_ptr = 23546:

    DISPLAY
    item_branch.system_id LABEL "minor" "|SEP|"
    item_branch.load_factor LABEL "foobar"
    WITH WIDTH 122.

    END.


    Is there anything in ABL that would cause a field to start with load_ to not work? I have confirmed that any field that starts with load_ will not return data. It will error out everytime.

    Continue reading...

Compartilhe esta Página