AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de reportes y controles asociados
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The SignatureType property is used to get and define the type of signature to be used in a Signature control.
Note: This property corresponds to the "Tipo de firma" option in the "General" tab of the Signature control description window.. This control is only available in a report.
Ejemplo
// The Signature control uses a certification signature
SIG_MySignature.SignatureType = typeSignatureCertification
Sintaxis

Finding out the type of signature used by the Signature control Ocultar los detalles

<Result> = <Signature control>.SignatureType
<Result>: Integer constant
Type of signature:
typeSignatureApprovalApproval signature.
An approval signature corresponds to a mark applied by another person to indicate that he/she approves the document content.
typeSignatureCertificationCertification signature.
A certification signature corresponds to a seal applied to the document to guarantee its integrity.
<Signature control>: Control name
Signature control to use.

Modifying the type of signature used by the Signature control Ocultar los detalles

<Signature control>.SignatureType = <New type>
<Signature control>: Control name
Signature control to use.
<New type>: Integer constant
Type of signature to use:
typeSignatureApprovalApproval signature.
An approval signature corresponds to a mark applied by another person to indicate that he/she approves the document content.
typeSignatureCertificationCertification signature.
A certification signature corresponds to a seal applied to the document to guarantee its integrity.
Versión mínima requerida
  • Versión 21
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local