Search found 212 matches: signature

Return to advanced search

Re: Sending HTML using MAIL

... that addresses the issue. Using the tMail class, I am sending the address, subject, and text to a MAPI client ( ie. Outlook ). That client has the signature built in. When using MAPI, the client displays the the email form, but it is in standard text, not HTML, format. To use a signature it must ...
by TimStone
Wed Apr 05, 2023 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 703

Re: Sending HTML using MAIL

... google translator. Example: https://www.tecmundo.com.br/internet/125736-crie-assinatura-html-padronizada-contas-mail.htm HTML signature template. Use your editor and modify for your data. <hr size="1" /><table>  <tr>    <td style="font-family:tahoma,arial,verdana; ...
by karinha
Wed Apr 05, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 703

Sending HTML using MAIL

... However, when I add this in, then I get the message "The object cannot be found". I have a ( nagging ) client who wants to add a signature and graphic to his outgoing emails, and that requires HTML. Any thoughts on this ?
by TimStone
Tue Apr 04, 2023 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 703

ENCRIPTAR con el algoritmo RSA-SHA256.

... el algoritmo sha256 a objeto de obtener el HASH. 3.Obtener una cadena aplicando al anterior HASH el algoritmo Base64. 4.Adicionar las etiquetas de signature al XML. 5.Agregar a la etiqueta Digest Value el valor obtenido en el paso 4. 6.Tomar la sección de la firma y obtener un HASH del mismo aplicando ...
by RSalazarU
Sat Mar 11, 2023 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ENCRIPTAR con el algoritmo RSA-SHA256.
Replies: 5
Views: 618

Web Services Security WSS OASIS

... 3 SOAP Message Security 1.0 Oasis. And I'm being beaten a lot about this, I'm using CAPICOM.dll and MSXML5.dll to work with the certificate and signature I have an example that I got on the internet signed which is the following: <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> ...
by Francisco Valério
Mon Feb 20, 2023 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web Services Security WSS OASIS
Replies: 0
Views: 216

Re: signatur.prg How can I know if the user has signed or not?

hi, I need to validate if the user signed the document. using your Sample i can "just" Paint 1 x Pixel as Signature and press "Save" ... :roll: msink.prg use Microsoft INK when made a Signature it can "recognize" if and what User have "write" ...
by Jimmy
Fri Nov 11, 2022 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 406

signatur.prg How can I know if the user has signed or not?

... to sign. How can I test this? #include "FiveWin.ch" function CaptureSignature() local oDlg, oSig, lPaint := .F., cFile := Lower( "signature.bmp" ), hDC DEFINE DIALOG oDlg TITLE "Signature" FROM 0, 0 TO 150, 350 PIXEL @ 15, 5 SAY oSig PROMPT "" SIZE 150, ...
by MGA
Fri Nov 11, 2022 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 406

Re: Autentication issue with cUrl

Authorization header requires 'Credential' parameter. Authorization header requires 'Signature' parameter. Authorization header requires 'SignedHeaders' parameter. Authorization header requires existence of either a 'X-Amz-Date' or a 'Date' header. Authorization=allow ...
by Marc Venken
Fri Oct 28, 2022 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 368

Re: Autentication issue with cUrl

... cRet )  The response : {"message":"Authorization header requires 'Credential' parameter. Authorization header requires 'Signature' parameter. Authorization header requires 'SignedHeaders' parameter. Authorization header requires existence of either a 'X-Amz-Date' or a ...
by Marc Venken
Fri Oct 28, 2022 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autentication issue with cUrl
Replies: 3
Views: 368

Re: RECOGER FOTO DE FIRMA DE UN SCANNER DE FIRMAS

hi, i have use Microsoft INK to get Signature and "recognize" it https://forums.fivetechsupport.com/viewtopic.php?f=3&t=41605&p=249451 Demo Code use HMG Syntax for GUI but ActiveX Code is 100% "compatible". ...
by Jimmy
Wed May 18, 2022 12:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RECOGER FOTO DE FIRMA DE UN SCANNER DE FIRMAS
Replies: 3
Views: 622

Re: Save JSON Signature string in Memo for printing

Thank you. Looking at the code I didn't see the additional parameters. As you can see, I am using the PRINT command but in the class ... so your example translates to what I was using ... but I didn't have the alignment parameter. All of my printouts are done with objects/classes using the tPrinter ...
by TimStone
Fri Apr 01, 2022 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save JSON Signature string in Memo for printing
Replies: 5
Views: 375

Re: Save JSON Signature string in Memo for printing

Tim, you can use the print command with an image @ 1,1 PRINT TO oPrn IMAGE oSignature SIZE 8, 3 CM LASTROW nRow ALIGN "C" // Align "C","L" or "R"// nRow Save the value for next printing  #xcommand @ <nRow>, <nCol> PRINT TO <prn> IMAGE <img...
by cmsoft
Fri Apr 01, 2022 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save JSON Signature string in Memo for printing
Replies: 5
Views: 375

Re: Save JSON Signature string in Memo for printing

Actually please look at my previous post. I am NOW getting an image ( it was pretty poor in the sample I had so I didn't see it ). I am using the following code: oPrn:PrintImage(nRow, nCsp, oSignature, nCsp * 35, nRsp * 3, , , .t. )  What I am finding is that the image is justifying on ...
by TimStone
Thu Mar 31, 2022 11:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save JSON Signature string in Memo for printing
Replies: 5
Views: 375

Re: Save JSON Signature string in Memo for printing

... is exactly what the JSON reply provides, including the quotes. I am able to extract the data with: cSigJPG     := HB_HGET( hChgData, "SignatureData")              // Signature The extracted data has no quotes ( displayed with MsgInfo ). I am using a data object, so I use: ...
by TimStone
Thu Mar 31, 2022 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save JSON Signature string in Memo for printing
Replies: 5
Views: 375

Re: Save JSON Signature string in Memo for printing

Save the value in the memofield, without the starting and ending Quotes.
At the time of printing:
Code: Select all  Expand view

cImage  := ( cAlias )->MEMO
cImage  := HB_BASE64DECODE( cImage )
@ r, c PRINT TO oPrn IMAGE cImage ............
 
by nageswaragunupudi
Thu Mar 31, 2022 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save JSON Signature string in Memo for printing
Replies: 5
Views: 375
PreviousNext

Return to advanced search