home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 23 / Book.sis / Book.hlp (.txt) < prev    next >
Encoding:
EPOC Database  |  2000-06-01  |  33.5 KB  |  344 lines

  1. "Data.app
  2.  0. Book C
  3.  1. About 
  4.  2. Main S
  5.  3. The Bo
  6.  4. The Co
  7.  5. Readin
  8.  6. Findin
  9.  7. Book T
  10.  8. Import
  11.  9. Acknow
  12. 10. Future
  13. 11. How to
  14. 12. Licenc
  15. 13. Readme
  16. 15. Readme
  17. 15. Readme
  18. 17. Readme
  19. 17. Readme
  20. Table1
  21. ColA8
  22. ColB8
  23. ColA9
  24. ColB9
  25. Index1
  26. ColA8
  27. Table1    
  28. I would like to thank the following persons for helping me out:
  29.   Al Richey, for the very usefull EventDemo
  30.   Chris Pope, for his collection of clipart images
  31.   Jeff Johnstone, for his long list of good enhancement requests and programming tips.
  32. and of course...
  33.   Vibeke and Sasha de Oliveira for putting up with me!
  34. 12. Licence agreement7
  35. 13. Readme.txt
  36. and of course...
  37.   Vibeke and Sasha de Oliveira for putting up with me!
  38. Book types are registered in a separate table containing two fields:
  39.   1) Book type sort code
  40.   2) Book type name
  41. A book type sort code will be stored with every book cover. The related book type name is looked up and showed on the Book Cover on the main screen.
  42. The sort key can be used to sort the books. This will allow you to specify the book type's real name without having to think about how it will be sorted. Ex: 
  43.   Book Type Name: Comic Books
  44.   Sort key: 050
  45. You can activate the Book Type Selection window from the main screen by pressing Ctrl-Shift-T.
  46. The Book Type Selection window lets you perform the following tasks:
  47. Select
  48. Returns the current book type as a new value for the current book cover (shown on the main screen)
  49. Edit code and name of the current book type. 
  50. Note! If you change the book type code all book covers marked with this code will be changed as well.
  51. Create a new book type.
  52. Delete
  53. Delete the current book type.
  54. Note! If no other book type with the same code exists all books with the same book type will be updated with no book type.
  55. If you wish to delete an existing book type you should first change the code to one used by another book type. By doing that all books of the type to be deleted will obtain the other book type instead of having no book type.
  56. You can simply browse around your book collection using the left (previous), right (next), home (first) and end (last) buttons. You can also use the List View (Shift-Ctrl-L) to browse through your titles. More advanced browsing can be done using the Find Field and Define Where Clause. You can also get Summary Information on your book collection.
  57. Find Field
  58. The Find Field is found on the bottom right corner of the screen.
  59. You can activate the Find Field by pressing Ctrl-F.
  60. When activated the Find Field lets you type in a search criteria. Submit the search criteria by pressing Enter and the main screen will show the first occurence of a book containing that criteria in one of its text fields (not including the Reading Notes nor the Book Type description).
  61. You can browse around the books matching the entered search criteria using the up (previous), down (next), pgup (first) and pgdn (last) keys. The left and right keys can still be used to browse through all the books.
  62. Define Where Clause
  63. If you have a little knowledge of SQL you can define the where clause to be used.
  64. You can access the Define Where Clause window by pressing Ctrl-W.
  65. Here you can specify the where clause of the view being used. An empty where clause selects all books.
  66. You should not specify the "where" token here, just what is to follow it.
  67. Here are some examples of strings you could specify:
  68.   1) "amount > 0"
  69.   2) "amount > 0 and PublishedYear <= 1900"
  70.   3) "amount > 0 and category like '*travel*'"
  71. Note, if you enter an "a" as the first character of the where clause it will be interpreted as "amount>0". This means that you can write the following where clause:
  72.   "a and Publishedyear < 1998"
  73. The names of the fields are shown at the bottom of the Define Where Clause window.
  74. You can also use the Define Where Clause to specify an order by clause. All fields have indexes allowing them to be used in an order by clause.
  75. From the Define Where Clause window you can access the Where Clause List window by pressing Ctrl-L. Here you can maintain named where clauses for reuse.
  76. Define Where Clause can be used together with the Find Field. Up and down keys will browse through entries matching both settings while left and right keys will browse through entries matching the where clause.
  77. List View
  78. From the main screen you can open the List View window by pressing Shift-Ctrl-L.
  79. This window will show you the list of titles that match your where clause. The list will also be sorted as specified in the where clause.
  80. From the List View window you can:
  81.   - create a new entry
  82.   - delete an entry
  83.   - edit an entry
  84.   - select the entry to be viewed in the main window.
  85. Get summary information
  86. From the main screen you can open the Summary Information window by pressing Ctrl-S.
  87. This window will show:
  88.   1) The number of books in your collection
  89.   2) The number of different books in your collection (number of covers with amount set to at least 1)
  90.   3) The price you have paid for the entire collection
  91.   4) The value of the entire collection
  92.   5) The difference between the value of the collection and what you have paid for it (surplus)
  93.   6) The average book price
  94.   7) The average book value
  95.   8) The surplus as a percentage of your spendings
  96. The summary is based on the current Find Field and Where Clause. If the current Find Field and Where Clause are empty the Summary Information will be based on the entire collection.
  97. Three lines of the Reading Notes can be seen from the main screen (left bottom).
  98. You can activate the Reading Notes page related to the current book by pressing Ctrl-N.
  99. Here you can type in narrative notes on the related book. When did you read it? What have you heard about it? What do you think about the book?
  100. The Collection Card is placed on the right side of the screen.
  101. You can access the Collection Card window by tapping anywhere on the Collection Card or by pressing Ctrl-C og Enter.
  102. There is one Collection Card for each Book Cover. The Collection Card contains  information about you private book collection:
  103.   Amount (the number of copies of the related book, default value 1 book).
  104.   My Price (the price you have paid for the book. If you buy more books at different prices you will have to specify an average price).
  105.   Ordinary Price (the current market price of the book).
  106.   Purchased From.
  107.   Purchase Date (default value current date, so you should register your book right there in the shop when you buy it :-)).
  108.   State (specification of the book's physical state: new, torn etc).
  109.   Location (this field should contain a shelf specification or some other way of indicating where to find the book).
  110.   Lent To (when lending out your books make a note in this field about it).
  111. The Book Cover is the left part of the screen framed like a book cover.
  112. By pressing Ctrl-L, Space or tapping on the cover you open the Book Cover window.
  113. Here you can maintain information that you would usually find on a book cover: 
  114.   Name.
  115.   Author.
  116.   Publisher.
  117.   Category (crime story, biography etc).
  118.   Language (the language of the book you have registered).
  119.   ISBN.
  120.   Pages (no of pages).
  121.   Published year.
  122.   Book Type (The book types are stored separately letting you define short codes for each book type to facilitate your searches on book types. Ex: "PBC, Paper Back", this code will let you search for paper backs using the search criteria "PBC").
  123. Read more about Book Types in section 7.
  124. The main screen contains the folowing four objects:
  125.   1) A Book Cover on the left containing information that you would find on a book cover (name, author, publisher, etc)
  126.   2) A Collection Card on the right containing information about your book collection (amount, purchace information, location etc)
  127.   3) A window containing the first three lines of your Notes. You can access the entire text by tapping in the window or by pressing Ctrl-N.
  128.   4) A Find Field is placeed in the bottom right corner for performing searches in the Book Collection.
  129. There is also access to:
  130.   5) You can open the Summary Information window by pressing Ctrl-S.
  131.   6) You can access the Define Where Clause window by pressing Ctrl-W.
  132. Each of these objects are described in detail in the following sections.
  133. Createing and Deleting Books
  134. You can create new entries directly from the main screen by pressing Ctrl-Shift-N. 
  135. When creating a new entry you will be asked if you want the information on the current book to be copied to the new entry. 
  136. You can delete the current Book directly from the main screen by pressing Ctrl-Shift-D or just pressing the Del key.
  137. You can import and export collection information to/from ascii files using the Import/Export utility.
  138. Activate the Import/Export utility by pressing Ctrl-Shift-E.
  139. 1) Import an ascii file by pressing the import button (Ctrl-M) from the Import/Export window.
  140. 2) Generate an export file by pressing the Export button (Ctrl-X) from the Import/Export window.
  141. The Import/Export window prompts you for a file name. The Import/Export window also lets you access five other windows:
  142. 1) The Set window (Ctrl-S) lets you define format sets for import and/or export. If the file export.dbf does not exist (eg first time you start the program) sets for Sheet and HTML exports are created for you.
  143. 2) The Form window (Ctrl-F) lets you specify the format of the current Set:
  144.   Format: List or Form. List reads/produces simple import/export files only containing field values and separators. Form produces export files containing both field values and field prompts. Note that you cannot import files in Form format.
  145.   File Head: The string to be placed in the beginning of the file. This string is only placed once in each import/export file.
  146.   File Foot: The string to be placed in the end of the file. This string is only placed once in each import/export file.
  147.   Before Record: The string to be placed before each collection item in import/export files. Strings of more or less than one character are extended with a new line character.
  148.   After Record: The string to be placed after each collection item in import/export files. Strings of more or less than one character are ext
  149. ended with a new line character.
  150.   End With After Record: If checked, the After Record separator is also placed after the last collection item of the import/export file. If unchecked, the After Record separator is only placed between records.
  151.   Field separator: The string to be placed between all fields. An empty field separator is implemented as a new line character.
  152.   End with field separator: If checked, a field separator is added to the end of each record (after the last field). If unchecked, the field separators are only placed between fields.
  153.   Before Field: A string to be placed before each field. This is used to enclose the fields.
  154.   After Field: A string to be placed after each field. This is used to enclose the fields.
  155. 3) The Lable fields (Ctrl-L) window lets you specify the order of the Lable Item fields. Low sequence numbers are placed before high numbers. Fields without sequence numbers are not imported/exported at all.
  156. 4) The Collection fields (Ctrl-C) window lets you specify the order of the Collection fields. Low sequence numbers are placed before high numbers. Fields without sequence numbers are not imported/exported at all.
  157. 5) The Notes (Ctrl-N} window lets you setup the output format of the Notes field.
  158. As for 2) and 3) you can specify the sequence numer of the Notes field. Again an empty field specifies that you do not want the Notes included in the import/export.
  159. The No Of Lines field lets you specify a fix number of lines to be generated for Notes. If the actual notes take less lines that what you have specified blank lines will be added to mach your setting. If the notes cannot fit within the specified number of lines the text will be truncated. If you set the No Of Lines field to "0" all text will be included in the export and no extra lines will be added.
  160. The Line Width field is used to specify a maximum line width to be used for Notes. This will assure that no line will be wider than Line Width characters. If you have <new line> characters in your notes, some lines might get shorter than the specified width.
  161. Sketch
  162. &Paint.app
  163. - The Book Collection by Pythia Information lets you organize your book collection and reading notes.
  164. - You can register the following types of information:
  165.   1) book information (name, author, subject, publisher, format etc)
  166.   2) information about your collection (prices, purchace information, location etc.)
  167.   3) reading notes
  168. - You can import and export data into/from the Book Collection in a completely user defined layout.
  169. - The Book Collection displays counts and sums of your book collection.
  170. - You can perform searches based on combinations of all fields.
  171. Registering the program will give you the following benefits:
  172.  1) The register window will not pop up on startup
  173.  2) You get free support via e-mail (Pythia@Palmscape.com)
  174.  3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
  175. Pricing:
  176. Collection Suite programs are registered either using individual codes for each application or using a Collection Gold Code. This code is valid for all present and future Collection Suite programs.
  177. How to register
  178. Pocket IQ applications can be registered exclusively through Palmscape, the leading online store for the EPOC platform.
  179. To register this product simply visit the Pocket IQ internet site and follow the registration instructions.
  180. Alternatively you can register directly with Palmscape in any of the following ways:
  181. Online Orders:
  182. Purchase online via Palmscape's secure online service. Simply visit www.palmscape.com, and select the "Buy now" link. Palmscape accept most major credit cards (see below).
  183. Telephone \ Fax orders:
  184. Palmscape accept telephone orders via the United Kingdom office which can be reached on +44 (0)1234 353970.
  185. Postal Orders:
  186. Payment can be made by UK Cheque, Cash or Credit Card direct to the Palmscape office, located at:
  187. 44 Harpur Street
  188. Bedford
  189. Bedfordshire
  190. MK40 2QT
  191. England.
  192. Please mark clearly that you wish to purchase this application.
  193. Payment types:
  194. Palmscape accept major Credit cards, Switch, Delta as well as UK Cheque, Eurocheque and Cash. If you are paying in any currency other than GB Pounds please add 10% to cover conversion fees.
  195.  1. About this application7
  196.  3. The Book Cover7
  197.  2. Main Screen7
  198. 11. How to register5
  199.  4. The Collection Card7
  200. 10. Future versions7
  201. Future versions of the Book Collection will include the following functionality:
  202.   1) Formated output for priting
  203.   2) More overview screens with statistics.
  204. Any additional ideas are welcome.
  205.  9. Acknowledgment7
  206.  6. Finding Information7
  207.  5. Reading Notes7
  208.  7. Book Type?
  209. Arial
  210.  8. Import/Export7
  211.  0. Book Collection7
  212.  1998-2000 Marc de Oliveira & PocketIQ
  213. Internet: http://www.PocketIQ.com
  214. E-mail:    Pythia@PocketIQ.com
  215. The Pocket IQ End User Licence Agreement (EULA) is a legal agreement between you and Pocket IQ Limited. By downloading or installing this SOFTWARE, you agree to be bound by the terms of this Agreement. If you do not agree to the terms of this Agreement, remove this SOFTWARE immediately.
  216. Pocket IQ END USER LICENCE AGREEMENT (EULA)
  217. This licence refers to any product which is distributed by Pocket IQ.
  218. GRANT OF LICENCE
  219. This Pocket IQ Licence Agreement ("Licence") permits you to use one copy of this product, on multiple machines which may include user documentation provided in electronic form ("SOFTWARE"), providing it is for the sole, exclusive use of the registered user. The SOFTWARE is licensed as a single product. Its component parts may not be separated for use on more than one computer or by more than one user at any one time.
  220. COPYRIGHT
  221. The SOFTWARE (including any images and text incorporated into the product) is owned by Pocket IQ and the independent application author, or its suppliers and is protected by English copyright laws and international treaty provisions.
  222. REVERSE TRANSLATION
  223. The SOFTWARE, including all related program files may not be altered in any way. Reverse Translation is expressly forbidden without written permission of the Pocket IQ and the independent application author.
  224. LIMITED WARRANTY
  225. To the maximum extent permitted by applicable law, Pocket IQ and the independent application author disclaims all warranties, either express or implied, including but not limited to warranties of merchantability and fitness for a particular purpose. In no event shall Pocket IQ, the independent application author or its suppliers be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use or inability to use this Pocket IQ product.
  226. The SOFTWARE is supplied 'as is' and no advice or technical support is guaranteed from Pocket IQ or any third party.
  227. @Book Collection 2.7.2 for EPOC (C) Marc de Oliveira 1998-2000 & PocketIQ
  228. ------------------------------------------------------------------------------------------
  229. Released as shareware.
  230. Organizes your book collection and book notes.
  231. Installation:
  232. ------------
  233. If you are upgrading from version 2.1.1 or lower, please, read the upgrade section.
  234. Installation from SIS file:
  235. 1) Execute the book.sis file on your pc or Psion.
  236. 2) Choose C or D drive for the installation (make sure that there is enought disk space).
  237. 3) The program will install itself.
  238. Installation from ZIP file:
  239. 1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
  240. 2) Using PsiWin copy the files PYTHIA.OPO, EXPORT.OPO, CABINET.OPO, PSCAPE.OPO and PSCAPE.MBM to the folder \system\opl (you might have to create the folder)
  241. 3) Go into \System\Apps on C: or D: and make a new folder called "Book"
  242. 4) Using PsiWin, copy the following files to the new \System\Apps\Book folder:
  243.   book.app
  244.   book.aif
  245.   book.mbm
  246.   book.hlp
  247. 4) Copy the file sysram1.opx in the folder \system\opx
  248. 5) A new icon should appear on your Extras bar
  249. Upgrade:
  250. --------
  251. To upgrade to version 2.3 from a previous version:
  252. 1) Backup the .DBF and .INI files of all your Cabinet Suite applications.
  253. 2) Perform the installation as described above. Do NOT over write or remove the files with the extention .DBF or .INI.
  254. 3) Make sure that no Collection Suite application is being run.
  255. 4) Copy the CabUpg23.opo to any directory and execute it by double tapping on it's icon. The program will upgrade all your Collection Suite .DBF files.
  256. 5) Delete the CabUpg23.opo file.
  257. 6) All your Collection Suite applications are now upgraded to version 2.3. Note, you only need to perform this upgrade once. You should not try to upgrade each Collection Suite application individually.
  258. Problems
  259. --------
  260. 1. Read only files
  261. Some times files become read only while being installed. None of the files should be read only. If you get any errors like the program is unable to write information to your Psion go through the program files to see if some of them are read only.
  262. In the system-view you can open the file property window by selecting (highlighting) a file and pressing Ctrl-P. In the property window you can see and set/clear the read only checkbox. 
  263. 2. Copying between C and D
  264. Be very careful when you move or copy applications between the C and D drives. It seems that the Psion is not correctly updated when applicaions are copied from C to D or vice versa.
  265. Always delete the application directory from one drive before reinstalling on the other drive.
  266. 3. Low on battery
  267. When starting up this program for the first time a lot of writing is done to the disk. If your machine is low on battery these writes can go wrong and turn the application files bad. This should only be an issue when running the application the first time.
  268. 4. Not enough memory
  269. This program needs up to 300 Kb of free memory on the C drive. If you try to run the program with less than 300 Kb of free memory on the C drive it may not behave as expected.
  270. Usage:
  271. ------
  272. Press Ctrl+Shift+H to see help file.
  273. Bugs:
  274. -----
  275. Registering the program will give you the following benefits:
  276.  1) The register window will not pop up on startup
  277.  2) You get free support via e-mail (Pythia@Palmscape.com)
  278.  3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
  279. Pricing:
  280. Collection Suite programs are registered using a Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
  281. How to register:
  282. Go to the Palmscape home page at:
  283.   http://www.Palmscape.com
  284. Here you can register using credit card or cheque.
  285. After receiving your registering fee I will mail you a Key that you can use to register the program.
  286. Made by:
  287. --------
  288. Marc de Oliveira 
  289. for Palmscape & Pythia Information
  290. Web: http://www.Palmscape.com
  291. E-mail: Pythia@Palmscape.com
  292. History:
  293. --------
  294. 1998.05.09: Version 2.0
  295.  - The Cabinet Suite started on version 2.0 because Personal Wine Cabinet is considered version 1 of The Cabinet Suite.
  296. 1998.05.14: Version 2.0.1
  297.  - Palmscape splash screen shown during startup.
  298. 1998.05.18: Version 2.0.2
  299.  - Cabinet Gold Code enabled
  300.  - Fixed: When toolbar is hidden fields disappear
  301. 1998.05.21: Version 2.0.3
  302.  - Export/Import bug fixed
  303.  - Summary fails if no amounts have been entered: fixed
  304.  - Position marker can now show more than 2 digit positions.
  305. 1998.06.08: Version 2.1
  306.  - New utility (Find Note) to search through the Cabinet Notes
  307.  - Serious increase of size for the Where Clause specification from about 30 charaters to about 220 characters. Now you can really make advanced searches
  308.  - Faster
  309.  - Some bug fixes
  310. 1998.07.03: Version 2.2
  311.  - New utility to store sql queries for reuse.
  312.  - To make advanced searches easier a list of all field names are now shown on the Where Clause window.
  313. 1998.07.06: Version 2.3
  314.  - The main screen has been changed to allow for a three line view of your notes. By tapping on the three-line window you open the Notes Editor.
  315.  - The time used to move from one element to another has been reduced significantly.
  316.  - Find Previous/Next keys are moved from Ctrl-O/Ctrl-P to Ctrl-I/Ctrl-J to follow Psion standard.
  317.  - The program no longer crashes when old version of ps.opo is used.
  318.  - Database files are now only compacted if they have been changed. This makes the shutdown of the application faster when you have not updated it.
  319.  - Book formats are now sorted alphabetically.
  320.  - Import/Export bug fixed.
  321. 1998.10.01: Version 2.4
  322.  - A new Element List (Shift-Ctrl-L) lets you browse through your collection items quickly. The Element List is based on your current query criteria and sort command.
  323. 1999.02.25: Version 2.5
  324. - The Import/Export uility has been extended with enough parameters to make it possible to export cabinet information in HTML format for direct upload on the world wide web.
  325. - Multible import/export settings can be named and  stored for different types of import/export.
  326. - The actual screen size is now exploited (horizontally) giving more room for fields when using the EPOC emulator.
  327. - The date format used in the program can be defined in the system control panel.
  328. - Book Cabinet has been renamed to Book Collection.
  329. - No Palmscape logo during startup.
  330. - New Palmscape logo in the About box.
  331. 1999.03.28: Version 2.5.1
  332.  - Geofox enabled: Screen no longer reacts when the mouse passes over a field.
  333. 1999.06.09
  334. : Version 2.5.2
  335.  - To avoid a OPL bug the where clause is now cleared when you create a new record.
  336. 1999.06.29:
  337. Version 2.6
  338.  - The application has been updated to work on both the Psion 5 and 5mx.
  339. 2000.06.01: Version 2.7.2
  340.  - Released as a PocketIQ product.
  341. Courier
  342. Courier
  343. Courier
  344.