source: branches/profile/HELP_SOURCE/oldhelp/save.hlp

Last change on this file was 2986, checked in by westram, 21 years ago

fixed link note

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1#Please insert up references in the next lines (line starts with keyword UP)
2UP      arb.hlp
3UP      glossary.hlp
4
5#Please insert subtopic references  (line starts with keyword SUB)
6
7# Hypertext links in helptext can be added like this: LINK{ref.hlp|http://add|bla@domain}
8
9#************* Title of helpfile !! and start of real helpfile ********
10TITLE           Save Database
11
12OCCURRENCE      ARB_NT/File/Save
13
14DESCRIPTION     To save the entire database, choose 'Save Whole Database'
15                from the 'File' menu of the 'ARB_NT' window.
16
17                You may also save only the changes to the database
18                with the 'Save Changes' or 'Save Changes as'
19                functions.
20
21                        'Save Changes' saves all changes to the database
22                        'data.arb' to a file 'data.aXX' where XX is a numbered from
23                        01 to 99 and 00 (means 100).
24
25                        This is normally much faster than saving the entire database and
26                        results in much less disc consumption.
27
28                        Each time you save your changes, X is increased by one.
29                        The last 10 old data.aXX are not deleted and allow you to
30                        step to an old state.
31
32                        All data.aXX are independent and you may delete old changes
33                        files without losing data (as long as the latest is unchanged)
34
35                When you start arb you can choose among the different files:
36
37                         enter 'arb filename.arb' to search and load the latest changes,
38
39                         enter 'arb filename.aXX' to load a user-defined version.
40
41NOTES           Loading a specific quick save is also possible from the ARB INTRO window.
42
43WARNINGS        None
44
45BUGS            Not all changes to the database can be saved into a small file -
46                especially, changing the order of database entries disables
47                a quick save.
48
49                Hopefully no real bugs.
Note: See TracBrowser for help on using the repository browser.