Search found 20 matches: signatur

Return to advanced search

Re: Drawing with the mouse on DC

fwh\samples\signatur.prg
by nageswaragunupudi
Mon Sep 25, 2023 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing with the mouse on DC
Replies: 2
Views: 261

Re: Sending HTML using MAIL

More example: https://www.oficinadanet.com.br/post/14907-como-criar-uma-assinatura-em-html-para-email Signatur.htm <hr /><table>    <tr>         <td style="font-family:arial; font-size:11px; text-align:center" ...
by karinha
Wed Apr 05, 2023 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 701

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" when got Result o...
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: 397

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

Estimado MGA, Solo tienes que consultar la variable lSigned para saber si ha firmado o no: #include "FiveWin.ch" function CaptureSignature()    local oDlg, oSig, lPaint := .F., cFile := Lower( "signature.bmp" ), hDC    local lSigned := .F. ...
by Antonio Linares
Fri Nov 11, 2022 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 397

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

Jimmy: I need to validate if the user signed the document. referring to this example: @ 15, 5 SAY oSig PROMPT "" SIZE 150, 40 PIXEL BORDER OF oDlg Objeto: oSig i need something like this, example: function Button_ValidSegnatur(oSig) if Empty(oSig:cCaption) MsgStop("It is mandatory to ...
by MGA
Fri Nov 11, 2022 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 397

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

hi,
MGA wrote:How can I know if the user has signed or not?

Sample \fwh\samples\signatur.prg "just" save a BMP but did not "recognize" it

have a look at \fwh\samples\msink.prg
when use MENUITEM "Text" you got a MsgInfo() but a GET would be better to present Result
by Jimmy
Fri Nov 11, 2022 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: signatur.prg How can I know if the user has signed or not?
Replies: 5
Views: 397

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

How can I know if the user has signed or not? Referring to this example, I need to force the user 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 "...
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: 397

Re: webapp y signatur

Estimado Fernando,

gracias por el recordatorio

saludos
by Antonio Linares
Tue Aug 23, 2022 9:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: webapp y signatur
Replies: 1
Views: 178

webapp y signatur

Hola, Estoy realizando algunas pruebas de la nueva funcionalidad WebApp, añadiendo en el say la posibilidad de escritura con el ratón (samples\signatur.prg), o con el dedo en caso de pantallas táctiles. En el momento que se convierte en HTML, ya no funciona. En los crecimientos y revisiones de ...
by fgondi
Tue Aug 23, 2022 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: webapp y signatur
Replies: 1
Views: 178

Re: Dibujar una firma en un dialogo

... buscando la manera de capturar la firma desde una tablet corriendo windows directamente, sin usar nada mas que FW, salvando el bmp capturado desde signatur.prg y añadiéndolo al pdf del albarán correspondiente o algo asi, esto daría una flexibilidad tremenda a la captura, aunque ya sé que penalizando ...
by José Vicente Beltrán
Mon Sep 18, 2017 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dibujar una firma en un dialogo
Replies: 3
Views: 781

Re: Dibujar una firma en un dialogo

Hola,

seguro que el ejemplo "signatur.prg" del folder samples de FW te sirve

Saludos

Marcelo
by Marcelo Via Giglio
Mon Sep 18, 2017 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dibujar una firma en un dialogo
Replies: 3
Views: 781

Re: Firma

En FWH tenemos un ejemplo en samples\signatur.prg

A ver si podemos portarlo a FiveTouch...
by Antonio Linares
Tue Sep 12, 2017 2:38 pm
 
Forum: FiveTouch
Topic: Firma
Replies: 1
Views: 738

Re: More on graphic storage / evaluation

I am doing it on the screen and they can use finger or pen. I started with signatur.prg in the samples folder. There were some issues (not major) but I modified it and it is working pretty good. I started out by just saving the signature in memo field but later ...
by Gale FORd
Wed Oct 14, 2015 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More on graphic storage / evaluation
Replies: 6
Views: 1191

Re: FYI Tablet App

I used signatur.prg as example. I made some enhancements and fixes to it. I agree that the quality is not 100% what I would like. It seems the captured mouse movement is not always pixel by pixel. This is an updated sample from ...
by Gale FORd
Wed May 13, 2015 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FYI Tablet App
Replies: 14
Views: 4985
Next

Return to advanced search