« Back to CIDOC-CRM Project

How to import files in an ADOxx application library?

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
How to import files in an ADOxx application library?
community documentation development environment
Answer
3/27/14 11:13 AM
How can I import an .asc file in my application library developed with ADOxx?

RE: How to import files in an ADOxx application library?
Answer
7/19/13 5:59 AM as a reply to Anonymous.
The ADOxx Development Toolkit offers its own internal file management system. This enables the developer to import any kind of files (.asc, .leo, .txt, .dll, .png, etc...) into the application library.
In order to import a file into an existing application library, please follow the steps below:

a. Open the ADOxx Development Toolkit
b. Navigate in the menu to "Extras" -> "File Management..." (see attachment File_Management_1.PNG)
c. Select application library (see attachment File_Management_2.PNG)
d. Click on "Import"
e. Select file(s) and click on "Open" to import(see attachments Open_Files.bmp, Success_Message.PNG)

After having successfully imported your file into the application library, you can access that file by adding the prefix "db:\\" to the file name (e.g. "db:\\MyfileName.asc") and use it in the AdoScript command calls or library or class attributes.

When exporting the library in .abl format, the option "Include files", which i checked by default, allows you to include all the imported files in the resulting .adl file (see attached file Export_Library_Dialog.PNG).

At any time, the files existing in an application library can be deleted or exported using the File Management functionality.
Attachment

Attachment

Attachment

Attachment

Attachment

Attachments: Export_Library_Dialog.PNG (6.2k), File_Management_1.PNG (16.6k), File_Management_2.PNG (11.4k), Open_Files.PNG (25.7k), Success_Message.PNG (16.6k)