Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
Comentário: Migration of unmigrated content due to installation of a new plugin
Composition Setup
import.css=/download/attachments/327912/newLayout.css
Portuguese

Pagetitle
HTTPGetPart
HTTPGetPart

Função: HTTPGetPart

Retorna se o envio parcial de conteúdo ao browser está ou não habilitado.

HTTPGetPart ( ) --> lHttpSend

    lHttpSend(logico)
  • Retorna verdadeiro (.T.), se o envio parcial de conteúdo ao browser está habilitado; caso contrário, falso (.F.).

Essa função retorna um valor, de acordo com a working thread web no qual a função foi chamada. No entanto, caso exista mais de uma working thread ativa no servidor, cada uma pode retorna um valor diferente.

Web Function verifySend()Local cRet := ""Local lHttpSend := HttpGetPart()    If (lHttpSend)        cRet := "HttpSetPart is ON"        conout(cRet)    Else        cRet := "HttpSetPart is OFF"        conout(cRet)    EndifReturn cRet
Advanced Protheus 6.09 , Advanced Protheus 7.10 , Microsiga Protheus 8.11 , Protheus 10 , TOTVS Application Server 10 , ByYou Application Server