home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 102 / Wine.sis / Wine.hlp (.txt) < prev    next >
Encoding:
EPOC Database  |  2000-05-28  |  61.9 KB  |  727 lines

  1. "Data.app    @
  2.  0. Wine C
  3.  1. About 
  4.  2. Main S
  5.  3. The Wi
  6.  4. The Co
  7.  5. Tastin
  8.  6. Findin
  9.  7. Wine T
  10.  8. Import
  11.  9. Area R
  12. 10. Acknow
  13. 11. Future
  14. 12. How to
  15. 13. Licenc
  16. 16. Readme
  17. 16. Readme
  18. 16. Readme
  19. 17. Readme
  20. Table1
  21. ColA8
  22. ColB8
  23. ColA9
  24. ColB9
  25. Index1
  26. ColA8
  27. Table1    
  28. The main screen contains the folowing four objects:
  29.   1) A Wine Label on the left containing information that you would find on a wine label (name, vintage, producer, area etc)
  30.   2) A Collection Card on the right containing information about your wine collection (amount, purchace information, location etc)
  31.   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.
  32.   4) A Find Field is placeed in the bottom right corner for performing searches in the Wine Collection.
  33. There is also access to:
  34.   5) You can open the Summary Information window by pressing Ctrl-S.
  35.   6) You can access the Define Where Clause window by pressing Ctrl-W.
  36.   7) An Area Rating is always automatically looked up.
  37. Each of these objects are described in detail in the following sections.
  38. Createing and Deleting Wines
  39. You can create new entries directly from the main screen by pressing Ctrl-Shift-N. 
  40. When creating a new entry you will be asked if you want the information on the current wine to be copied to the new entry. This will over rule the default values specified in section 3 and 4.
  41. You can delete the current wine directly from the main screen by pressing Ctrl-Shift-D or just pressing the Del key.
  42. The Wine Label is the left part of the screen framed like a label.
  43. By pressing Ctrl-L, Space or tapping on the label you open the Wine Label window.
  44. Here you can maintain information that you would usually find on a wine label: 
  45.   Name.
  46.   Vintage (default value: current year minus 3, if the wine has no vintage leave this field empty - the program will put "NV" on the label).
  47.   Producer.
  48.   Classification (1. cru, reserva etc).
  49.   Area (write all relevant areas from the most specific to the name of the country, ex: "Saint-Julien, Haut-Medoc, Bordeaux, France", this will match searches on all specified areas).
  50.   Quantity (in ml, default value 750).
  51.   Alcohol % (default value 12).
  52.   Wine Type (Wine types are stored separately letting you define short codes for each wine type to facilitate your searches on wine types. Ex: "RTW, Red Table Wine", this code will let you search for red table wines using the search criteria "RTW").
  53. Read more about Wine Types in section 7.
  54. The Collection Card is placed on the right side of the screen.
  55. You can access the Collection Card window by tapping anywhere on the Collection Card or by pressing Ctrl-C or Enter.
  56. There is one Collection Card for each Wine Lable. The Collection Card contains  information about you private wine collection:
  57.   Amount (the number of bottles of the related label, default value 1 bottle).
  58.   My Price (the price you have paid for the wine. If you buy more bottles at different prices you will have to specify an average price as it will be impossible to distinguish the bottles on the shelf).
  59.   Ordinary Price (the current market price of the wine).
  60.   Purchased From.
  61.   Purchase Date      date of purchase (default value current date, so you should register your wine right there in the shop when you buy it :-)).
  62.   Ready Year (specification of when you think the wine will be ready to drink).
  63.   Rating (your own short rating of the wine, ex: "16/20", "87/100", "Very Good" etc. Details about the rating should be specified in the Tasting Note Book).
  64.   Location (this field should contain a shelf specification or some other way of indicating where to find the wine).
  65. Three lines of the Tasting Note Book can be seen from the main screen (left bottom).
  66. You can activate the Tasting Notes Book page related to the current wine by pressing Ctrl-E.
  67. Here you can type in narrative notes on the related wines. When did you drink it? What have you heard about it? What did you eat with it? Who did you drink it with? What do you think about the color? Sent? Taste?
  68. You can simply browse around your wine 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 wine collection.
  69. Find Field
  70. The Find Field is found on the bottom right corner of the screen.
  71. You can activate the Find Field by pressing Ctrl-F.
  72. 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 first occurence of a wine containing that criteria in one of its text fields (not including the Tasting Notes nor the Wine Type description).
  73. You can browse around the wines 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 wines.
  74. Define Where Clause
  75. If you have a little knowledge of SQL you can define the where clause to be used.
  76. You can access the Define Where Clause window by pressing Ctrl-W.
  77. Here you can specify the where clause of the view being used. An empty where clause selects all wines.
  78. You should not specify the "where" token here, just what is to follow it.
  79. Here are some examples of strings you could specify:
  80.   1) "amount > 0"
  81.   2) "amount > 0 and ryear <= '1998'"
  82.   3) "amount > 0 and area like '*Portugal'"
  83. 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:
  84.   "a and readyyear < '1998'"
  85. The names of the fields are shown at the bottom of the Define Where Clause window.
  86. 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.
  87. You can also use the Define Where Clause to specify an order by clause.
  88. Define Where Clause can be used together with the Find Field. Up and down keys will browse through wines matching both settings while left and right keys will browse through wines matching the where clause.
  89. List View
  90. From the main screen you can open the List View window by pressing Shift-Ctrl-L.
  91. 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.
  92. From the List View window you can:
  93.   - create a new entry
  94.   - delete an entry
  95.   - edit an entry
  96.   - select the entry to be viewed in the main window.
  97. Get summary information
  98. From the main screen you can open the Summary Information window by pressing Ctrl-S.
  99. This window will show:
  100.   1) The number of bottles in your collection
  101.   2) The number of different wines in your collection (number of lables with at least 1 bottle)
  102.   3) The price you have paid for the entire collection
  103.   4) The value of the entire collection
  104.   5) The difference between the value of the collection and what you have paid for it (surplus)
  105.   6) The average bottle price
  106.   7) The average bottle value
  107.   8) The surplus as a percentage of your spendings
  108. 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.
  109. Wine types are registered in a separate table containing two fields:
  110.   1) Wine type sort code
  111.   2) Wine type name
  112. A wine type sort code will be stored with every wine lable. The related wine type name is looked up and showed on the Wine Lable on the main screen.
  113. The sort key can be used to sort the records. This will allow you to specify the band's real name as the Wine Type name without having to think about how it will be sorted. Ex: 
  114.   Wine Type Name: Red Table Wine
  115.   Sort key: 010
  116. You can activate the Wine Type Selection window from the main screen by pressing Ctrl-Shift-T.
  117. The Wine Type Selection window lets you perform the following tasks:
  118. Select
  119. Returns the current wine type as a new value for the current wine label (shown on the main screen)
  120. Edit code and name of the current wine type. 
  121. Note! If you change the wine type code all wine lables marked with this code will be changed as well.
  122. Create a new wine type.
  123. Delete
  124. Delete the current wine type.
  125. Note! If no other wine type with the same code exists all wines with the same wine type will be updated with no wine type.
  126. If you wish to delete an existing wine type you should first change the code to one used by another wine type. By doing that all wines of the type to be deleted will obtain the other wine type instead of having no wine type.
  127. I would like to thank the following persons for helping me out:
  128.   Al Richey, for the very usefull EventDemo
  129.   Chris Pope, for his collection of clipart images
  130.   Jeff Johnstone, for his long list of good enhancement requests and programming tips.
  131. and of course...
  132.   Vibeke and Sasha de Oliveira for putting up with me!
  133. You can import and export collection information to/from ascii files using the Import/Export utility.
  134. Activate the Import/Export utility by pressing Ctrl-Shift-E.
  135. 1) Import an ascii file by pressing the import button (Ctrl-M) from the Import/Export window.
  136. 2) Generate an export file by pressing the Export button (Ctrl-X) from the Import/Export window.
  137. The Import/Export window prompts you for a file name. The Import/Export window also lets you access five other windows:
  138. 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.
  139. 2) The Form window (Ctrl-F) lets you specify the format of the current Set:
  140.   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.
  141.   File Head: The string to be placed in the beginning of the file. This string is only placed once in each import/export file.
  142.   File Foot: The string to be placed in the end of the file. This string is only placed once in each import/export file.
  143.   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.
  144.   After Record: The string to be placed after each collection item in import/export files. Strings of more or less than one character are extended with a new line character.
  145.   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.
  146.   Field separator: The string to be placed between all fields. An empty field separator is implemented as a new line character.
  147.   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.
  148.   Before Field: A string to be placed before each field. This is used to enclose the fields.
  149.   After Field: A string to be placed after each field. This is used to enclose the fields.
  150. 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.
  151. 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.
  152. 5) The Notes (Ctrl-N} window lets you setup the output format of the Notes field.
  153. 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.
  154. 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 m
  155. ach 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.
  156. 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.
  157. All wines registered in the Wine Collection are looked up in the Ratings.dbf file. Here a rating is returned based on the vintage and area of the wines.
  158. You can set up your preferred rating scale from the Preference window (Ctrl-K).
  159. You can maintain the Ratings.dbf file using the Area Rating window (Ctrl-A). I shall be updating the file from time to time and sending it to everybody having registered the program.
  160. Sketch
  161. ffVUU
  162. VUUef
  163. ffUUQ
  164. oYE    D
  165. &Paint.app
  166. - The Wine Collection by Marc de Oliveira & PocketIQ lets you organize your wine collection and tasting notes.
  167. - You can register the following types of information:
  168.   1) wine information (name, vintage, area, producer etc)
  169.   2) information about your collection (amount, prices, purchace information, location etc.)
  170.   3) tasting notes
  171. - You can import/export data into/from the Wine Collection through ascii text files. The layout of the import/export files is completely user defined.
  172. - You can even export your collection directly to the internet in HTML format.
  173. - The Wine Collection displays counts and sums of your wine collection.
  174. - You can perform searches based on combinations of all fields.
  175. - All wines are automatically rated based on their vintage and area.
  176. Registering the program will give you the following benefits:
  177.  1) The register window will not pop up on startup
  178.  2) You get free support via e-mail (Pythia@PocketIQ.com)
  179.  3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
  180. Pricing:
  181. Collection Suite programs are registered using either individual codes or a Collection Gold Code. This code is valid for all present and future Collection Suite programs.
  182. How to register
  183. Pocket IQ applications can be registered exclusively through Palmscape, the leading online store for the EPOC platform.
  184. To register this product simply visit the Pocket IQ internet site and follow the registration instructions.
  185. Alternatively you can register directly with Palmscape in any of the following ways:
  186. Online Orders:
  187. 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).
  188. Telephone \ Fax orders:
  189. Palmscape accept telephone orders via the United Kingdom office which can be reached on +44 (0)1234 353970.
  190. Postal Orders:
  191. Payment can be made by UK Cheque, Cash or Credit Card direct to the Palmscape office, located at:
  192. 44 Harpur Street
  193. Bedford
  194. Bedfordshire
  195. MK40 2QT
  196. England.
  197. Please mark clearly that you wish to purchase this application.
  198. Payment types:
  199. 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.
  200.  1. About this application7
  201.  3. The Wine Label7
  202.  2. Main Screen7
  203. 12. How to register5
  204.  4. The Collection Card7
  205. 11. Future versions7
  206. Future versions of the Wine Collection will include the following functionality:
  207.   1) Formated output for printing
  208.   2) More overview screens with statistics.
  209. Any additional ideas are welcome.
  210. 10. Acknowledgment7
  211.  6. Finding Information7
  212.  5. Tasting Notes Book7
  213.  8. Import/Export?
  214. Arial
  215.  7. Wine Type?
  216. Arial
  217.  9. Area Ratings7
  218.  0. Wine Collection5
  219.  1998-2000 Marc de Oliveira & PocketIQ
  220. Internet: http://www.PocketIQ.com
  221. E-mail:    Pythia@PocketIQ.com
  222. 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.
  223. Pocket IQ END USER LICENCE AGREEMENT (EULA)
  224. This licence refers to any product which is distributed by Pocket IQ.
  225. GRANT OF LICENCE
  226. 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.
  227. COPYRIGHT
  228. 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.
  229. REVERSE TRANSLATION
  230. 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.
  231. LIMITED WARRANTY
  232. 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.
  233. The SOFTWARE is supplied 'as is' and no advice or technical support is guaranteed from Pocket IQ or any third party.
  234. @Wine Collection 2.7.2 for the Psion Series 5(mx) (C) Marc de Oliveira & PocketIQ 1998-2000
  235. ----------------------------------------------------------------------------------------
  236. Released as shareware.
  237. Organizes your wine collection and wine notes.
  238. Installation:
  239. ------------
  240. If you are upgrading from Personal Wine Cabinet or a version of Wine Collection prior to 2.3 read the Upgrade section below.
  241. Installation from SIS file:
  242. 1) Execute the wine.sis file on your pc or Psion.
  243. 2) Choose C or D drive for the installation (make sure that there is enought disk space).
  244. 3) The program will install itself.
  245. Installation from ZIP file:
  246. 1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
  247. 2) Using PsiWin copy the files PYTHIA.OPO, CABINET.OPO, EXPORT.OPO, PIQInfo.OPO, PIQInfo.RSC and PIQInfo.MBM to the folder \system\opl (you might have to create the folder)
  248. 3) Go into \System\Apps on C: or D: and make a new folder called "Wine"
  249. 4) Using PsiWin, copy the following files to the new \System\Apps\Wine folder:
  250.   wine.app
  251.   wine.aif
  252.   wine.mbm
  253.   wine.hlp
  254.   ratings.dbf
  255. 4) Copy the file sysram1.opx in the folder \system\opx
  256. 5) A new icon should appear on your Extras bar
  257. Upgrade from Personal Wine Cabinet:
  258. --------
  259. To upgrade from Personal Wine Cabinet to Wine Collection:
  260. 1) Upgrade your Personal Wine Cabinet to version 1.3. Version 1.3 can be downloaded from http://www.PythiaInformation.com. Do not try to upgrade from any other version of Personal Wine Cabinet.
  261. 2) Make a complete export off all wines from Personal Wine Cabinet in List format (do not use Form format). Make sure that all seperators/ enclosers do not exist as part of your fields. A good choice of seperators/enclosers might be:
  262.   Record seperator: @@@
  263.   Field seperator: ###
  264.   Field encloser: $$$
  265. Make sure that all fields are included in the export (that none of the fields have a blank sequence number).
  266. Make a note of the sequence numbers of all fields (this note will be used on step 5).
  267. To make sure that your tasting notes are not truncated use the following settings for notes:
  268.   No of lines: 0
  269.   Max line length: 9999
  270.  3) Rename the existing system\apps\wine directory (you might call it PWC). Keep this copy of the old files until the upgrade is complete.
  271. 4) Install Wine Collection as explained in the Install section.
  272. 5) Import the export file that you generated in 2). Make sure that the import format match the export format and that all fields have the same sequence numbers as they had during the export.
  273. 6) Be aware that the file "Ratings.dbf" contains the Area/Vintage ratings. If you maintained this file yourself you should be careful not to overwrite it when installing Wine Collection. If you did not maintain the Area/Vintage ratings yourself you should always use the newest version of the file.
  274. When upgrading from Personal Wine Cabinet to Wine Collection you can copy the "Ratings.dbf" from your Personal Wine Cabinet installation (the two programs use the same "Ratings.dbf" file structure).
  275. 7) The wine type descriptions are not included in the export file, so while importing all wine types will be created with a wine type description which is the same as the wine type code. 
  276. After import you will have to change the wine type descriptions using Shift-Ctrl-T. All the wines are still imported with the correct wine type so will not have to update the individual wines.
  277. 8) Make sure that everything has been imported correctly.
  278. 9) Remove the Personal Wine Cabinet folder (system\apps\PWC).
  279. Upgrade from version prior to version 2.3:
  280. --------
  281. 1) Backup the .DBF and .INI files of all your Collection Suite applications.
  282. 2) Perform the installation as described above. Do NOT over write or remove the files with the extention .DBF or .INI.
  283. 3) Make sure that no Collection Suite applicat
  284. ion is being run.
  285. 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.
  286. 5) Delete the CabUpg23.opo file.
  287. 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.
  288. Problems
  289. --------
  290. 1. Read only files
  291. 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.
  292. 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. 
  293. 2. Copying between C and D
  294. 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.
  295. Always delete the application directory from one drive before reinstalling on the other drive.
  296. 3. Low on battery
  297. 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.
  298. 4. Not enough memory
  299. 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.
  300. Usage:
  301. ------
  302. Press Ctrl+Shift+H to see help file.
  303. Bugs:
  304. -----
  305. Registering:
  306. ------------
  307. Registering the program will give you the following benefits:
  308.  1) The register window will not pop up on startup
  309.  2) You get free support via e-mail (Pythia@PocketIQ.com)
  310.  3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
  311. Pricing:
  312. Collection Suite programs are registered using either individual code or a Collection Gold Code. This code is valid for all present and future Collection Suite programs.
  313. How to register
  314. Go to the PocketIQ home page at:
  315.   http://www.PocketIQ.com
  316. Here you can register using credit card or cheque.
  317. After receiving your registering fee I will mail you a Key that you can use to register the program.
  318. Made by:
  319. --------
  320. Marc de Oliveira 
  321. for Pythia Information & PocketIQ
  322. Web: http://www.PocketIQ.com
  323. E-mail: Pythia@PocketIQ.com
  324. History:
  325. --------
  326. 1998.05.10: Version 2.0
  327.  - The Cabinet Suite started on version 2.0 because Personal Wine Cabinet is considered version 1 of The Cabinet Suite.
  328. 1998.05.14: Version 2.0.1
  329.  - Palmscape splash screen shown during startup.
  330. 1998.05.18: Version 2.0.2
  331.  - Cabinet Gold Code enabled
  332.  - Fixed: When toolbar is hidden fields disappear
  333. 1998.05.21: Version 2.0.3
  334.  - Export/Import bug fixed
  335.  - Summary fails if no amounts have been entered: fixed
  336.  - Position marker can now show more than 2 digit positions.
  337. 1998.05.25: Version 2.0.5
  338.  - Bugs connected to very long wine names, areas, producers etc fixed
  339.  - Multiline alert boxes implemented (for long messges)
  340. 1998.06.08: Version 2.1
  341.  - New utility (Find Note) to search through the Cabinet Notes
  342.  - Serious increase of size for the Where Clause specification from about 30 charaters to about 220 characters. Now you can really make advanced searches
  343.  - Faster
  344.  - Some bug fixes
  345. 1998.07.03: Version 2.2
  346.  - New utility to store sql queries for reuse.
  347.  - To make advanced searches easier a list of all field names are now shown on the Where Clause window.
  348. 1998.07.06: Version 2.3
  349.  - 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.
  350.  - The time used to move from one element to another has been reduced significantly.
  351.  - Find Previous/Next keys are moved from Ctrl-O/Ctrl-P to Ctrl-I/Ctrl-J to follow Psion standard.
  352.  - 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.
  353.  - Wine types are now sorted alphabetically.
  354.  - The program no longer crashes when old version of ps.opo is used.
  355.  - Import/Export bug fixed.
  356. 1998.10.01: Version 2.4
  357.  - 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.
  358. 1999.01.07: Version 2.5
  359. - 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.
  360. - Multible import/export settings can be stored for different types of import/export.
  361. 1999.02.25: Version 2.5
  362. - 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.
  363. - Multible import/export settings can be named and  stored for different types of import/export.
  364. - The actual screen size is now exploited (horizontally) giving more room for fields when using the EPOC emulator.
  365. - The date format used in the program can be defined in the system control panel.
  366. - Wine Cabinet is renamed to Wine Collection.
  367. - No Palmscape logo during startup
  368. - New Palmscape logo in the About box.
  369. 1999.03.28: Version 2.5.1
  370.  - Geofox enabled: Screen no longer reacts when the mouse passes over a field.
  371. 16. Readme.txt
  372. Video Collection 2.5.2 for the Psion Series 5 (C) Palmscape & Marc de Oliveira 1998-1999
  373. -----------------------------------------------------------------------------------------
  374. Released as shareware.
  375. Organizes your film/recordings collection.
  376. Installation:
  377. ------------
  378. To upgrade from a version of Video Collection prior to version 2.3 see the Upgrade section.
  379. Installation from SIS file:
  380. 1) Execute the video.sis file on your pc or Psion.
  381. 2) Choose C or D drive for the installation (make sure that there is enought disk space).
  382. 3) The program will install itself.
  383. 4) Install Pscape.sis, pythia.sis, systinfo.sis and sysram1.sis if necessary.
  384. Installation from ZIP file:
  385. 1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
  386. 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)
  387. 3) Go into \System\Apps on C: or D: and make a new folder called "Video"
  388. 4) Using PsiWin, copy the following files to the new \System\Apps\Video folder:
  389.   video.app
  390.   video.aif
  391.   video.mbm
  392.   video.hlp
  393.   upg21.opo
  394.   upg22.opo
  395. 4) Copy the files systinfo.opx and sysram1.opx in the folder \system\opx
  396. 5) A new icon should appear on your Extras bar
  397. Upgrade from version prior to 2.0.2:
  398. --------
  399. 1) Backup your old Video Cabinet files.
  400. 2) Install the new files as described in the Installation section. Do not remove old .ini and .dbf files as they contain your settings and data.
  401. 3) Copy the file upgvc202.opo to a folder on your Psion.
  402. 4) Make sure that Video Cabinet is not running.
  403. 5) Execute the upgvc202.opo.
  404. 6) Remove the upgvc202.opo file.
  405. Your video.dbf file is now upgraded to version 2.0.2.
  406. Upgrade from version prior to 2.3
  407. ----------
  408. 1) Backup the .DBF and .INI files of all your Collection Suite applications.
  409. 2) Perform the installation as described in the installation paragraph. Do NOT over write or remove the files with the extention .DBF or .INI (these are data and setup files).
  410. 3) Make sure that no Collection Suite application is being run.
  411. 4) If you are upgrading from a version prior to 2.1 execute the upg21.opo file by double tapping on it's icon.
  412. 5) If you are upgrading from a version prior to 2.2 execute the upg22.opo file by double tapping on it's icon.
  413. 6) 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.
  414. 7) Delete the CabUpg23.opo file.
  415. 8) All your Collection Suite applications are now upgraded to version 2.3. Note, you only need to perform the CabUpg23.opo upgrade once. You should not try to upgrade each Cabinet Suite application individually.
  416. Problems
  417. --------
  418. 1. Read only files
  419. 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.
  420. 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. 
  421. 2. Copying between C and D
  422. 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.
  423. Always delete the application directory from one drive before reinstalling on the other drive.
  424. 3. Low on battery
  425. 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.
  426. 4. Not enough memory
  427. 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.
  428. Usage:
  429. ------
  430. Press Ctrl+Shift+H to see help file.
  431. Bugs:
  432. -----
  433. Registering:
  434. ------------
  435. Registering the program will give you the following benefits:
  436.  1) The register window will not pop up on startup
  437.  2) You get free support via e-mail (Pythia@Palmscape.com)
  438.  3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
  439. Pricing:
  440. Collection Suite programs are registered using either individual codes or a Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
  441. How to register
  442. Go to the Palmscape home page at:
  443.   http://www.Palmscape.com
  444. Here you can register using credit card or cheque.
  445. After receiving your registering fee I will mail you a Key that you can use to register the program.
  446. Made by:
  447. --------
  448. Marc de Oliveira 
  449. for Palmscape & Pythia Information
  450. Web: http://www.Palmscape.com
  451. E-mail: Pythia@Palmscape.com
  452. History:
  453. --------
  454. 1998.05.17: Version 2.0
  455.  - The Cabinet Suite started on version 2.0 because Personal Wine Cabinet is considered version 1 of The Cabinet Suite.
  456. 1998.05.21: Version 2.0.1
  457.  - Export/Import bug fixed
  458.  - Summary fails if no amounts have been entered: fixed
  459.  - Position marker can now show more than 2 digit positions.
  460. 1998.06.08: Version 2.1
  461.  - Tape List is added with Tape Lenth and Lent To information.
  462.  - Find Space utility added to search for best available space on your tapes.
  463.  - Find Note utility added to let you search the Cabinet Notes.
  464.  - Alert box can handle longer messages.
  465.  - Summary Information bug fixed.
  466.  - Lent To field on Cabinet Card removed (it is more correct to use the Tape List).
  467. 1998.07.03: Version 2.2
  468.  - New utility to store sql queries for reuse.
  469.  - To make advanced searches easier a list of all field names are now shown on the Where Clause window.
  470. 1998.07.06: Version 2.3
  471.  - 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.
  472.  - The time used to move from one element to another has been reduced significantly.
  473.  - Find Space now only looks for space on tapes that are home (not lent out).
  474.  - 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.
  475.  - Find Previous/Next keys are moved from Ctrl-O/Ctrl-P to Ctrl-I/Ctrl-J to follow Psion standard.
  476.  - The program no longer crashes when an old version of ps.opo is used.
  477.  - Video medias are now sorted alphabetically.
  478.  - Find Space no longer crashes when you have less than five tapes defined.
  479.  - Export/Import bug fixed
  480. 1998.10.01: Version 2.4
  481.  - 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.
  482. 1999.02.20: Version 2.5
  483. - 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.
  484. - Multible import/export settings can be named and  stored for different types of import/export.
  485. - The actual screen size is now exploited (horizontally) giving more room for fields when using the EPOC emulator.
  486. - The date format used in the program can be defined in the system control panel.
  487. - Video Cabinet is renamed to Video Collection.
  488. - No Palmscape logo during startup.
  489. - New Palmscape logo in the About box.
  490. 1999.03.28: Version 2.5.1
  491.  - Geofox enabled: Screen no longer reacts when the mouse passes over a field.15. Readme.txt
  492. Stamp Collection 2.5.2 for the Psion Series 5 (C) Palmscape & Marc de Oliveira 1999
  493. ------------------------------------------------------------------------------------------
  494. Released as shareware.
  495. Organize your Stamp Collection.
  496. Installation:
  497. ------------
  498. Installation from SIS file:
  499. 1) Execute the stamp.sis file on your pc or Psion.
  500. 2) Choose C or D drive for the installation (make sure that there is enought disk space).
  501. 3) The program will install itself.
  502. 4) Install Pscape.sis, pythia.sis, systinfo.sis and sysram1.sis if necessary.
  503. Installation from ZIP file:
  504. 1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
  505. 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)
  506. 3) Go into \System\Apps on C: or D: and make a new folder called "Stamp"
  507. 4) Using PsiWin, copy the following files to the new \System\Apps\Stamp folder:
  508.   Stamp.app
  509.   Stamp.aif
  510.   Stamp.mbm
  511.   Stamp.hlp
  512. 4) Copy the files sysram1.opx and systinfo.opx into the folder \system\opx
  513. 5) A new icon should appear on your Extras bar
  514. Problems
  515. --------
  516. 1. Read only files
  517. 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.
  518. 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. 
  519. 2. Copying between C and D
  520. 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.
  521. Always delete the application directory from one drive before reinstalling on the other drive.
  522. 3. Low on battery
  523. 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.
  524. 4. Not enough memory
  525. 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.
  526. Usage:
  527. ------
  528. Press Ctrl+Shift+H to see help file.
  529. Bugs:
  530. -----
  531. Registering:
  532. ------------
  533. Registering the program will give you the following benefits:
  534.  1) The register window will not pop up on startup
  535.  2) You get free support via e-mail (Pythia@Palmscape.com)
  536.  3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
  537. Pricing:
  538. Collection Suite programs are registered using either individual codes or a single Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
  539. How to register
  540. Go to the Palmscape home page at:
  541.   http://www.Palmscape.com
  542. Here you can register using credit card or cheque.
  543. After receiving your registeri
  544. ng fee I will mail you a Key that you can use to register the program.
  545. Made by:
  546. --------
  547. Marc de Oliveira 
  548. for Palmscape & Pythia Information
  549. Web: http://www.Palmscape.com
  550. E-mail: Pythia@Palmscape.com
  551. History:
  552. --------
  553. 1999.02.14: Version 2.5
  554.  - The Stamp Collection started on version 2.5 to synchronize with the other Collection Suite applications.
  555. 1999.03.28: Version 2.5.1
  556.  - Geofox enabled: Screen no longer reacts when the mouse passes over a field.15. Readme.txt
  557. Music Collection 2.5.2 for the Psion Series 5 (C) Palmscape & Marc de Oliveira 1998-1999
  558. ------------------------------------------------------------------------------------------
  559. Released as shareware.
  560. Organizes your Record collection.
  561. Installation:
  562. ------------
  563. To upgrade from version 2.3 see the Upgrade section.
  564. Installation from SIS file:
  565. 1) Execute the music.sis file on your pc or Psion.
  566. 2) Choose C or D drive for the installation (make sure that there is enought disk space).
  567. 3) The program will install itself.
  568. 4) Install Pscape.sis, pythia.sis, systinfo.sis and sysram1.sis if necessary.
  569. Installation from ZIP file:
  570. 1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
  571. 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)
  572. 3) Go into \System\Apps on C: or D: and make a new folder called "Music"
  573. 4) Using PsiWin, copy the following files to the new \System\Apps\Music folder:
  574.   music.app
  575.   music.aif
  576.   music.mbm
  577.   music.hlp
  578. 4) Copy the files systinfo.opx and sysram1.opx in the folder \system\opx
  579. 5) A new icon should appear on your Extras bar
  580. Upgrade
  581. -------
  582. 1) Perform the installation as described above. Make sure not to remove your Music.dbf and Music.ini files.
  583. 2) Copy the file upg231.opo to anywhere on your psion.
  584. 3) Execute the upg231.opo file.
  585. 4) After execution you can delete the upg231.opo file.
  586. Problems
  587. --------
  588. 1. Read only files
  589. 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.
  590. 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. 
  591. 2. Copying between C and D
  592. 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.
  593. Always delete the application directory from one drive before reinstalling on the other drive.
  594. 3. Low on battery
  595. 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.
  596. 4. Not enough memory
  597. 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.
  598. Usage:
  599. ------
  600. Press Ctrl+Shift+H to see help file.
  601. Bugs:
  602. -----
  603. Registering:
  604. ------------
  605. Registering the program will give you the following benefits:
  606.  1) The register window will not pop up on startup
  607.  2) You get free support via e-mail (Pythia@Palmscape.com)
  608.  3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
  609. Pricing:
  610. Collection Suite programs are registered using either individual codes or a Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
  611. How to register
  612. Go to the Palmscape home page at:
  613.   http://www.Palmscape.com
  614. Here you can register using credit card or cheque.
  615. After receiving your registering fee I will mail you a Key that you can use to register the program.
  616. Made by:
  617. --------
  618. Marc de Oliveira 
  619. for Palmscape & Pythia Information
  620. Web: http://www.Palmscape.com
  621. E-mail: Pythia@Palmscape.com
  622. History:
  623. --------
  624. 1998.08.15: Version 2.3
  625.  - The Music Cabinet started on version 2.3.
  626. 1998.09.24: Version 2.3.1
  627.  - Recordings are sorted by Band (sort code) and release year as default.
  628.  - Help file updated in relation to band sort keys.
  629.  - Bug concerning changing of sort keys fixed.
  630. 1998.10.01: Version 2.4
  631.  - 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.
  632. 1999.02.25: Version 2.5
  633. - 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.
  634. - Multible import/export settings can be named and  stored for different types of import/export.
  635. - The actual screen size is now exploited (horizontally) giving more room for fields when using the EPOC emulator.
  636. - The date format used in the program can be defined in the system control panel.
  637. - Music Cabinet is renamed to Music Collection.
  638. - No Palmscape logo during startup
  639. - New Palmscape logo in the About box.
  640. 1999.03.28: Version 2.5.1
  641.  - Geofox enabled: Screen no longer reacts when the mouse passes over a field.15. Readme.txt
  642. Home Collection 2.5.2 for the Psion Series 5 (C) Palmscape & Marc de Oliveira 1999
  643. ------------------------------------------------------------------------------------------
  644. Released as shareware.
  645. Organize your Home Inventory.
  646. Installation:
  647. ------------
  648. Installation from SIS file:
  649. 1) Execute the home.sis file on your pc or Psion.
  650. 2) Choose C or D drive for the installation (make sure that there is enought disk space).
  651. 3) The program will install itself.
  652. 4) Install Pscape.sis, pythia.sis, systinfo.sis and sysram1.sis if necessary.
  653. Installation from ZIP file:
  654. 1) Make sure the \System folder is shown on your Series 5 system screen. If it's not, enable it in the 'Preferences' dialogue.
  655. 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)
  656. 3) Go into \System\Apps on C: or D: and make a new folder called "Home"
  657. 4) Using PsiWin, copy the following files to the new \System\Apps\Home folder:
  658.   Home.app
  659.   Home.aif
  660.   Home.mbm
  661.   Home.hlp
  662. 4) Copy the files systinfo.opx and sysram1.opx in the folder \system\opx
  663. 5) A new icon should appear on your Extras bar
  664. Problems
  665. --------
  666. 1. Read only files
  667. 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.
  668. 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. 
  669. 2. Copying between C and D
  670. 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.
  671. Always delete the application directory from one drive before reinstalling on the other drive.
  672. 3. Low on battery
  673. 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.
  674. 4. Not enough memory
  675. 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.
  676. Usage:
  677. ------
  678. Press Ctrl+Shift+H to see help file.
  679. Bugs:
  680. -----
  681. Registering:
  682. ------------
  683. Registering the program will give you the following benefits:
  684.  1) The register window will not pop up on startup
  685.  2) You get free support via e-mail (Pythia@Palmscape.com)
  686.  3) Your suggestions to new functionalities will be implemented (as far as resources permits it)
  687. Pricing:
  688. Collection Suite programs are registered using either individual codes or a Collection Gold Code. This code is valid for all present and future Collection Suite programs. The Collection Gold Code costs USD 30.
  689. How to register
  690. Go to the Palmscape home page at:
  691.   http://www.Palmscape.com
  692. Here you can register using credit card or cheque.
  693. After receiving your registering fee I will mail you a Key that you can use to register the program.
  694. Made by:
  695. --------
  696. Marc de Oliveira 
  697. for Palmscape & Pythia Information
  698. Web: http://www.Palmscape.com
  699. E-mail: Pythia@Palmscape.com
  700. History:
  701. --------
  702. 1999.02.20: Version 2.5
  703.  - The Home Collection started on version 2.5 to synchronize with the other Collection Suite applications.
  704. 1999.03.28: Version 2.5.1
  705.  - Geofox enabled: Screen no longer reacts when the mouse passes over a field.
  706. 1999.06.09: Version 2.5.2
  707.  - To avoid a OPL bug the where clause is now cleared when you create a new record.
  708. 1999.06.29:
  709. Version 2.6
  710.  - The application has been updated to work on both the Psion 5 and 5mx.
  711. 2000.04.18:
  712. Version 2.7
  713.  - Released through PocketIQ.
  714. 2000.04.18:
  715. Version 2.7.1
  716.  - Splash screen problem fixed.
  717. 2000.05.28: Version 2.7.2
  718.  - Toolbar problem fixed.
  719. Courier
  720. Courier
  721. Courier
  722. Courier
  723. Courier
  724. Courier
  725. 13. Licence agreement7
  726. 16. Readme.txt
  727.