User login
|
|
|
Frontpage Sponsor
|
|
|
Poll
|
Would you like to see a separate forum on Baanboard for the ION product? No 14% Yes 86% Total votes: 80 |
Baanboard at LinkedIn
|

|
|
|
|
By patvdv at 26 Feb 2008 - 21:57
|
|
inputfield.visible()
Syntax
void inputfield.visible( string field_name(18) [, string field_name(18)]... )
Description
Use this to redisplay one or more fields made invisible by inputfield.invisible(). To redisplay a particular element of an array field, append the element number (in parentheses) to the field name. For example:
"ttadv301.labl(2)"
Note
Use is.field.invisible() to check whether a specified field is currently visible or invisible.
Context
4GL library function.
You can use this function only in 4GL scripts. You cannot use this function if the corresponding call to inputfield.invisible() was done in the before.program or after.form.read section of a dynamic session.
Example
before.field: inputfield.visible( "ttadv200.cpac" )
Related topics
|
|
All times are GMT +2. The time now is 00:36.