SOTravelInterface Interface |
Namespace: SuperOffice.COM.SuperOfficeDB
The SOTravelInterface type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CanGeneratePrototype | CanGeneratePrototype
Check if the associate/user logged in to the database has permission to generate prototypes. (User level 0/administrator or a travel user). (Inherited from ITravelInterface.) |
![]() ![]() | CanManageArea | CanManageArea
Check if the associate/user logged in to the database has permission to manage areas. (User level 0). (Inherited from ITravelInterface.) |
![]() ![]() | CanManageSatellite | CanManageSatellite
Checks if this client can manage satellite definitions. (User level 0). (Inherited from ITravelInterface.) |
![]() ![]() | CanReadFile | CanReadFile
Checks if the replication file is available and if we’re allowed to read it (Inherited from ITravelInterface.) |
![]() ![]() | CanTravel | CanTravel
Check if the associate/user logged in to the database has permission to perform a local update - take a local copy of the central database (Inherited from ITravelInterface.) |
![]() ![]() | CanWriteFile | CanWriteFile
Checks if we can write a replication file (Inherited from ITravelInterface.) |
![]() ![]() | IsTravelling | IsTravelling
Flag indicating whether the SuperOffice user (logged in to the database) is in "travel" mode (Inherited from ITravelInterface.) |
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). (Inherited from ITravelInterface.) |
![]() ![]() | 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. (Inherited from ITravelInterface.) |
![]() ![]() | 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. (Inherited from ITravelInterface.) |
![]() ![]() | 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. (Inherited from ITravelInterface.) |
![]() ![]() | ManageSatellites | ManageSatellites
(Inherited from ITravelInterface.)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
(Inherited from ITravelInterface.)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
(Inherited from ITravelInterface.)Unattended. Generate non-satellite areas unattended (use SuperOffice Travel Gateway) |
![]() ![]() | UAReadFile | UAReadFile
(Inherited from ITravelInterface.)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
(Inherited from ITravelInterface.)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
(Inherited from ITravelInterface.)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. |