AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
iVPos (Function)
In french: iPosV
Warning
iVPos is kept for backward compatibility.
In this version, use iYPos.
Below is the documentation of iVPos, available with WEBDEV 5.5.
 
Purpose
Find out or initialize the vertical position (row) of the cursor in the page.
Syntax
Syntax 1: Finding out the current vertical position
<Result> = iVPos()
  • <Result> is a real containing the vertical position of the cursor
Syntax 2: Modifying the vertical position
<Result> = iVPos(<Row Position>)
  • <Result> is a string describing the requested vertical position
  • <Row Position> is a real containing the position to specify in mm
Notes
The origin (0,0) is located in the upper-left corner of the sheet. It takes the physical margins of printer into account. Each printer includes a physical margin where no print is allowed. iMargin is used to define the "logical" print margins.
iVpos must not be used in iPrintWord.
The current vertical position when printing a character string points to the top part of the string to print. The bottom print line depends on the height of the fonts used in the printed line.
Component: wd290prn.dll
See also
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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