... anulada: Não foi possível criar um canal seguro para SSL/TLS.
StackTrace| em Unimake.Business.DFe.ConsumirBase.ExecutarServico(XmlDocument xml, Object servico, X509Certificate2 certificado)
em Unimake.Business.DFe.Servicos.ServicoBase.Executar()
em Unimake.Business.DFe.Servicos.NFe.ServicoBase ...
Pesquisa resultou em 1013 ocorrências: +Object
Termo pesquisado: +object
- 24 Set 2025 17:16
- Fórum: Legislação Fiscal e Tributária
- Tópico: Erro enviar NFE
- Respostas: 3
- Exibições: 1671
- 08 Set 2025 19:05
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Vantagem do hb_DefaultValue()
- Respostas: 0
- Exibições: 1511
Vantagem do hb_DefaultValue()
... RETURN hb_DefaultValue( ControlByIndex( nIndex ):CTRL018, 0 ) // for SplitBox
FUNCTION GetControlSafeCol ( nIndex )
RETURN hb_DefaultValue( ControlByIndex( nIndex ):CTRL019, 0 ) // for SplitBox
Nessas horas que você se convence que vale a pena não duplicar nomes, igual o uso de WITH OBJECT.
FUNCTION GetControlSafeCol ( nIndex )
RETURN hb_DefaultValue( ControlByIndex( nIndex ):CTRL019, 0 ) // for SplitBox
Nessas horas que você se convence que vale a pena não duplicar nomes, igual o uso de WITH OBJECT.
- 04 Set 2025 14:53
- Fórum: MiniGui
- Tópico: Quem tiver conta no hmgforum.com
- Respostas: 10
- Exibições: 1273
Quem tiver conta no hmgforum.com
... 37 ] [k] := T37
_HMG_SYSDATA [ 38 ] [k] := T38
_HMG_SYSDATA [ 39 ] [k] := T39
_HMG_SYSDATA [ 40 ] [k] := T40
No final vai ser assim:
WITH OBJECT oHmgApp()
oTmp := :aControlList[ J ]
:aControlList[ J ] := :aControlList[ K ]
:aControlList[ K ] := oTmp
:aControlList[ J ]:Index := J ...
_HMG_SYSDATA [ 38 ] [k] := T38
_HMG_SYSDATA [ 39 ] [k] := T39
_HMG_SYSDATA [ 40 ] [k] := T40
No final vai ser assim:
WITH OBJECT oHmgApp()
oTmp := :aControlList[ J ]
:aControlList[ J ] := :aControlList[ K ]
:aControlList[ K ] := oTmp
:aControlList[ J ]:Index := J ...
- 28 Ago 2025 12:52
- Fórum: [x]Harbour
- Tópico: HB_WebView (a cross-platform Webview library)
- Respostas: 15
- Exibições: 15891
HB_WebView (a cross-platform Webview library)
... 149 ] -> Current Report HTML Code
* _HMG_SYSDATA [ 150 ] -> Current Report PDF File Generator Flag
* _HMG_SYSDATA [ 151 ] -> Current Report PDF Object Variable
* _HMG_SYSDATA [ 152 ] -> Current Report Header Band Height
* _HMG_SYSDATA [ 153 ] -> Current Report Detail Band Height
* _HMG_SYSDATA ...
* _HMG_SYSDATA [ 150 ] -> Current Report PDF File Generator Flag
* _HMG_SYSDATA [ 151 ] -> Current Report PDF Object Variable
* _HMG_SYSDATA [ 152 ] -> Current Report Header Band Height
* _HMG_SYSDATA [ 153 ] -> Current Report Detail Band Height
* _HMG_SYSDATA ...
- 12 Ago 2025 10:18
- Fórum: [x]Harbour
- Tópico: QRCode 3.0 Assinatura de parâmetros
- Respostas: 22
- Exibições: 15054
QRCode 3.0 Assinatura de parâmetros
... Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>'+;
'<ds:DigestValue/>' +;
'</ds:Reference>'+;
'</ds:SignedInfo>'+;
'<ds:SignatureValue/>'+;
'<ds:Object Id="obj">String de teste</ds:Object>'+;
'</ds:Signature>' )
Será que alguém consegue me dar uma luz no assunto?
Obrigado,
Jair
'<ds:DigestValue/>' +;
'</ds:Reference>'+;
'</ds:SignedInfo>'+;
'<ds:SignatureValue/>'+;
'<ds:Object Id="obj">String de teste</ds:Object>'+;
'</ds:Signature>' )
Será que alguém consegue me dar uma luz no assunto?
Obrigado,
Jair
- 18 Jul 2025 22:47
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Definindo a nova tributaçào no aplicativo
- Respostas: 13
- Exibições: 3334
Definindo a nova tributaçào no aplicativo
... Update0717()
LOCAL cnSQL := ADOLocal(), cTabela, cSQL
SayScroll( "2025-07-15 Atualização" )
IF ! IsMaquinaJPA()
RETURN Nil
ENDIF
WITH OBJECT cnSQL
IF ! :FieldExists( "TRCLAFIS", "JPTRANSACAO" )
:ExecuteNoReturn( "ALTER TABLE JPTRANSACAO ADD COLUMN TRCLAFIS VARCHAR(6) NOT NULL DEFAULT ...
LOCAL cnSQL := ADOLocal(), cTabela, cSQL
SayScroll( "2025-07-15 Atualização" )
IF ! IsMaquinaJPA()
RETURN Nil
ENDIF
WITH OBJECT cnSQL
IF ! :FieldExists( "TRCLAFIS", "JPTRANSACAO" )
:ExecuteNoReturn( "ALTER TABLE JPTRANSACAO ADD COLUMN TRCLAFIS VARCHAR(6) NOT NULL DEFAULT ...
- 10 Jul 2025 15:23
- Fórum: Ferramentas de Apoio
- Tópico: SMTPSEND erro
- Respostas: 14
- Exibições: 21950
SMTPSEND erro
... como euInformo ao enviador o SSL e o TLS?
Obg. abs,
Pode-se usar o CDOSYS, nativo do Windows.
oMail := TOleAuto():New("CDO.Message")
WITH OBJECT oMail
:From := "seu@email.com"
:To := "destinatario@email.com"
:Subject := "Assunto"
:TextBody := "Corpo do e-mail"
:Configuration:Fields ...
Obg. abs,
Pode-se usar o CDOSYS, nativo do Windows.
oMail := TOleAuto():New("CDO.Message")
WITH OBJECT oMail
:From := "seu@email.com"
:To := "destinatario@email.com"
:Subject := "Assunto"
:TextBody := "Corpo do e-mail"
:Configuration:Fields ...
- 21 Jun 2025 14:12
- Fórum: Outras linguagens de programação
- Tópico: Ainda aprendendo Python...
- Respostas: 2
- Exibições: 1713
Ainda aprendendo Python...
... df[col] = df[col].round(2)
# Aplica a função de remoção de acentos apenas nas colunas do tipo string
for col in df.select_dtypes(include=['object']):
df[col] = df[col].map(remover_acentos)
csv_cabec = []
csv_dados = []
dados = []
for i in range(len(df.columns)):
if i in [0, 1, 4, 5 ...
# Aplica a função de remoção de acentos apenas nas colunas do tipo string
for col in df.select_dtypes(include=['object']):
df[col] = df[col].map(remover_acentos)
csv_cabec = []
csv_dados = []
dados = []
for i in range(len(df.columns)):
if i in [0, 1, 4, 5 ...
- 26 Mai 2025 15:40
- Fórum: [x]Harbour
- Tópico: Consulta Browse com linhas com cores diferentes.
- Respostas: 3
- Exibições: 4590
Consulta Browse com linhas com cores diferentes.
... A INCLUIR NO PAGAMENTO:', nLi, nCi, nLf, nCf, ) == 0
MsgError( "Erro ao abrir Janela de dados." )
Return
EndIf
* Define a new TBrowse object
oBrowse := TBrowse():New( nLi + 1, nCi, nLf -3, nCf )
aDados := aAdados
oBrowse:cargo := {aDados, 1}
oBrowse:colorspec := drvcorbox ...
MsgError( "Erro ao abrir Janela de dados." )
Return
EndIf
* Define a new TBrowse object
oBrowse := TBrowse():New( nLi + 1, nCi, nLf -3, nCf )
aDados := aAdados
oBrowse:cargo := {aDados, 1}
oBrowse:colorspec := drvcorbox ...
- 26 Mai 2025 14:12
- Fórum: [x]Harbour
- Tópico: Consulta Browse com linhas com cores diferentes.
- Respostas: 3
- Exibições: 4590
Consulta Browse com linhas com cores diferentes.
... A INCLUIR NO PAGAMENTO:', nLi, nCi, nLf, nCf, ) == 0
MsgError( "Erro ao abrir Janela de dados." )
Return
EndIf
* Define a new TBrowse object
oBrowse := TBrowse():New( nLi + 1, nCi, nLf -3, nCf )
aDados := aAdados
oBrowse:cargo := {aDados, 1}
oBrowse:colorspec := drvcorbox ...
MsgError( "Erro ao abrir Janela de dados." )
Return
EndIf
* Define a new TBrowse object
oBrowse := TBrowse():New( nLi + 1, nCi, nLf -3, nCf )
aDados := aAdados
oBrowse:cargo := {aDados, 1}
oBrowse:colorspec := drvcorbox ...
- 12 Mai 2025 20:41
- Fórum: HwGui
- Tópico: Hwgui GTK erros na tela
- Respostas: 0
- Exibições: 1492
Hwgui GTK erros na tela
... Se encerrar pelo GET, dá umas mensagens de erro. Se encerra pelo BOTÃO CONFIRMA, não aparece erro nenhum...
Bom passa tempo! rsrsrsrs
GLib-GObject-CRITICAL **: 20:26:59.234: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
g_object_freeze_notify: assertion 'G_IS_OBJECT (object)' failed
IA ...
Bom passa tempo! rsrsrsrs
GLib-GObject-CRITICAL **: 20:26:59.234: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
g_object_freeze_notify: assertion 'G_IS_OBJECT (object)' failed
IA ...
- 25 Mar 2025 15:06
- Fórum: [x]Harbour
- Tópico: PROBLEMAS AO CONVERTER HB_BASE64 UTF8 UTF-8
- Respostas: 14
- Exibições: 3309
PROBLEMAS AO CONVERTER HB_BASE64 UTF8 UTF-8
... ENDSEQUENCE => END
#xcommand ENDSWITCH => END
#xcommand END SWITCH => END
#xcommand ENDWITH => END
#xcommand END WITH => END
#xcommand END OBJECT => END
#ifndef HB_SYMBOL_UNUSED
#define HB_SYMBOL_UNUSED( symbol ) ( symbol := ( symbol ) )
#endif
#define HB_GTI_CLIPBOARDPASTE HB_GTI ...
#xcommand ENDSWITCH => END
#xcommand END SWITCH => END
#xcommand ENDWITH => END
#xcommand END WITH => END
#xcommand END OBJECT => END
#ifndef HB_SYMBOL_UNUSED
#define HB_SYMBOL_UNUSED( symbol ) ( symbol := ( symbol ) )
#endif
#define HB_GTI_CLIPBOARDPASTE HB_GTI ...
- 08 Mar 2025 19:37
- Fórum: Contribuições, Dicas e Tutoriais
- Tópico: Multithread GUI
- Respostas: 4
- Exibições: 3213
Multithread GUI
... cases. HVM does not guaranties that the QUIT signal will be always
delivered.
xBase++ compatible functions and classes:
ThreadID() -> <nID>
ThreadObject() -> <oThread>
ThreadWait( <aThreads>, <nTimeOut> ) -> <xResult>
ThreadWaitAll( <aThreads>, <nTimeOut> ) -> <lAllJoind>
Thread() -> <oThread ...
delivered.
xBase++ compatible functions and classes:
ThreadID() -> <nID>
ThreadObject() -> <oThread>
ThreadWait( <aThreads>, <nTimeOut> ) -> <xResult>
ThreadWaitAll( <aThreads>, <nTimeOut> ) -> <lAllJoind>
Thread() -> <oThread ...
- 07 Mar 2025 10:01
- Fórum: SQL
- Tópico: Carga do DBF para MySql/Postgres e LetoDbf juntos!
- Respostas: 12
- Exibições: 16429
Carga do DBF para MySql/Postgres e LetoDbf juntos!
... LOCAL nCont, lInsert := .T., cnSQL := ADOLocal()
IF cChaveAcesso != Nil
lInsert := ( ADORecCount( cDatabase, cChaveAcesso ) == 0 )
ENDIF
WITH OBJECT cnSQL
:QueryCreate()
FOR nCont = 1 TO FCount()
:QueryAdd( FieldName( nCont ), FieldGet( nCont ) )
NEXT
IF lInsert
:QueryExecuteInsert ...
IF cChaveAcesso != Nil
lInsert := ( ADORecCount( cDatabase, cChaveAcesso ) == 0 )
ENDIF
WITH OBJECT cnSQL
:QueryCreate()
FOR nCont = 1 TO FCount()
:QueryAdd( FieldName( nCont ), FieldGet( nCont ) )
NEXT
IF lInsert
:QueryExecuteInsert ...
- 02 Mar 2025 16:07
- Fórum: [x]Harbour
- Tópico: Campo "cReplyTo" com win_OleCreateObject() e CDO
- Respostas: 8
- Exibições: 3780
Campo "cReplyTo" com win_OleCreateObject() e CDO
... a pasta, acredito que não.
No CDO perguntei pra cortana, mostrou exemplo em ASP, não muito diferente de harbour
<%
'Create the e-mail server object
Set objCDOSYSMail = Server.CreateObject("CDO.Message")
Set objCDOSYSCon = Server.CreateObject("CDO.Configuration")
'Set and update CDO ...
No CDO perguntei pra cortana, mostrou exemplo em ASP, não muito diferente de harbour
<%
'Create the e-mail server object
Set objCDOSYSMail = Server.CreateObject("CDO.Message")
Set objCDOSYSCon = Server.CreateObject("CDO.Configuration")
'Set and update CDO ...