CopyField Macro

Use the CopyField macro to copy the value of one loan field into another loan field.

Parameters:

 

  • CopyFrom:The Field ID of the field which is the data source
  • Copy To: The Field ID which will receive the data

 

 

Return Value:

 

None

 

 

Example:

 

If Macro.Confirm("The borrower's address will be copied to the

 coborrower") Then

 

Macro.CopyField("FR0104", "FR0204")

Macro.CopyField("FR0106", "FR0206")

Macro.CopyField("FR0107", "FR0207")

Macro.CopyField("FR0108", "FR0208")

End If