The force changes statement sets the change flag for the specified window or form. This flag is tested by the changed() function.
force changes [form | window] name {of form form_name}
• form | window – Indicates the type of the object for which you want to set the change flag.
• name – The name of the window or form for which the change flag will be set.
• of form form_name – If setting the change flag for a window, an optional parameter specifying the form the window is part of.
You can use the force changes statement with a scrolling window to force the line change script to run, regardless of whether fields in the scrolling window line have changed.