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

Duvida Combo-fox em linha de browse freeform

Discussão em 'Progress 4GL' iniciado por brunoowr, Fevereiro 7, 2018.

  1. brunoowr

    brunoowr Membro Participativo

    Coloquei um combo-box em uma linha conforme o código a seguir
    http://www.4each.com.br/resources/combo-box-em-linha-do-browse-freeform.39/

    Porém desta forma não estou conseguindo colocar label na coluna. Já tentei "label e column-label" na definição da temp-table que é exibida no browse, tentei "label e column-label" na display do browse, e de nenhuma dessas formas funcionou.

    A display está da seguinte maneira:
    Código:
          tt-transfer.it-codigo           label "Item"
        tt-transfer.qtd-sol             label "Qtd. Solic."
        tt-transfer.qtd-ent             label "Qtd. Entr."
        tt-transfer.qtd-saldo           label "Qtd. Saldo"
        tt-transfer.qtd-a-ent           label "Qtd. à Entregar" column-font 0
        tt-transfer.lote                column-font 0 width 10 view-as combo-box inner-lines 5 drop-down-list
        tt-transfer.un                  label "Un"
        tt-transfer.situacao            label "Situação"
        tt-transfer.desc-item           label "Descrição"
        tt-transfer.dt-entrega          label "Dt. p/ Entr."
        tt-transfer.cod-usuar-inclusao  label "Solicitante"
        tt-transfer.hr-inclusao         label "Hr.Sol"
        tt-transfer.dt-inclusao         label "Dt. Solic."
        tt-transfer.cod-usuar-aprovacao label "Aprovação"
        tt-transfer.hr-aprovacao        label "Hr.Aprov"
        tt-transfer.dt-aprovacao        label "Dt. Aprov."
    
        enable tt-transfer.lote tt-transfer.qtd-a-ent auto-return 
  2. brunoowr

    brunoowr Membro Participativo

    o campo é o tt-transfer.lote

Compartilhe esta Página