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

How to list all lines in a field with Progress 4GL

Discussão em 'StackOverflow' iniciado por fdantas, Novembro 10, 2020.

  1. fdantas

    fdantas Administrator Moderador

    An address field in a Progress database evidently is multiple lines. So if I do something simple like:

    for each customer where customer-number = "123" no-lock.

    display customer-number
    customer-name
    customer-address.


    I get results of:

    123 John Smith 123 Easy St.
    c/o Jane Smith
    Apartment C12


    I want results of:

    123 John Smith 123 Easy St. c/o Jane Smith Apartment C12


    I've tried Entry - but get an error if an element does not exists. I am trying to export to CSV and want each line to be another column and if a column does not exists then it is blank.

    Any help will be MUCH appreciated!

    Continue reading...

Compartilhe esta Página