Home » Archimedes archive » Archimedes World » AW-1993-01.adf » AWJan93 » !AWJan93/Goodies/IMPACT/!Impact/!Notes
!AWJan93/Goodies/IMPACT/!Impact/!Notes
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » AW-1993-01.adf » AWJan93 |
Filename: | !AWJan93/Goodies/IMPACT/!Impact/!Notes |
Read OK: | ✔ |
File size: | 0EFA bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
IMPACT! Release Notes. ===================== To check if this is the latest version, please contact Circle Software. Registered discs may be upgraded free of charge, by enclosing return postage. Version 1.05 (25 Sept 92) Initial Release version. ========================== As described in manual, first edition. Version 1.06 (25 Oct 92) ========================= 1. Using the 'Find' menu now switches off 'Entry Mode' in Edit DataBase box. 2. Index selection facility added to 'Edit Database' dialogue box. 3. Creating a database now creates an empty Documents directory in the appropriate database directory. 4. The ImpulseII module is now loaded by Impression, not by IMPACT! and is no longer supplied on the IMPACT! disc. This is to ensure that the correct version of the module is used, as supplied with Impression. (Impression is loaded automatically when a document is selected in the Merge dialogue box, or the document is dragged into the 'document box' as described in the manual.) 5. Database menus are now formed from the user definable path variable Impact$Path, defined in the !Run obey file. This may include several directories containing IMPACT! databases, comma separated. Each path must end in a dot '.' e.g. set Impact$Path <Impact$Dir>.DataFiles.,adfs::4.$.Moredata. 6. The Export dialogue box now has the facility to export as 'text' or CVS file types, by dragging the appropriate icon. This only affects the file type, not it's contents. Using the 'Text' icon when dragging to a printer will prevent the printer querying the file type. 7. The export dialogue box now also offers a choice of un-quoted text fields and tab field separators. These are useful for exporting to Impression tables, or into other text handling applications, and allows tabulated columns to be produced. The Export box is set to the Acorn CSV standard when first displayed, and should not normally need adjustment. Version 1.07 (2 Nov 92) ======================== 1. A new database may now be created using an existing database as a 'template'. Simply click Menu over the database box in the Create window, and select the database to be used. A data card will be displayed having all the attributes of the existing database, which may then be edited as required. The feature will be found useful where an existing database requires modification. First export data from the existing database to a CSV disc file, excluding any fields to be removed. Then use the above facility to create a new database, modified as required, and import the saved data to this. Any additional fields should have higher numbers, and will be left blank. 2. Where a file is indexed on a text field, the facility to restrict the number of characters used for sorting has been added. This may speed up the indexing operation, but more importantly may greatly reduce the space taken by the index, both on disc and in memory, and will further improve loading time for large databases. 3. Where an index had been created for a file already largely in sorted order, the loading time for the index was rather slow. This has now been greatly improved, but this improvement will not be obtained until the offending database hase been loaded and re-saved once. There may be some delay while the index is optimised during the first re-save. 4. Hourglass display added during export. 5. A database delete option has been added to the Edit Database window. A warning is given before any action is taken, but note that this will delete the entire database, and this action cannot be undone! ========================================================================== End.
00000000 49 4d 50 41 43 54 21 20 52 65 6c 65 61 73 65 20 |IMPACT! Release | 00000010 4e 6f 74 65 73 2e 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |Notes..=========| 00000020 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 54 6f |============..To| 00000030 20 63 68 65 63 6b 20 69 66 20 74 68 69 73 20 69 | check if this i| 00000040 73 20 74 68 65 20 6c 61 74 65 73 74 20 76 65 72 |s the latest ver| 00000050 73 69 6f 6e 2c 20 70 6c 65 61 73 65 20 63 6f 6e |sion, please con| 00000060 74 61 63 74 20 43 69 72 63 6c 65 20 53 6f 66 74 |tact Circle Soft| 00000070 77 61 72 65 2e 0a 52 65 67 69 73 74 65 72 65 64 |ware..Registered| 00000080 20 64 69 73 63 73 20 6d 61 79 20 62 65 20 75 70 | discs may be up| 00000090 67 72 61 64 65 64 20 66 72 65 65 20 6f 66 20 63 |graded free of c| 000000a0 68 61 72 67 65 2c 20 62 79 20 65 6e 63 6c 6f 73 |harge, by enclos| 000000b0 69 6e 67 20 72 65 74 75 72 6e 0a 70 6f 73 74 61 |ing return.posta| 000000c0 67 65 2e 0a 0a 56 65 72 73 69 6f 6e 20 31 2e 30 |ge...Version 1.0| 000000d0 35 20 20 28 32 35 20 53 65 70 74 20 39 32 29 20 |5 (25 Sept 92) | 000000e0 20 49 6e 69 74 69 61 6c 20 52 65 6c 65 61 73 65 | Initial Release| 000000f0 20 76 65 72 73 69 6f 6e 2e 0a 3d 3d 3d 3d 3d 3d | version..======| 00000100 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000110 3d 3d 3d 3d 0a 0a 41 73 20 64 65 73 63 72 69 62 |====..As describ| 00000120 65 64 20 69 6e 20 6d 61 6e 75 61 6c 2c 20 66 69 |ed in manual, fi| 00000130 72 73 74 20 65 64 69 74 69 6f 6e 2e 0a 0a 0a 56 |rst edition....V| 00000140 65 72 73 69 6f 6e 20 31 2e 30 36 20 20 28 32 35 |ersion 1.06 (25| 00000150 20 4f 63 74 20 39 32 29 0a 3d 3d 3d 3d 3d 3d 3d | Oct 92).=======| 00000160 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000170 3d 3d 0a 0a 31 2e 20 20 55 73 69 6e 67 20 74 68 |==..1. Using th| 00000180 65 20 27 46 69 6e 64 27 20 6d 65 6e 75 20 6e 6f |e 'Find' menu no| 00000190 77 20 73 77 69 74 63 68 65 73 20 6f 66 66 20 27 |w switches off '| 000001a0 45 6e 74 72 79 20 4d 6f 64 65 27 20 69 6e 20 45 |Entry Mode' in E| 000001b0 64 69 74 20 44 61 74 61 42 61 73 65 20 62 6f 78 |dit DataBase box| 000001c0 2e 0a 0a 32 2e 20 20 49 6e 64 65 78 20 73 65 6c |...2. Index sel| 000001d0 65 63 74 69 6f 6e 20 66 61 63 69 6c 69 74 79 20 |ection facility | 000001e0 61 64 64 65 64 20 74 6f 20 27 45 64 69 74 20 44 |added to 'Edit D| 000001f0 61 74 61 62 61 73 65 27 20 64 69 61 6c 6f 67 75 |atabase' dialogu| 00000200 65 20 62 6f 78 2e 0a 0a 33 2e 20 20 43 72 65 61 |e box...3. Crea| 00000210 74 69 6e 67 20 61 20 64 61 74 61 62 61 73 65 20 |ting a database | 00000220 6e 6f 77 20 63 72 65 61 74 65 73 20 61 6e 20 65 |now creates an e| 00000230 6d 70 74 79 20 44 6f 63 75 6d 65 6e 74 73 20 64 |mpty Documents d| 00000240 69 72 65 63 74 6f 72 79 0a 20 20 20 20 69 6e 20 |irectory. in | 00000250 74 68 65 20 61 70 70 72 6f 70 72 69 61 74 65 20 |the appropriate | 00000260 64 61 74 61 62 61 73 65 20 64 69 72 65 63 74 6f |database directo| 00000270 72 79 2e 0a 0a 34 2e 20 20 54 68 65 20 49 6d 70 |ry...4. The Imp| 00000280 75 6c 73 65 49 49 20 6d 6f 64 75 6c 65 20 69 73 |ulseII module is| 00000290 20 6e 6f 77 20 6c 6f 61 64 65 64 20 62 79 20 49 | now loaded by I| 000002a0 6d 70 72 65 73 73 69 6f 6e 2c 20 6e 6f 74 20 62 |mpression, not b| 000002b0 79 20 49 4d 50 41 43 54 21 0a 20 20 20 20 61 6e |y IMPACT!. an| 000002c0 64 20 69 73 20 6e 6f 20 6c 6f 6e 67 65 72 20 73 |d is no longer s| 000002d0 75 70 70 6c 69 65 64 20 6f 6e 20 74 68 65 20 49 |upplied on the I| 000002e0 4d 50 41 43 54 21 20 64 69 73 63 2e 20 54 68 69 |MPACT! disc. Thi| 000002f0 73 20 69 73 20 74 6f 20 65 6e 73 75 72 65 20 74 |s is to ensure t| 00000300 68 61 74 0a 20 20 20 20 74 68 65 20 63 6f 72 72 |hat. the corr| 00000310 65 63 74 20 76 65 72 73 69 6f 6e 20 6f 66 20 74 |ect version of t| 00000320 68 65 20 6d 6f 64 75 6c 65 20 69 73 20 75 73 65 |he module is use| 00000330 64 2c 20 61 73 20 73 75 70 70 6c 69 65 64 20 77 |d, as supplied w| 00000340 69 74 68 20 49 6d 70 72 65 73 73 69 6f 6e 2e 0a |ith Impression..| 00000350 20 20 20 20 28 49 6d 70 72 65 73 73 69 6f 6e 20 | (Impression | 00000360 69 73 20 6c 6f 61 64 65 64 20 61 75 74 6f 6d 61 |is loaded automa| 00000370 74 69 63 61 6c 6c 79 20 77 68 65 6e 20 61 20 64 |tically when a d| 00000380 6f 63 75 6d 65 6e 74 20 69 73 20 73 65 6c 65 63 |ocument is selec| 00000390 74 65 64 20 69 6e 20 0a 20 20 20 20 74 68 65 20 |ted in . the | 000003a0 4d 65 72 67 65 20 64 69 61 6c 6f 67 75 65 20 62 |Merge dialogue b| 000003b0 6f 78 2c 20 6f 72 20 74 68 65 20 64 6f 63 75 6d |ox, or the docum| 000003c0 65 6e 74 20 69 73 20 64 72 61 67 67 65 64 20 69 |ent is dragged i| 000003d0 6e 74 6f 20 74 68 65 20 27 64 6f 63 75 6d 65 6e |nto the 'documen| 000003e0 74 20 0a 20 20 20 20 62 6f 78 27 20 61 73 20 64 |t . box' as d| 000003f0 65 73 63 72 69 62 65 64 20 69 6e 20 74 68 65 20 |escribed in the | 00000400 6d 61 6e 75 61 6c 2e 29 0a 0a 35 2e 20 20 44 61 |manual.)..5. Da| 00000410 74 61 62 61 73 65 20 6d 65 6e 75 73 20 61 72 65 |tabase menus are| 00000420 20 6e 6f 77 20 66 6f 72 6d 65 64 20 66 72 6f 6d | now formed from| 00000430 20 74 68 65 20 75 73 65 72 20 64 65 66 69 6e 61 | the user defina| 00000440 62 6c 65 20 70 61 74 68 20 76 61 72 69 61 62 6c |ble path variabl| 00000450 65 0a 20 20 20 20 49 6d 70 61 63 74 24 50 61 74 |e. Impact$Pat| 00000460 68 2c 20 64 65 66 69 6e 65 64 20 69 6e 20 74 68 |h, defined in th| 00000470 65 20 21 52 75 6e 20 6f 62 65 79 20 66 69 6c 65 |e !Run obey file| 00000480 2e 20 54 68 69 73 20 6d 61 79 20 69 6e 63 6c 75 |. This may inclu| 00000490 64 65 20 73 65 76 65 72 61 6c 0a 20 20 20 20 64 |de several. d| 000004a0 69 72 65 63 74 6f 72 69 65 73 20 63 6f 6e 74 61 |irectories conta| 000004b0 69 6e 69 6e 67 20 49 4d 50 41 43 54 21 20 64 61 |ining IMPACT! da| 000004c0 74 61 62 61 73 65 73 2c 20 63 6f 6d 6d 61 20 73 |tabases, comma s| 000004d0 65 70 61 72 61 74 65 64 2e 20 45 61 63 68 0a 20 |eparated. Each. | 000004e0 20 20 20 70 61 74 68 20 6d 75 73 74 20 65 6e 64 | path must end| 000004f0 20 69 6e 20 61 20 64 6f 74 20 27 2e 27 0a 0a 20 | in a dot '.'.. | 00000500 20 20 20 65 2e 67 2e 20 73 65 74 20 49 6d 70 61 | e.g. set Impa| 00000510 63 74 24 50 61 74 68 20 3c 49 6d 70 61 63 74 24 |ct$Path <Impact$| 00000520 44 69 72 3e 2e 44 61 74 61 46 69 6c 65 73 2e 2c |Dir>.DataFiles.,| 00000530 61 64 66 73 3a 3a 34 2e 24 2e 4d 6f 72 65 64 61 |adfs::4.$.Moreda| 00000540 74 61 2e 0a 0a 36 2e 20 20 54 68 65 20 45 78 70 |ta...6. The Exp| 00000550 6f 72 74 20 64 69 61 6c 6f 67 75 65 20 62 6f 78 |ort dialogue box| 00000560 20 6e 6f 77 20 68 61 73 20 74 68 65 20 66 61 63 | now has the fac| 00000570 69 6c 69 74 79 20 74 6f 20 65 78 70 6f 72 74 20 |ility to export | 00000580 61 73 20 27 74 65 78 74 27 0a 20 20 20 20 6f 72 |as 'text'. or| 00000590 20 43 56 53 20 66 69 6c 65 20 74 79 70 65 73 2c | CVS file types,| 000005a0 20 62 79 20 64 72 61 67 67 69 6e 67 20 74 68 65 | by dragging the| 000005b0 20 61 70 70 72 6f 70 72 69 61 74 65 20 69 63 6f | appropriate ico| 000005c0 6e 2e 20 54 68 69 73 20 6f 6e 6c 79 20 61 66 66 |n. This only aff| 000005d0 65 63 74 73 0a 20 20 20 20 74 68 65 20 66 69 6c |ects. the fil| 000005e0 65 20 74 79 70 65 2c 20 6e 6f 74 20 69 74 27 73 |e type, not it's| 000005f0 20 63 6f 6e 74 65 6e 74 73 2e 20 55 73 69 6e 67 | contents. Using| 00000600 20 74 68 65 20 27 54 65 78 74 27 20 69 63 6f 6e | the 'Text' icon| 00000610 20 77 68 65 6e 20 64 72 61 67 67 69 6e 67 0a 20 | when dragging. | 00000620 20 20 20 74 6f 20 61 20 70 72 69 6e 74 65 72 20 | to a printer | 00000630 77 69 6c 6c 20 70 72 65 76 65 6e 74 20 74 68 65 |will prevent the| 00000640 20 70 72 69 6e 74 65 72 20 71 75 65 72 79 69 6e | printer queryin| 00000650 67 20 74 68 65 20 66 69 6c 65 20 74 79 70 65 2e |g the file type.| 00000660 0a 0a 37 2e 20 20 54 68 65 20 65 78 70 6f 72 74 |..7. The export| 00000670 20 64 69 61 6c 6f 67 75 65 20 62 6f 78 20 6e 6f | dialogue box no| 00000680 77 20 61 6c 73 6f 20 6f 66 66 65 72 73 20 61 20 |w also offers a | 00000690 63 68 6f 69 63 65 20 6f 66 20 75 6e 2d 71 75 6f |choice of un-quo| 000006a0 74 65 64 20 74 65 78 74 20 0a 20 20 20 20 66 69 |ted text . fi| 000006b0 65 6c 64 73 20 61 6e 64 20 74 61 62 20 66 69 65 |elds and tab fie| 000006c0 6c 64 20 73 65 70 61 72 61 74 6f 72 73 2e 20 54 |ld separators. T| 000006d0 68 65 73 65 20 61 72 65 20 75 73 65 66 75 6c 20 |hese are useful | 000006e0 66 6f 72 20 65 78 70 6f 72 74 69 6e 67 20 0a 20 |for exporting . | 000006f0 20 20 20 74 6f 20 49 6d 70 72 65 73 73 69 6f 6e | to Impression| 00000700 20 74 61 62 6c 65 73 2c 20 6f 72 20 69 6e 74 6f | tables, or into| 00000710 20 6f 74 68 65 72 20 74 65 78 74 20 68 61 6e 64 | other text hand| 00000720 6c 69 6e 67 20 61 70 70 6c 69 63 61 74 69 6f 6e |ling application| 00000730 73 2c 20 61 6e 64 0a 20 20 20 20 61 6c 6c 6f 77 |s, and. allow| 00000740 73 20 74 61 62 75 6c 61 74 65 64 20 63 6f 6c 75 |s tabulated colu| 00000750 6d 6e 73 20 74 6f 20 62 65 20 70 72 6f 64 75 63 |mns to be produc| 00000760 65 64 2e 20 54 68 65 20 45 78 70 6f 72 74 20 62 |ed. The Export b| 00000770 6f 78 20 69 73 20 73 65 74 20 74 6f 20 74 68 65 |ox is set to the| 00000780 0a 20 20 20 20 41 63 6f 72 6e 20 43 53 56 20 73 |. Acorn CSV s| 00000790 74 61 6e 64 61 72 64 20 77 68 65 6e 20 66 69 72 |tandard when fir| 000007a0 73 74 20 64 69 73 70 6c 61 79 65 64 2c 20 61 6e |st displayed, an| 000007b0 64 20 73 68 6f 75 6c 64 20 6e 6f 74 20 6e 6f 72 |d should not nor| 000007c0 6d 61 6c 6c 79 20 6e 65 65 64 0a 20 20 20 20 61 |mally need. a| 000007d0 64 6a 75 73 74 6d 65 6e 74 2e 0a 0a 56 65 72 73 |djustment...Vers| 000007e0 69 6f 6e 20 31 2e 30 37 20 20 28 32 20 4e 6f 76 |ion 1.07 (2 Nov| 000007f0 20 39 32 29 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d | 92).===========| 00000800 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 31 |=============..1| 00000810 2e 20 20 41 20 6e 65 77 20 64 61 74 61 62 61 73 |. A new databas| 00000820 65 20 6d 61 79 20 6e 6f 77 20 62 65 20 63 72 65 |e may now be cre| 00000830 61 74 65 64 20 75 73 69 6e 67 20 61 6e 20 65 78 |ated using an ex| 00000840 69 73 74 69 6e 67 20 64 61 74 61 62 61 73 65 20 |isting database | 00000850 61 73 20 61 0a 20 20 20 20 27 74 65 6d 70 6c 61 |as a. 'templa| 00000860 74 65 27 2e 20 53 69 6d 70 6c 79 20 63 6c 69 63 |te'. Simply clic| 00000870 6b 20 4d 65 6e 75 20 6f 76 65 72 20 74 68 65 20 |k Menu over the | 00000880 64 61 74 61 62 61 73 65 20 62 6f 78 20 69 6e 20 |database box in | 00000890 74 68 65 20 43 72 65 61 74 65 0a 20 20 20 20 77 |the Create. w| 000008a0 69 6e 64 6f 77 2c 20 61 6e 64 20 73 65 6c 65 63 |indow, and selec| 000008b0 74 20 74 68 65 20 64 61 74 61 62 61 73 65 20 74 |t the database t| 000008c0 6f 20 62 65 20 75 73 65 64 2e 20 41 20 64 61 74 |o be used. A dat| 000008d0 61 20 63 61 72 64 20 77 69 6c 6c 20 62 65 0a 20 |a card will be. | 000008e0 20 20 20 64 69 73 70 6c 61 79 65 64 20 68 61 76 | displayed hav| 000008f0 69 6e 67 20 61 6c 6c 20 74 68 65 20 61 74 74 72 |ing all the attr| 00000900 69 62 75 74 65 73 20 6f 66 20 74 68 65 20 65 78 |ibutes of the ex| 00000910 69 73 74 69 6e 67 20 64 61 74 61 62 61 73 65 2c |isting database,| 00000920 20 77 68 69 63 68 0a 20 20 20 20 6d 61 79 20 74 | which. may t| 00000930 68 65 6e 20 62 65 20 65 64 69 74 65 64 20 61 73 |hen be edited as| 00000940 20 72 65 71 75 69 72 65 64 2e 0a 0a 20 20 20 20 | required... | 00000950 54 68 65 20 66 65 61 74 75 72 65 20 77 69 6c 6c |The feature will| 00000960 20 62 65 20 66 6f 75 6e 64 20 75 73 65 66 75 6c | be found useful| 00000970 20 77 68 65 72 65 20 61 6e 20 65 78 69 73 74 69 | where an existi| 00000980 6e 67 20 64 61 74 61 62 61 73 65 20 72 65 71 75 |ng database requ| 00000990 69 72 65 73 0a 20 20 20 20 6d 6f 64 69 66 69 63 |ires. modific| 000009a0 61 74 69 6f 6e 2e 20 46 69 72 73 74 20 65 78 70 |ation. First exp| 000009b0 6f 72 74 20 64 61 74 61 20 66 72 6f 6d 20 74 68 |ort data from th| 000009c0 65 20 65 78 69 73 74 69 6e 67 20 64 61 74 61 62 |e existing datab| 000009d0 61 73 65 20 74 6f 20 61 20 43 53 56 0a 20 20 20 |ase to a CSV. | 000009e0 20 64 69 73 63 20 66 69 6c 65 2c 20 65 78 63 6c | disc file, excl| 000009f0 75 64 69 6e 67 20 61 6e 79 20 66 69 65 6c 64 73 |uding any fields| 00000a00 20 74 6f 20 62 65 20 72 65 6d 6f 76 65 64 2e 20 | to be removed. | 00000a10 54 68 65 6e 20 75 73 65 20 74 68 65 20 61 62 6f |Then use the abo| 00000a20 76 65 20 0a 20 20 20 20 66 61 63 69 6c 69 74 79 |ve . facility| 00000a30 20 74 6f 20 63 72 65 61 74 65 20 61 20 6e 65 77 | to create a new| 00000a40 20 64 61 74 61 62 61 73 65 2c 20 6d 6f 64 69 66 | database, modif| 00000a50 69 65 64 20 61 73 20 72 65 71 75 69 72 65 64 2c |ied as required,| 00000a60 20 61 6e 64 20 69 6d 70 6f 72 74 20 0a 20 20 20 | and import . | 00000a70 20 74 68 65 20 73 61 76 65 64 20 64 61 74 61 20 | the saved data | 00000a80 74 6f 20 74 68 69 73 2e 20 41 6e 79 20 61 64 64 |to this. Any add| 00000a90 69 74 69 6f 6e 61 6c 20 66 69 65 6c 64 73 20 73 |itional fields s| 00000aa0 68 6f 75 6c 64 20 68 61 76 65 20 68 69 67 68 65 |hould have highe| 00000ab0 72 20 0a 20 20 20 20 6e 75 6d 62 65 72 73 2c 20 |r . numbers, | 00000ac0 61 6e 64 20 77 69 6c 6c 20 62 65 20 6c 65 66 74 |and will be left| 00000ad0 20 62 6c 61 6e 6b 2e 0a 0a 32 2e 20 20 57 68 65 | blank...2. Whe| 00000ae0 72 65 20 61 20 66 69 6c 65 20 69 73 20 69 6e 64 |re a file is ind| 00000af0 65 78 65 64 20 6f 6e 20 61 20 74 65 78 74 20 66 |exed on a text f| 00000b00 69 65 6c 64 2c 20 74 68 65 20 66 61 63 69 6c 69 |ield, the facili| 00000b10 74 79 20 74 6f 20 72 65 73 74 72 69 63 74 20 74 |ty to restrict t| 00000b20 68 65 20 0a 20 20 20 20 6e 75 6d 62 65 72 20 6f |he . number o| 00000b30 66 20 63 68 61 72 61 63 74 65 72 73 20 75 73 65 |f characters use| 00000b40 64 20 66 6f 72 20 73 6f 72 74 69 6e 67 20 68 61 |d for sorting ha| 00000b50 73 20 62 65 65 6e 20 61 64 64 65 64 2e 20 54 68 |s been added. Th| 00000b60 69 73 20 6d 61 79 20 73 70 65 65 64 0a 20 20 20 |is may speed. | 00000b70 20 75 70 20 74 68 65 20 69 6e 64 65 78 69 6e 67 | up the indexing| 00000b80 20 6f 70 65 72 61 74 69 6f 6e 2c 20 62 75 74 20 | operation, but | 00000b90 6d 6f 72 65 20 69 6d 70 6f 72 74 61 6e 74 6c 79 |more importantly| 00000ba0 20 6d 61 79 20 67 72 65 61 74 6c 79 20 72 65 64 | may greatly red| 00000bb0 75 63 65 0a 20 20 20 20 74 68 65 20 73 70 61 63 |uce. the spac| 00000bc0 65 20 74 61 6b 65 6e 20 62 79 20 74 68 65 20 69 |e taken by the i| 00000bd0 6e 64 65 78 2c 20 62 6f 74 68 20 6f 6e 20 64 69 |ndex, both on di| 00000be0 73 63 20 61 6e 64 20 69 6e 20 6d 65 6d 6f 72 79 |sc and in memory| 00000bf0 2c 20 61 6e 64 20 77 69 6c 6c 0a 20 20 20 20 66 |, and will. f| 00000c00 75 72 74 68 65 72 20 69 6d 70 72 6f 76 65 20 6c |urther improve l| 00000c10 6f 61 64 69 6e 67 20 74 69 6d 65 20 66 6f 72 20 |oading time for | 00000c20 6c 61 72 67 65 20 64 61 74 61 62 61 73 65 73 2e |large databases.| 00000c30 0a 0a 33 2e 20 20 57 68 65 72 65 20 61 6e 20 69 |..3. Where an i| 00000c40 6e 64 65 78 20 68 61 64 20 62 65 65 6e 20 63 72 |ndex had been cr| 00000c50 65 61 74 65 64 20 66 6f 72 20 61 20 66 69 6c 65 |eated for a file| 00000c60 20 61 6c 72 65 61 64 79 20 6c 61 72 67 65 6c 79 | already largely| 00000c70 20 69 6e 20 73 6f 72 74 65 64 20 0a 20 20 20 20 | in sorted . | 00000c80 6f 72 64 65 72 2c 20 74 68 65 20 6c 6f 61 64 69 |order, the loadi| 00000c90 6e 67 20 74 69 6d 65 20 66 6f 72 20 74 68 65 20 |ng time for the | 00000ca0 69 6e 64 65 78 20 77 61 73 20 72 61 74 68 65 72 |index was rather| 00000cb0 20 73 6c 6f 77 2e 20 54 68 69 73 20 68 61 73 20 | slow. This has | 00000cc0 6e 6f 77 20 0a 20 20 20 20 62 65 65 6e 20 67 72 |now . been gr| 00000cd0 65 61 74 6c 79 20 69 6d 70 72 6f 76 65 64 2c 20 |eatly improved, | 00000ce0 62 75 74 20 74 68 69 73 20 69 6d 70 72 6f 76 65 |but this improve| 00000cf0 6d 65 6e 74 20 77 69 6c 6c 20 6e 6f 74 20 62 65 |ment will not be| 00000d00 20 6f 62 74 61 69 6e 65 64 20 75 6e 74 69 6c 20 | obtained until | 00000d10 0a 20 20 20 20 74 68 65 20 6f 66 66 65 6e 64 69 |. the offendi| 00000d20 6e 67 20 64 61 74 61 62 61 73 65 20 68 61 73 65 |ng database hase| 00000d30 20 62 65 65 6e 20 6c 6f 61 64 65 64 20 61 6e 64 | been loaded and| 00000d40 20 72 65 2d 73 61 76 65 64 20 6f 6e 63 65 2e 20 | re-saved once. | 00000d50 54 68 65 72 65 20 6d 61 79 20 0a 20 20 20 20 62 |There may . b| 00000d60 65 20 73 6f 6d 65 20 64 65 6c 61 79 20 77 68 69 |e some delay whi| 00000d70 6c 65 20 74 68 65 20 69 6e 64 65 78 20 69 73 20 |le the index is | 00000d80 6f 70 74 69 6d 69 73 65 64 20 64 75 72 69 6e 67 |optimised during| 00000d90 20 74 68 65 20 66 69 72 73 74 20 72 65 2d 73 61 | the first re-sa| 00000da0 76 65 2e 0a 0a 34 2e 20 20 48 6f 75 72 67 6c 61 |ve...4. Hourgla| 00000db0 73 73 20 64 69 73 70 6c 61 79 20 61 64 64 65 64 |ss display added| 00000dc0 20 64 75 72 69 6e 67 20 65 78 70 6f 72 74 2e 0a | during export..| 00000dd0 0a 35 2e 20 20 41 20 64 61 74 61 62 61 73 65 20 |.5. A database | 00000de0 64 65 6c 65 74 65 20 6f 70 74 69 6f 6e 20 68 61 |delete option ha| 00000df0 73 20 62 65 65 6e 20 61 64 64 65 64 20 74 6f 20 |s been added to | 00000e00 74 68 65 20 45 64 69 74 20 44 61 74 61 62 61 73 |the Edit Databas| 00000e10 65 20 77 69 6e 64 6f 77 2e 0a 20 20 20 20 41 20 |e window.. A | 00000e20 77 61 72 6e 69 6e 67 20 69 73 20 67 69 76 65 6e |warning is given| 00000e30 20 62 65 66 6f 72 65 20 61 6e 79 20 61 63 74 69 | before any acti| 00000e40 6f 6e 20 69 73 20 74 61 6b 65 6e 2c 20 62 75 74 |on is taken, but| 00000e50 20 6e 6f 74 65 20 74 68 61 74 20 74 68 69 73 0a | note that this.| 00000e60 20 20 20 20 77 69 6c 6c 20 64 65 6c 65 74 65 20 | will delete | 00000e70 74 68 65 20 65 6e 74 69 72 65 20 64 61 74 61 62 |the entire datab| 00000e80 61 73 65 2c 20 61 6e 64 20 74 68 69 73 20 61 63 |ase, and this ac| 00000e90 74 69 6f 6e 20 63 61 6e 6e 6f 74 20 62 65 20 75 |tion cannot be u| 00000ea0 6e 64 6f 6e 65 21 0a 0a 3d 3d 3d 3d 3d 3d 3d 3d |ndone!..========| 00000eb0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000ef0 3d 3d 0a 45 6e 64 2e 0a 0a 0a |==.End....| 00000efa