skip to main content

Controls Reference : ENTRY-FIELD : Properties : Proposal

Proposal
This property adds a new item to the list of proposals associated with the Entry-Field. Multiple values are allowed if specified between parenthesis. If the Proposals-Unsorted style is set, the position of the new proposal can be controlled by the Proposal-Index property.
 
Example - Define a list of proposals for an entry-field on procedure division.
screen section.
  03 screen-1-ef-3 Entry-Field
     line 35.8
     column 49.7
     size 11.6 cells 
     lines 3.5 cells 
     proposal-delay 400
procedure division.
  modify screen-1-ef-3
         proposal "rome"
         proposal "romania"
         proposal "romantic"
         proposal "ron"
         proposal "roll"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left