home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / w / wbase20.zip / WINDBASE.DOC < prev    next >
Text File  |  1993-02-01  |  28KB  |  573 lines

  1.  
  2.  
  3.                                WindBase 2.0
  4.  
  5.                                 NickleWare
  6.                              Bradley Nicholes
  7.       
  8.  
  9. INTRODUCTION
  10.  
  11.     WindBase is an application that was designed to help simplify data 
  12. collection, storage and retrieval.  With the help of WindBase, you can 
  13. design custom data entry forms and at the same time create the database to 
  14. match.  WindBase will also allow you to index and reindex your data by a 
  15. single field or multiple fields.  This enables you to organize and retrieve 
  16. your data much more easily and faster as well.  WindBase allows you to 
  17. create, store and view multiple database files all at the same time. Then 
  18. when you are ready to print your data, WindBase will print it in the same 
  19. custom layout or let you reorganize the data to best fit your needs.
  20.  
  21.  
  22.  
  23. REGISTRATION
  24.  
  25.     WindBase is not public domain, nor is it free software.  You are 
  26. granted a limited license to use this product on a trial basis.  You are 
  27. also granted a license to copy WindBase, along with the documentation, for 
  28. the trial use by other users.  If you wish to continue using the product, 
  29. you must send $25 to:
  30.  
  31.                               NickleWare
  32.                              P.O. Box 393
  33.                           Orem, UT.  84059  USA
  34.  
  35. If you would like an original  disk or an update to the latest release of 
  36. the software, please add $5 for shipping and handling.
  37.  
  38.     We encourage you to copy WindBase and share it with anyone who might 
  39. be interested in an easier way to gather, store and retrieve information.
  40.  
  41.  
  42.  
  43. GETTING STARTED
  44.  
  45.     REQUIREMENTS -
  46.         Microsoft Windows 3.1 or higher
  47.         IBM compatible PC 286, 386 or 486
  48.  
  49.     Before proceeding, make sure that you have Microsoft Windows correctly 
  50. installed.  Next create a directory called WINDBASE and copy the WindBase 
  51. software (WINDBASE.EXE) into this directory.  WindBase is ready to be 
  52. started.  Simply start WindBase from the RUN... menu selection of the 
  53. Windows Program Manager or add it to a Program Manager group by following 
  54. the directions for creating a group item in the Windows 3.1 User's Guide.
  55.  
  56.  
  57.  
  58. WHAT IS A DATABASE
  59.  
  60.     A database is a collection of similar data records stored in a common 
  61. file or collection of files.  A database management system such as WindBase 
  62. provides a means by which a user can easily store and retrieve this data.
  63.  
  64.  
  65.  
  66. CREATING A NEW DATABASE
  67.  
  68.     To create a WindBase database first select DATABASE DEFINITION and NEW 
  69. from the FILE pulldown menu.  WindBase will create a blank database 
  70. definition window and ungray the following menu selections:
  71.  
  72.     FILE Menu:
  73.         DATABASE DEFINITION 
  74.             SAVE...- Save a database definition and data files.
  75.  
  76.         DEFINE Menu:
  77.             TEXT - This option creates a static text field in the current 
  78.                 database definition window.
  79.             EDIT - This option creates an entry/edit field in the current 
  80.                 database definition window.
  81.             CHECKBOX - This option creates a checkbox in the current 
  82.                 database definition window.
  83.             BITMAP - This option creates a bitmap field in the current 
  84.                 database definition window.     
  85.             STYLES - This option displays a popup window that allows the 
  86.                 user to modify the attributes of the currently selected 
  87.                 TEXT, EDIT, CHECKBOX or BITMAP field. 
  88.             DELETE - This option deletes the currently selected TEXT, EDIT, 
  89.                 CHECKBOX or BITMAP field.
  90.             TITLE - This option modifies the database title that appears 
  91.                 in the database window.
  92.             FONT - This option changes the text font for the current 
  93.                 database definition window.
  94.  
  95.  
  96.     Layout the database by selecting the desired fields from the DEFINE 
  97. pulldown menu as described in the CREATING A DATABASE FIELD section.  Each 
  98. of the newly created fields can be resized and placed in the database 
  99. definition window where desired.
  100.     After all of the database fields have been created and defined, the 
  101. database layout can be saved and the database files created.  To do this, 
  102. simply select DATABASE DEFINITION and SAVE... from the FILE pulldown menu.  
  103. A SAVE popup window will appear prompting the user to enter a path and file 
  104. name where the database files and associated layout files will be stored.  
  105. The user only needs to enter the primary part of the file name (file name 
  106. without the extension).  WindBase will add the extension of .WB for the 
  107. database layout file, .DB for the database file and .IDX for the index file.  
  108. Once the file name has been entered and the user has selected the OK 
  109. pushbutton, the database definition and field layout files will be created.  
  110. If the database files already exist in the specified path, Windbase will 
  111. notify the user that the database already exists and the path or file name 
  112. must to be changed.  Once a database definition has been saved and the 
  113. database created, WindBase will only allow the database fields to be 
  114. resized or repositioned.  No new database fields can be added to this 
  115. definition.  If there is a need to add or delete a database field, this 
  116. can be done as described in the CREATING A NEW DATABASE FROM AN EXISTING 
  117. section and the DATA IMPORT AND EXPORT section.
  118.  
  119.  
  120.  
  121. CREATING A DATABASE FIELD
  122.  
  123.     By selecting the TEXT, EDIT, CHECKBOX or BITMAP options from the DEFINE 
  124. pulldown menu, the corresponding field will be created in the currently 
  125. selected database definition window.  The new field will be created in the 
  126. upper left hand corner of the database definition window.  A style popup 
  127. window will be displayed prompting the user to enter a name to identify the 
  128. newly created field and modify any of the field attributes if desired.  
  129. After the database field has been created, it can be moved and resized as 
  130. explained in the MOVE AND RESIZING A DATABASE FIELD section.
  131.  
  132.  
  133.  
  134. SETTING ATTRIBUTES OF A DATABASE FIELD
  135.  
  136.     Each TEXT, EDIT, CHECKBOX and BITMAP field defaults to a specific set 
  137. of attributes.  These attributes may be modified through the STYLES option 
  138. in the DEFINE pulldown menu.  When the STYLES option is selected a popup 
  139. window is presented that corresponds to the selected database field.  The 
  140. EDIT, CHECKBOX and BITMAP fields require a field name that is later used 
  141. in the creation of the database.  All other attributes in the styles popup 
  142. windows are optional.
  143.  
  144.  
  145.  
  146. MOVING AND RESIZING A DATABASE FIELD
  147.  
  148.     Once a database field has been created, it can be moved or resized to 
  149. the desired position and size by dragging and dropping with the mouse 
  150. pointer or grabbing the field border and stretching it.
  151.     To move the field, simply place the mouse pointer over the top of it 
  152. and click the mouse button once.  A dotted line will appear around the 
  153. field to indicate that it is now the currently selected field.  The mouse 
  154. pointer will also change to a four direction pointer to indicate that the 
  155. field may be moved.  With the four direction pointer over the top of the 
  156. selected field, press and hold the left mouse button down and while hold 
  157. down the button, move the mouse pointer to the desired position.  A database 
  158. field may also be moved by using the arrow keys on the keyboard.  To do 
  159. this first select the database field with the mouse as described above.  
  160. Then use the arrow keys to move the database field in the desired direction.
  161.     To resize a database field, select the field as described above, then 
  162. move the mouse pointer over the border of the selected field.  As this is 
  163. done, the mouse pointer will change from a four direction pointer to a two 
  164. direction horizontal, vertical or diagonal pointer depending on the 
  165. direction in which the field may be resized.  Then simply hold the left 
  166. mouse button down and move the mouse in the direction indicated by the two 
  167. direction pointer until the field is resized to the desired size.
  168.  
  169.  
  170.  
  171. DELETING A DATABASE FIELD
  172.  
  173.     Once a TEXT, EDIT, CHECKBOX or BITMAP field has been created, it may be 
  174. deleted.  To delete a field, simply select it by placing the mouse pointer 
  175. over it and pressing the left mouse button.  Once the field has been 
  176. selected, a dotted line border will appear around it.  Then select DELETE 
  177. from the DEFINE pulldown menu.  A confirmation popup window will appear 
  178. asking that the user to confirm the operation.  Selecting the YES 
  179. pushbutton, will delete the field.
  180.  
  181.  
  182.  
  183. CHANGING THE DATABASE TITLE
  184.  
  185.     To change the title that appears in the database window title bar, 
  186. select the TITLE option from the DEFINE pulldown menu.  After making this 
  187. selection a popup window will be displayed allowing the user to enter a 
  188. database title.  After entering the database title, select the OK 
  189. pushbutton and the database window title will change.
  190.  
  191.  
  192.  
  193. CHANGING THE DATABASE FONT
  194.  
  195.     To change the font for the database window text, select the FONT... 
  196. option from the DEFINE pulldown menu.  After making this selection a popup 
  197. window will be displayed allowing the user to select a new font.  After 
  198. selecting the new font, select the OK pushbutton and the new font will 
  199. appear in the database window.
  200.  
  201.  
  202.  
  203. OPENING A DATABASE
  204.  
  205.     To open an existing database the user must select OPEN DATABASE... 
  206. from the FILE pulldown menu.  An open file popup window will be displayed.  
  207. This popup window allows the user to change directories and select database 
  208. files.  There are four types of files that WindBase creates.  The primary 
  209. name of each of the four files of a database is the name specified by the 
  210. user when the database was originally created.  The extensions for each 
  211. of these files are as follows:
  212.  
  213.     .WB -    WindBase database layout file.
  214.     .DB -    Database file.
  215.     .IDX -    Database index file.
  216.     .WBN -     Database bitmap file.
  217.     .PRN -    WindBase page layout file.
  218.  
  219.  
  220.     When opening a database, any one of these files can be selected.  Once 
  221. the database has been selected, a database window will appear with the 
  222. current database layout.
  223.  
  224.  
  225.  
  226. OPENING A DATABASE DEFINITION
  227.  
  228.     An existing database definition can be opened by selection DATABASE 
  229. DEFINITION and OPEN... from the FILE pulldown menu.  A database definition 
  230. that has been opened for modification can not have new database fields 
  231. created.  The only modifications that are allowed are resizing and 
  232. repositioning of existing database fields.  Once all of the modifications 
  233. have been completed, select DATABASE DEFINITION and SAVE... from the 
  234. FILE pulldown menu.  If there is a need to add or delete a database field 
  235. from an existing definition, this can be done as described in the CREATING A 
  236. NEW DATABASE FROM AN EXISTING section and the DATA IMPORT AND EXPORT section.
  237.  
  238.  
  239.  
  240. CREATING A NEW DATABASE FROM AN EXISTING
  241.  
  242.     A new database definition can be created from an existing definition 
  243. by selection DATABASE DEFINITION and OPEN AS... from the FILE pulldown menu.  
  244. The user will then be prompted to select an existing database definition 
  245. to use as the template for the new database definition.  Once a database 
  246. definition template has been selection, a database definition window will 
  247. appear containing all of the same fields that existed in the selected 
  248. database definition template.  The user can then add, modify or delete 
  249. database fields as described in the Creating A Database Field Setting 
  250. Attributes Of A Database Field and Deleting A Database Field sections
  251.  
  252.  
  253. DELETING A DATABASE
  254.  
  255.     To delete a database the user must open the database as described in 
  256. the OPENING A DATABASE section.  Once the database has been opened and 
  257. selected, pull down the FILE menu and select DELETE DATABASE.  A 
  258. confirmation popup window will appear allowing the user to confirm the 
  259. action.  If the OK pushbutton is selected, the database along with its 
  260. associated files will be deleted.
  261.  
  262.  
  263.  
  264. DELETING DATABASE RECORDS ONLY
  265.  
  266.     To delete all of the database records without deleting the database 
  267. definition, simply pulldown the FILE menu and select DELETE ALL RECORDS.  
  268. A confirmation message box will appear prompting the user to confirm the 
  269. delete all records action.  If the user selects the YES pushbutton, WindBase 
  270. will then delete all of the records from the currently selected database 
  271. without deleting the definition.
  272.  
  273.  
  274. ENTERING AND EDITING DATA
  275.  
  276.     To enter and edit a record within a database the user must first open 
  277. the database as described in the OPENING A DATABASE section.  Data can be 
  278. entered into any of the EDIT fields, CHECKBOXes or BITMAP fields.  Once the 
  279. desired data has been entered, select ADD from the RECORD pulldown menu.  
  280. This will add the record to the database.
  281.     Modifying a record can be done in the same manner.  After the data has 
  282. been completely modified, select MODIFY from the RECORD pulldown menu.  
  283.     Bitmap data can be pasted in from the clipboard or read in from a file 
  284. by using the normal clipboard paste option under the EDIT pulldown menu or 
  285. selecting the PASTE FROM A FILE option.  Also by double clicking on a 
  286. bitmap field, the user will be presented with a popup menu which will allow 
  287. a bitmap to be stretched to fit within the bounds of the field or in normal 
  288. view.  The popup menu also provides the PASTE FROM A FILE functionality for 
  289. reading in the bitmap data from a .BMP file.
  290.  
  291.  
  292.  
  293. MOVING AROUND A DATABASE
  294.  
  295.     Searching and browsing through the records of a database can be done by 
  296. selecting SEARCH, PREVIOUS and NEXT from the RECORD pulldown menu.  To 
  297. search for a specific record, simply enter in the data or part of the data 
  298. into the field by which the database has been indexed.  Then select SEARCH 
  299. from the RECORD pulldown menu.  WindBase will search the database for the 
  300. first record that exactly matches or is the closest match to the data 
  301. entered.  By selecting the NEXT or PREVIOUS options from the RECORD 
  302. pulldown menu, the user will be able to step through each record one by one 
  303. forward or backward.
  304.  
  305.  
  306.  
  307. DELETING A RECORD FROM THE DATABASE
  308.  
  309.     To delete a record from the database, simply select the record in the 
  310. same manner as described in the MOVING AROUND A DATABASE section.  Once the 
  311. desired record has been selected pull down the RECORD menu and click on the 
  312. DELETE option.  A confirmation popup window will appear allowing the user 
  313. to confirm or reject the action.  If the user clicks on the YES pushbutton, 
  314. the record will be deleted from the databases.
  315.  
  316.  
  317.  
  318. DEFINING AN INDEX
  319.  
  320.     One of the selections under the FILE pulldown menu is the option to 
  321. define or set a new default INDEX for a database.  After selecting this 
  322. option, a popup window will appear that contains two list boxes.  The first 
  323. list box on the left contains a list of the currently defined indexes for 
  324. the selected database.  By highlighting one of the index names in the list 
  325. box, the name will appear in the entry field at the top right-hand side of 
  326. the popup window.  The second list box will display a list of the fields 
  327. currently defined in the selected database with the selected index definition 
  328. fields highlighted.
  329.     A new index can be created by first entering in a new index name into 
  330. the INDEX NAME entry field above the INDEX DEFINITION list box.  Then by 
  331. dragging and placing the database field names within the INDEX DEFINITION 
  332. list box into the desired order and highlighting them by click on them with 
  333. the mouse, the user is able to define a new index definition.  After the 
  334. new index has been defined, click on the DEFINE pushbutton beneath the 
  335. INDEX DEFINITION list box and the index will be created and added to the 
  336. current database index list.  Once an index has been defined, it can not be 
  337. modified or deleted.  The only way to remove index definitions is by 
  338. selecting the REINDEX option from the FILE/INDEX cascade menu.  This option 
  339. will remove all of the defined indexes and recreate the PHYSICAL and PRIMARY 
  340. indexes.
  341.  
  342.  
  343.  
  344. REINDEXING A DATABASE
  345.  
  346.     To reindex a database, first open the database as described in the 
  347. OPENING A DATABASE section.  Once the database has been opened and the 
  348. database window selected, pulldown the FILE menu and select REINDEX from the 
  349. INDEX cascade menu.  This will remove all of the currently defined indexes 
  350. for the selected database and restore the base PHYSICAL and PRIMARY indexes.  
  351.  
  352.  
  353.  
  354. LAYING OUT A PRINTER PAGE
  355.  
  356.     WindBase allows the user to print a database record in a different 
  357. format than what was originally defined.  Creating a printer definition 
  358. is similar to creating a database definition.  Select PAGE SETUP from the 
  359. FILE pulldown menu.  A database window will appear with the current database 
  360. definition.  When the page layout window is created, the working area is 
  361. adjusted to reflect the current size of a physical printer page according 
  362. to the printer definition.  The working area can be scrolled within the 
  363. printer page definition window by using the scroll bars along the sides of 
  364. the window.  If the printer page definition has not already been created, 
  365. it will default to the current database definition.  The database fields 
  366. can be moved and resized as described in the MOVING AND RESIZING A DATABASE 
  367. FIELD section.  While in the printer page definition mode the user will not 
  368. be able to create new EDIT, CHECKBOX or BITMAP fields, but the user may 
  369. create new TEXT fields.  The user is also allowed to change the text of a 
  370. CHECKBOX or any previously existing TEXT field.  Once the printer page has 
  371. been laid out as desired, select DATABASE DEFINITION and SAVE... from the 
  372. FILE pulldown menu.  The printer page definition will be saved and used 
  373. whenever a record is printed from the corresponding database.
  374.  
  375.  
  376.  
  377. PRINTING A RECORD
  378.  
  379.     To print a record, first select the desired record as described in the 
  380. MOVING AROUND THE DATABASE section.  After the desired record has be 
  381. selected, pulldown the FILE menu and select PRINT.  The current record will 
  382. be printed using the defined printer page definition.  (The printer page 
  383. definition must have been defined as described in the LAYING OUT A PRINTER 
  384. PAGE section.).
  385.  
  386.  
  387.  
  388. VIEWING / MANIPULATING MULTIPLE DATABASES
  389.  
  390.     Because WindBase was implemented as a multiple document interface 
  391. application, it allows the user to open, maintain and view more the one 
  392. database at a time.  As each database file is opened, WindBase creates a new 
  393. database window and lays out the database on the working area.  Switching 
  394. from one database to another is as simple as placing the mouse cursor over 
  395. the desired window and clicking the left mouse button.  This will select 
  396. that database and window as the current database.  All of the WindBase menu 
  397. options will then apply to that database.  Each of the database windows can 
  398. also be minimized to avoid cluttering up the desktop with too many windows.  
  399. Then, as desired, each database window can be restored or minimized as the 
  400. user moves from one database file to another.
  401.  
  402.  
  403.  
  404. DATA IMPORT AND EXPORT
  405.  
  406.     WindBase will allow the user to import or export data from or to a text 
  407. file.  To import data from a text file, first open the database as described 
  408. in the OPENING A DATABASE section.  Once a database has been opened, select 
  409. IMPORT from the FILE pulldown menu.  The user will be prompted to select 
  410. the text file containing the data to be imported.  Once the import file has 
  411. been selected, an import window will appear allowing the user to set the 
  412. type of delimiter that WindBase should look for to delimit each field of a 
  413. database record.  After selecting a delimiter, the user should select the 
  414. RESET FILE pushbutton.  At this point WindBase will read in and display the 
  415. first record from the import text file.  The data import window also 
  416. contains three options for importing the data.  These three options are 
  417. importing a SINGLE record at a time, importing ALL records at one time or 
  418. importing a specified number of records.  Once one of these options has 
  419. been selected, the user can click on the IMPORT pushbutton to begin 
  420. importing and adding the data to the database.
  421.     There are also two other pushbuttons which allow the user to move 
  422. through import data or cancel the import operation.  These two pushbuttons 
  423. are SKIP and CANCEL.  By selecting the SKIP pushbutton, the current import 
  424. record will be skipped and the next record will be read in and displayed.
  425.     Data export is similar to data import.  By selecting the EXPORT menu 
  426. option, the user will be prompted to specify an export file name after which 
  427. an export window will appear that looks similar to the import window with 
  428. the exception of the ADD RECORD TERMINATOR checkbox.  This checkbox 
  429. instructs WindBase to add a carriage return and line feed to the end of 
  430. each record regardless of the selected field delimiter.  This allows the 
  431. resulting output to be written in a format that is more suitable for 
  432. reporting.  As described above the user should specify the field delimiter 
  433. and export option WindBase should use.  Then by clicking on the EXPORT 
  434. pushbutton, WindBase will export the data into a text file.
  435.  
  436.  
  437. MENU OPTIONS
  438.  
  439.     FILE MENU
  440.         OPEN DATABASE - Open an existing database for uses or modification.
  441.         DATABASE DEFINITION 
  442.             NEW - Create an empty database layout window.
  443.             OPEN... - Open an existing database for user or modification.
  444.             OPEN AS... - Open an existing database definition as a template 
  445.                 for creating a new database.
  446.             SAVE... - Save the currently selected database or printer page 
  447.                 definition.
  448.         DELETE DATABASE - Delete the currently selected database and the 
  449.             associated files.
  450.         DELETE ALL RECORDS - Delete all records in the currently selected 
  451.             database.
  452.         INDEX
  453.             DEFINE/SET DEFAULT - Define and set the default indexes for the 
  454.                 currently selected database.
  455.             REINDEX - Reindex the currently selected database.
  456.         IMPORT - Import data from a text file.
  457.         EXPORT - Export data to a text file.
  458.         PAGE SETUP - Create or modify the printer page layout for the 
  459.             currently selected database.
  460.         PRINT - Print the active record from the currently selected database.
  461.         PRINTER SETUP - Change the printer attributes
  462.         EXIT - Close all open databases and exit WindBase.
  463.  
  464.     EDIT MENU
  465.         UNDO - Undo the last entry field action.
  466.         CUT - Cut the currently selected entry field text to the clipboard.
  467.         COPY - Copy the currently selected entry field text to the clipboard.
  468.         PASTE - Page the clipboard contents to the currently selected entry 
  469.             field.
  470.         PASTE FROM FILE - Paste a bitmap from a file.
  471.         CLEAR - Clear the currently selected entry field text.
  472.         SELECT ALL - Select all of the text in the currently selected entry 
  473.             field.
  474.  
  475.     RECORD MENU
  476.         ADD - Add a record to the currently selected database.
  477.         MODIFY - Modify a record in the currently selected database.
  478.         DELETE - Delete a record from the currently selected database.
  479.         CLEAR - Clear all fields in the currently selected database window.
  480.         SEARCH - Search for a record in the currently selected database 
  481.             based on the selected index.
  482.         NEXT - Display the next record in the currently selected database 
  483.             based on the selected index.
  484.         PREVIOUS - Display the previous record in the currently selected 
  485.             database based on the selected index.
  486.         FIRST - Display the first record in the currently selected database 
  487.             based on the selected index.
  488.         LAST - Display the last record in the currently selected database 
  489.             based on the selected index.
  490.  
  491.     DEFINE MENU
  492.         TEXT - Create a Text field in the currently selected database window.
  493.         EDIT - Create an edit field in the currently selected database window.
  494.         CHECKBOX - Create a checkbox field in the currently selected 
  495.             database window.
  496.         BITMAP - Create a bitmap field in the currently selected database 
  497.             window.
  498.         STYLES - Modify the attributes of the selected field in the 
  499.             currently selected database window.
  500.         DELETE - Delete the selected field in the currently selected 
  501.             database window.
  502.         TITLE - Modify the title of the currently selected database window.
  503.         FONT - Select a new font for the currently selected database window.
  504.  
  505.     WINDOW MENU
  506.         TILE - Tile all open database windows within the WindBase main window.
  507.         CASCADE - Cascade all open database windows within the WindBase 
  508.             main window.
  509.         ARRANGE ICONS - Arrange all database window icons within the 
  510.             WindBase main window.
  511.         CLOSE ALL - Close all open database windows.
  512.  
  513.     HELP MENU
  514.         INDEX - Display the WindBase help file.
  515.         ABOUT - Display the WindBase About Box.
  516.  
  517.  
  518.  
  519. SPECIAL FEATURES
  520.  
  521.     DRAG AND DROP - Whenever an item such as a database field is being 
  522. repositioned within a database definition window , the item may be dragged 
  523. and dropped.  This means that an item can be selected with the mouse 
  524. pointer, and while holding the mouse button down, move the pointer to a new 
  525. position.  When the mouse button is released the selected item will be 
  526. placed at the mouse pointer position.
  527.  
  528.     CLIPBOARD - The clipboard is a convenient way of transferring data 
  529. between WindBase and other Windows applications or between different 
  530. WindBase databases or records.  To use the clipboard functions simply 
  531. highlight any text that is displayed in an entry field, pull down the 
  532. EDIT menu and choose COPY or CUT.  The COPY function will place a copy of 
  533. the highlighted text in the Windows clipboard.  The CUT function also 
  534. places the highlighted text in the clipboard but also removes it from 
  535. the entry field.  To retrieve text from the clipboard, place the cursor 
  536. at the position inside an entry field where the clipboard text should be 
  537. inserted or appended.  Then pull down the EDIT menu and choose PASTE.  The 
  538. clipboard text will be placed in the entry field at the cursor position.
  539.  
  540.  
  541.  
  542. ENHANCEMENTS
  543.  
  544.     The following is a list of the new features and enhancements that have 
  545. been included in version 2.0 of WindBase:
  546.  
  547.     o Data Import and Export functionality.
  548.     o Database Text and Printing Font Selection Per Database Definition.
  549.     o Ability to Store and Retrieve Bitmap Graphical Data.
  550.     o Addition of Windows 3.1 File Open, Save As... and Font dialogs
  551.  
  552.  
  553. EXITING
  554.  
  555.     When you have finished using WindBase, you should exit via the EXIT 
  556. selection from the main window's FILE menu.  If you forget and turn your 
  557. computer off before exiting, WindBase can not guarantee that your database 
  558. files have been saved completely.  It is very important that you always exit 
  559. WindBase via this selection.
  560.  
  561.  
  562. NickleWare
  563. Copyright (C) 1990-93 Bradley Nicholes
  564. CompuServe: 72730,1002
  565.  
  566.  
  567. This documentation must accompany the WindBase software.
  568.  
  569. NickleWare or Bradley Nicholes shall not be liable for any damages, whether 
  570. direct, indirect, special or consequential arising from the use or failure 
  571. of this program to operate in the manner desired by the user.
  572.  
  573.