Histórico da Página
Composition Setup |
---|
import.css=/download/attachments/327912/newLayout.css |
Portuguese | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ponto-de-Entrada: CT103ACAP - Preenchimento do lote/sublote
Descrição: Esse P.E. retorna preenchimentos de lote e sublote Eventos Ocorre dentro da função de Capa de Lote Programa Fonte CTBA103.PRW Sintaxe CT103ACAP - Preenchimento do lote/sublote ( ) --> aCT103ACAP Retorno
Exemplos If ExistBlock("CT103ACAP") aCT103ACAP := ExecBlock( "CT103ACAP", .F., .F. ) If ValType(aCT103ACAP) == "A" .and. Len(aCT103ACAP) > 0 If !Empty(aCT103ACAP[1]) cLote := aCT103ACAP[1] Endif If Len(aCT103ACAP) > 1 If !Empty(aCT103ACAP[2]) cSubLote := aCT103ACAP[2] Endif Endif Endif Endif |
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas