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 HFSQL
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
VisibleEndUser (Property)
 
HFSQL ClassicHFSQL Client/ServerDisponible solo con estos tipos de conexión
The VisibleEndUser property is used to:
  • Find out whether an item is visible (or not) to the end users. This item was defined in the data model editor or programmatically.
  • Define if an item must be visible to the end users (only for items defined programmatically).
When the item is visible to the end users:
Remark: The visibility of a field is defined in the editor when describing the fields in a file (option "Visible para el usuario final en "Reports and Queries"" in the "Reports and Queries" tab of the field description window).
Ejemplo
// Define the visibility of the Orders.OrdDate item
OrdDate.VisibleEndUser = True
...
// Validate the data file description
HDescribeFile(Orders)
Sintaxis

Finding out whether an item is visible to the end user Ocultar los detalles

<Résultat> = <Fichier de données>.<Rubrique>.VisibleFinalUser
<Result>: Boolean
  • True if the item is visible to end users,
  • False otherwise.
<Data file>: Character string
Name of the data file used.
<Item>: Character string
Name of the item used.

Defining the visibility of an item described programmatically Ocultar los detalles

<Item>.VisibleEndUser = <Visibility>
<Item>: Character string
Name of the item used. This name is defined with the Item Description type.
<Visibility>: Boolean
  • True if the item is to be visible to end users,
  • False otherwise.
Versión mínima requerida
  • Versión 10
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

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