ITravelInterface Methods |
The ITravelInterface type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GeneratePrototype | GeneratePrototype
Check if the associate/user logged in to the database has permission to generate prototypes. (User level 0/administrator or a travel user). |
![]() ![]() | GetTravellers | GetTravellers
Returns a list of travellers from the current database. You can use the OLE DB Provider to get a list of areas and satellites. |
![]() ![]() | GoTravel | method GoTravel
Sends the associate currently logged in out on travel, performs a local update. Function CanTravel is called before this function to check if the associate is a valid travel user. |
![]() ![]() | ManageArea | ManageArea
This will show the Area Management dialog as long as the associate/user logged in to the database has permission to see it (User level 0). This dialog is used to define areas, both for data distribution and login rights. See the documentation if you are unsure about the concepts. CanManageArea is called before this function, and if CanManageArea returns False, this function will not be performed. Only associates with user level 0 in the central database may manage area definitions. |
![]() ![]() | ManageSatellites | ManageSatellites
This will show the Generate satellite dialog as long as the associate/user logged in to the database has permission to see it (User level 0). This dialog is used to generate and regenerate satellites. CanManageSatellites is called before this function, and if CanManageSatellites returns False, this function will not be performed. Only associates with user level 0 in the central database may manage satellites. |
![]() ![]() | ReadFile | ReadFile
Read update files (the *.up or *.dwn files) into the travel or central database for a travel user. This file has information regarding changes in the central or travel database. (Replication info). CanReadFile is called before this function, and if CanReadFile returns False, this function will not be performed. In the central database all users with User Level 0 may read files. In a travel database, the only associate who is allowed to read these files is the owner of the travel database. Administrator does not have access to a travel database. |
![]() ![]() | UAGeneratePrototype | UAGeneratePrototype
Unattended. Generate non-satellite areas unattended (use SuperOffice Travel Gateway) |
![]() ![]() | UAReadFile | UAReadFile
Unattended. Read update files (the *.up or *.dwn files) into the travel or central database for a travel user. This file has information regarding changes in the central or travel database. (Replication info). CanReadFile is called before this function, and if CanReadFile returns False, this function will not be performed. In the central database all users with User Level 0 may read files. In a travel database, the only associate who is allowed to read these files is the owner of the travel database. Administrator does not have access to a travel database. |
![]() ![]() | UAWriteFile | UAWriteFile
Unattended. Write the *.up or *.dwn file to a central or travel database. This file has information regarding changes in the central or travel database. (Replication info) CanWriteFile is called before this function, and if CanWriteFile returns False, this function will not be performed. In the central database all users with User Level 0 may write files. In a travel database, the only associate who is allowed to generate these files is the owner of the travel database. Administrator does not have access to a travel database. |
![]() ![]() | WriteFile | WriteFile
This will show the Active Travel Users dialog as long as the associate/user logged in to the database has permission to see it (User level 0 or a travel user). This dialog is used to write the *.up or *.dwn file to a central or travel database. This file has information regarding changes in the central or travel database. (Replication info) CanWriteFile is called before this function, and if CanWriteFile returns False, this function will not be performed. In the central database all users with User Level 0 may write files. In a travel database, the only associate who is allowed to generate these files is the owner of the travel database. Administrator does not have access to a travel database. |