|
|
|
|
|
VisibleEndUser (Property)
 Disponible 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).
OrdDate.VisibleEndUser = True
...
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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|