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 / Controles, páginas y ventanas / Funciones Calendario
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
In a Date edit control, opens a popup window displaying a calendar. The edit control gains focus.
Ejemplo
// Affiche le calendrier associé au champ de saisie
SAI_Date.CalendrierOuvre()
Sintaxis
<Edit control>.CalendarOpen()
<Edit control>: Nombre del control
Name of the Date edit control for which the calendar must be displayed in a popup window.
Observaciones
  • <Input>.CalendarOpen can be used on Date edit controls that do not have a calendar button, or those for which the "Calendar" option was disabled in the context menu.
  • The <Input>.CalendarOpen function can be used on columns in Table fields of type Date: both the Table field and the column must be editable.. Otherwise, <Input>.CalendarOpen has no effect.
  • <Input>.CalendarOpen can only be used on the Date Edit controls. It cannot be used on the Date edit controls that also display a time.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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