|
|
|
|
|
VisibleEndUser (Property) In french: VisibleUtilisateurFinal
 Available only with these kinds of connection
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 to the end user in "Reports and Queries"" in the "Reports and Queries" tab of the field description window).
DateCde.VisibleUtilisateurFinal = True
...
HDescribeFile(Commande)
Syntax
Finding out whether an item is visible to the end user Hide the details
<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 Hide the details
<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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|