...back to menu
Class: Contact
How to Read: Property/Method(Parameter As Type, ...) As ReturnValue
General Properties
ErrorMsg() As String
       Purpose:  Return Error Message if a method failed or no records were found

ErrorMsg(ErrorMessage As String)
       Purpose:  Set Error Message for display

SQLString() As String
       Purpose:  Return SQL String used for database query

ContactID() As Long
       Purpose:  Return Contact ID

ContactID(ContactRecordID As Long)
       Purpose:  Set Contact ID to update a specific record

General Methods
IsAgentForMLS(MLSNumber As String, AgentRecordID As String) As Boolean
       Purpose:  Search MLS record that contains AgentRecordID in 'mls_agent_id' field
     Requires:  Valid MLS Number and Agent ID
       Returns:  True - successful; False - error or no records were found

ResetContactVars()
       Purpose:  Reset all Contact variables

...back to menu