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 / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones TWAIN
  • Displaying the result in a List Box or Combo Box control
  • Prerequisites in Windows 2008 64-bit server
  • Modo de funcionamiento en las aplicaciones de 64 bits
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
Returns the list of drivers for the Twain devices connected to the current computer.
Note: The TwainCurrentSource function is used to identify the Twain device to be used by default by Twain functions.
Ejemplo
// Display the list of drivers for the Twain devices 
// found on the current computer in LIST_DeviceDrivers
ListAdd(LIST_DeviceDrivers, TwainListSource())
Sintaxis
<Result> = TwainListSource()
<Result>: Character string
Returns the list of drivers for the Twain devices installed on the current computer, in the following format:
<Name of driver 1> + CR + <Name of driver N>
Observaciones

Displaying the result in a List Box or Combo Box control

<Result> can be directly assigned to a List Box or Combo Box control by ListAdd. Each line will contain the name of the driver corresponding to each Twain device installed on the current computer.

Prerequisites in Windows 2008 64-bit server

For a 32-bit application that must perform a digitize operation in Windows 2008 64-bit server, the "User experience" feature of Windows is required. To add this feature:
  1. Select the features of the server manager.
  2. Click "Add a feature".
  3. Check "User experience" (or "Desktop experience" for a Windows in English).
  4. The server is restarted at the end of setup.

Modo de funcionamiento en las aplicaciones de 64 bits

En una aplicación de 64 bits, esta función utilizará automáticamente el Driver Twain de 64 bits. El TWAIN no se puede utilizar si este Driver no está instalado.
Componente: wd300std.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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