Ponto-de-Entrada: CT102ACAP - Preenchimento do lote/sublote
Abrangências: | Microsiga Protheus 10 , Microsiga Protheus 11 |
Versões: | Microsiga Protheus 10 , Microsiga Protheus 11 |
Compatível Países: | Todos |
Sistemas Operacionais: | Todos |
Compatível às Bases de Dados: | Todos |
Idiomas: | Português (Brasil) , Português (Portugal) , Espanhol , Inglês |
Descrição:
Esse P.E executa o preenchimento do lote/sublote
Eventos
E executada na rotina de Capa de Lote
Programa Fonte
CTBA102.PRW
Sintaxe
CT102ACAP - Preenchimento do lote/sublote ( ) --> aCT102ACAP
Retorno
-
aCT102ACAP(array_of_record)
- Array com preenchimentos do lote/sublote
Exemplos
If ExistBlock("CT102ACAP") aCT102ACAP := ExecBlock( "CT102ACAP", .F., .F. ) If ValType(aCT102ACAP) == "A" .and. Len(aCT102ACAP) > 0 If !Empty(aCT102ACAP[1]) cLote := aCT102ACAP[1] Endif If Len(aCT102ACAP) > 1 If !Empty(aCT102ACAP[2]) cSubLote := aCT102ACAP[2] Endif Endif Endif Endif
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas