skip to main content

Controls Reference : ENTRY-FIELD : Properties : Reset-Proposals

Reset-Proposals
When set to a non-zero value, this property removes all the proposals associated with the Entry-Field.
 
Example - Reset the proposals list for an entry-field
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.
  *> Reset the proposals list before adding new ones
  modify screen-1-ef-3 reset-proposals 1
  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