MapBasic Syntax | Description |
---|---|
|
Brings up the Server/Preferences dialog |
|
Brings up the Server/Preferences dialog |
|
Brings up a dialog to select a repository folder path. This path is where the named table resource is created. The login dialog will be presented if you are not logged in. The selected folder path is returned in a global string variable in the add-in named CommandUriResult in JSON format. An empty string is returned if canceled or an error occurs. |
|
Brings up a dialog to select a named connection. This connection is where the table will be uploaded. The login dialog will be presented if you are not logged in. The selected connection repository path is returned in a global string variable in the add-in named CommandUriResult in JSON format. An empty string is returned if canceled or an error occurs. |
|
Brings up a dialog to select a data folder path from a named connection. This connection is where the tables data will be uploaded The login dialog will be presented if you are not logged in. The selected folder path is returned in a global string variable in the add-in named "CommandUriResult in JSON format. An empty string is returned if canceled or an error occurs. |
For the commands that return a result in a global variable inside the NRCreator.mbx – the value can be obtained in three ways:
- through the IMapBasicApplication interface on the object model
- through the COM interface
- through DDE