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
// Displays the calendar associated with the edit control
CalendarOpen(EDT_Date)
Sintaxis
CalendarOpen(<Edit control>)
<Edit control>: Control name
Name of the Date edit control for which the calendar must be displayed in a popup window.
Observaciones
  • 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 function CalendarOpen FUNCTION function can be used on columns in Date-type Table fields: both the Table field and the column must be editable. Otherwise, CalendarOpen has no effect.
  • 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 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 25/03/2025

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