Small company logo:
   History
 
Advertising banner:
 
 Form.FillFrom
Home • Help • Customization Tools • FCAS • Language Reference • Form.FillFrom
 
Purpose
Fills the field data on a form from a server file that has been opened to an item containing field data.
All data is read in, even if there are no controls on the form for the fields in the server file. Where fields match, the data is filled into the existing defined fields.
Syntax
Form.FillFrom (ServerFile)
Example
Dim sf as ServerFile
sf.OpenFile ("CoreServices | System Monitor", fcRead)
MyForm.Show
MyForm.FillFrom (sf)