Quote Originally Posted by Benedito View Post
Complementando, segue os anexos
tenta algo nesse sentido.

Code:
    Object oWebMainPanel is a cGroupWebPanel                
        Set piColumnCount to 8
        
        Object oTipo is a cWebCombo
            Set psLabel to "Tipo"                       
            Set piColumnSpan to 2
            Set peLabelPosition to lpTop
        End_Object
        
        Object oCnpj is a cWebForm
            Set psLabel to "Cnpj/Cpf"                       
            Set piColumnSpan to 2
            Set piColumnIndex to 6
            Set peLabelPosition to lpTop
        End_Object
        
        Object oNome is a cWebForm
            Set psLabel to "Nome/Razão social"
            Set piColumnSpan to 5
            Set peLabelPosition to lpTop
        End_Object
        
        Object oEndereco is a cWebForm
            Set psLabel to "Endereço"
            Set piColumnSpan to 5
            Set peLabelPosition to lpTop
        End_Object
        
        Object oNumero is a cWebForm
            Set psLabel to "Número"
            Set peLabelPosition to lpTop
            Set piColumnIndex to 6
        End_Object
        
    End_Object