Awrem32 functions
RemoteData. HostData = "212"
RemoteData. HostData = "555-5555"
'write object to disk
HostData.WriteObject (0)
End Sub
Use the FindFirst and FindNext methods to display the host file in a directory as
follows:
Private Sub Command5_Click()
Dim HostDataManager as Object
Dim HostData as Object
Dim s as string
Set HostDataManager = CreateObject("WINAWSVR.BEHOSTDATAMANAGER")
HostDataManager.ChangeDirectory ("C:\dev\bin.w32\data")
HostDataManager.FindFirst "*", s
MsgBox (s)
HostDataManager.FindNext s
MsgBox (s)
End Sub
The Awrem32 functions provide the parameters and return values for handling
connections between the host and remote computers.
Awrem32 function
awConnect(FileName)
awConnect
Parameter or
Description
return value
Parameter =
The fully qualified .chf file name that
Name as string
contains information about the host
computer
Return value =
TRUE if command executed
Boolean
Visual Basic object definitions
Awrem32 functions
55
Need help?
Do you have a question about the PCANYWHERE - OLE AUTOMATION GUIDE V 12.5 and is the answer not in the manual?
Questions and answers