Histórico da Página
Composition Setup |
---|
import.css=/download/attachments/3279126062824/newLayouttecnologia.css |
|
Pagetitle | ||
---|---|---|
|
...
...
...
|
Retorna
...
o
...
caminho completo do arquivo de configuração (*.INI)
...
do
...
SmartClient.
Sintaxe
Bloco de código | ||
---|---|---|
| ||
GetRemoteIniName() --> cRet
|
Retorno
Nome | Tipo | Descrição |
---|---|---|
cRet |
...
caractere | Retorna |
...
o caminho |
...
completo do arquivo de configuração (*.INI) do |
...
SmartClient. |
Exemplos
Bloco de código | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
user function rmtini()
Local cIniName := //Exemplo 1GetRemoteIniName() // Resultado: "C:\totvs\bin\SmartClient\ totvssmartclientsmartclient.ini" /////////////////////////////////////////////////////////////// //Exemplo 2 //Através do exemplo abaixo, podemos obter o path de execução do Remote. #include "totvs.ch" Function TstRmtPath() Local cIniName:= GetRemoteIniName() Local lUnix:= IsSrvUnix() Local nPos Local lUnix := IsSrvUnix() Local nPos := Rat( IIf( lUnix, "/", "\" ), cIniName ) Local cPathRmt if !( nPos! == 0 ) cPathRmt :=Substr SubStr( cIniName, 1, nPos - 1 ) else cPathRmt := "" endif QOut( cPathRmt ) Return // Resultado: "C:\totvs\bin\SmartClient
Return
|
Abrangência
Advanced Protheus 6.09, Advanced Protheus 7.10, Microsiga Protheus 8.11, Protheus 10, TOTVS Application Server 10, ByYou Application Server
...
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas