Pesquisar

Help

Página 13 de 133. A exibir 1,327 resultados (0.16 segundos)

  1. ADV0041_PE_MVC_MATA010_P12

    na validação total do formulário." + CRLF cMsg += "ID " + cIdModel + CRLF If lIsGrid cMsg += "É um FORMGRID com " + Alltrim(Str(nQtdLinhas)) + " linha(s)." + CRLF cMsg += "Posicionado na linha " + Alltrim(Str(nLinha)) + CRLF Else cMsg += "É
    Linha Microsiga Protheus22 mar, 2018
  2. Re: Descend

    Quando tem tratamento numérico deve primeiro converter em texto pela função Str D2_FILIAL + D2_CLIENTE + D2_LOJA + DESCEND(Str(D2_TOTAL,14,2))
    Frameworksp / … / Descend01 ago, 2016
  3. TMailManager:SMTPAuth

    ( "[TIMEOUT][ERROR] " + str( nRet, 6 ), oServer:GetErrorString( nRet ) ) Return .F. EndIf Endif Conout( "[SMTPCONNECT] connecting ..." ) nRet := oServer:SmtpConnect() If nRet != 0 conout( "[SMTPCONNECT] Falha ao conectar" ) conout( "[SMTPCONNECT][ERROR] " + str( nRet, 6 ), oServer:GetErrorString
    TOTVSTEC09 jan, 2018
  4. 20009167 DSAUPC-20531 DT PTU 400 (274857) Campo CD_PREST_COB

          CD_PREST_C          Regra        IIF(LEN(ALLTRIM(STR(VAL(P400CPFCNPJ()))))==14,STRZERO(VAL(IIF(BAU->BAU_CPFCGC==ALLTRIM(STR(VAL(P400CPFCNPJ()))),'00000000',IIF
    Linha Microsiga Protheus16 mai, 2024
  5. DMINA-14293 DT Documento Soporte COL

    + Alltrim( Str( Val( Substr( SF1->F1_DOC , 4 , 10) ) ) ) +'</cbc:ID>' + ( chr(13)+chr(10) ) // Manual sin serie (PRE) _aTotal[001] += ' <cbc:ID>'+ Alltrim( Str … ="' + Alltrim( Posicione("CTO",1,xFilial("CTO")+Strzero(SF1->F1_MOEDA,2),"CTO_MOESAT") ) + '">' + Alltrim(Str(SF1->F1_VALBRUT,14,2)) + '</cbc:Amount>' + ( chr(13)+chr
    Linha Microsiga Protheus26 abr, 2023
  6. DT_PE_CTBA080_Lançamento_Padrão_MVC

    ' + cIdModel + CRLF cClasse := oObj:ClassName() If cClasse == 'FWFORMGRID' cMsg += 'É um FORMGRID com ' + Alltrim( Str( nQtdLinhas ) ) + ; ' linha(s).' + CRLF cMsg += 'Posicionado na linha ' + Alltrim( Str( nLinha ) ) + CRLF ElseIf cClasse == 'FWFORMFIELD' cMsg += 'É um FORMFIELD' + CRLF EndIf If
    Linha Microsiga Protheus02 ago, 2017
  7. Fórmulas / Funções – S

    )) /*Primeiro dia do mês */     Função SM Retorna o salário mínimo nacional. SM     Função SMSIND Retorna salário mínimo do sindicato. SMSIND       Função STR Retorna … ou 'z' (minúsculo ou maiúsculo): o número será completado com zeros à esquerda (Pode-se usar separador de decimais: '.' (ponto) ou ',' (vírgula) STR (VALOR, STRING
    Linha RM29 mar, 2023
  8. Val

    | //+----------------------------------------------------------------------------+ cMensagem += Str( Val( "-536870912.72057594037927936" ) ) + CRLF cMensagem += Str( Val( "-2" ) ) + CRLF cMensagem += Str( Val( "0.137438953472
    TOTVSTEC08 set, 2015
  9. Classe TJsonParser

    , @oJHM) If ( lRet == .F. ) ConOut("##### [JSON][ERR] " + "Parser com erro" + " MSG len: " + AllTrim(Str(lenStrJson)) + " bytes lidos: " + AllTrim(Str(nRetParser))) ConOut("Erro a partir: " + SubStr(strJson, (nRetParser+1))) Else ConOut("[JSON] "+ "+++++ PARSER OK num campos: " + AllTrim(Str(Len(aJsonfields
    TOTVSTEC25 nov, 2015
  10. LJ7078 - Customização da Mensagem do Cupom Fiscal para Lei da Transparência 12.741/2012

    $ " + Alltrim(Str(nTotaImp)) +" (" + Alltrim(Str(npercVenda)) +"%)" + _CTRL // ou para a implementação por Ente Tributário cMsgCupom := ' Tributos Fed R$ ' + Alltrim(Str(nTotFed)) + ' Est R$ ' + Alltrim(Str(nTotEst)) + ' Mun R$ ' + Alltrim(Str(nTotMun)) + _CTRL Return cMsgCupom Idioma Português(Brasil) Versões
    Linha Microsiga Protheus08 jan, 2018