guides:programming:programmers_reference_manual:oiwin_formloadprev

OIWin_FormLoadPrev routine

Loads the contents of the previously saved record into the current record.

call OIWin_FormLoadPrev( window[, control] )

The function has the following parameters:

ParameterDescription
windowThe name of the current window. (@WINDOW)
control(Optional) An @fm-delimited list of controls to be loaded. When null, all controls in the window will be loaded with the previously saved records data.

Does not return a value.

This routine should only be executed within the context of the presentation server.

* Load Previous Value

focusId = Get_Property( "SYSTEM", "FOCUS" )

OIWin_FormLoadPrev( @window, focusId )

 

* Load Previous Record

OIWin_FormLoadPrev( @window )
 
 
 
 
  • guides/programming/programmers_reference_manual/oiwin_formloadprev.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1