Thomson S
6th June 2012, 15:45
A new blog entry has been added:

Maintain Form Fields

Hi,
 In Maintain Form, in the field attributes, there are four options for 'Field Type' like  Display, Input, Display Only, Input Only.
 What are the differences b/w input and input only and display - display only.
 Could you please make me understand.

bdittmar
6th June 2012, 17:13
A new blog entry has been added:

Maintain Form Fields

Hello,

Form Field ttadv301.typf (type of field) :

This field indicates the type of the form field. There are 4 possibilities.

Display field :
Normal display field, input NOT allowed.

Input field :
Normal input field.

Display stand-alone field:
This field will only be displayed when the 4 GL function display("<field name>") is used in the session script.

Input stand-alone field:
The user only can give input on this field when the 4 GL function input("<field name>") is used in program script.

PS: do not double post, please and try to use the proper forum.

Regards

Thomson S
7th June 2012, 09:28
Thank you so much.