home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / portfoli / prtcrd.lzh / PORTCARD.TXT < prev   
Text File  |  1991-08-22  |  3KB  |  79 lines

  1.  
  2.             PortCard - Portfolio Cardfile for Windows 3.0
  3.               Version 1.0
  4.         Adapted from Microsoft Virtual Basic
  5.             WIndows Cardfile
  6.  
  7.  
  8. First the nasty stuff:
  9.   This program is freeware and may be freely copied.  There is
  10. no warranty, expressed or implied, on either this adapted version
  11. of cardfile, or the original Microsoft sample code from which it
  12. is derived.
  13.  
  14. Now that that's out of the way --
  15.  
  16. I have found that the Portfolio makes a wonderful peripheral to my
  17. desktop PC.  I do work on the PC, and when I have to leave my office,
  18. I simply take important files with me on the PF.  I like to use the
  19. built-in applications on the Portfolio, as they work fairly well,
  20. and they take up zero RAM on my limited file storage space.
  21.  
  22. Unfortunately, while the address book files are pretty easy to read,
  23. they are not compatible with anything I have on my PC.  I use
  24. Windows 3.0 on my PC, and needed an easy way to view and edit my
  25. Portfolio .ADR files from Windows.  The CardFile program that comes
  26. free with Windows is pretty close to the Address Book in functionality,
  27. but the file formats are drastically different.
  28.  
  29. On a lark, I got a copy of Microsoft Virtual Basic, as I needed a 
  30. way to churn out "Quick & Dirty" Windows programs for my own use.  Lo
  31. and behold, one of the sample applications was an implementation of
  32. the Windows cardfile.  All I had to do was to modify the I/O routines 
  33. for .ADR files in addition to the standard .CRD files.
  34.  
  35. This program is the result.  This version has some limitations, and they
  36. are important to know.  However, I have found it extremely useful.
  37.  
  38. All Virtual Basic programs require the file VBRUN100.DLL.  If you 
  39.  don't have Vurtual Basic, this flile can be obtained from the Virtual
  40.  Basic Library in the Microsoft Languages Forum on CompuServe
  41.  
  42. Limit - 200 cards.  This is probably more than you would have in the
  43.  average .ADR file, since they take so long to load.  I keep many .ADR
  44.  files (personal, business, etc.)
  45.  
  46. Text Only - No cardfile graphics are supported.  (Not that it would help,
  47.  as the PF address book doesn't have graphics, either.)  If you open
  48.  a file created by Cardfile containing graphics, they will be ignored.
  49.  
  50. .ADR and .CRD formats supported.  For both reading and writing files, the
  51.  file is assumed to be a Windows cardfile if the extension is .CRD.  For
  52.  any other extension, the PF .ADR format is assumed.
  53.  
  54. Non-scrolling cards - If you keep big cards on your PF, well, I'm not sure
  55.  what will happen.
  56.  
  57. There seems to be an intermittent bug that crops up when you change (not add)
  58.  and Index line, which causes one card to be overwritten with the card
  59.  whose index you changed.
  60.  
  61. Save your changes!  Portcard will usually prompt you if you try to exit
  62.  without saving changes, but occasionally it forgets.  I'm still chasing
  63.  that one.
  64.  
  65. There is no help file (yet).  If you select Help, it will try to open the
  66.  help for the "real" cardfile program.
  67.  
  68. Well, that's about it.  Send me your comments and suggestions.  I make no
  69.  promises, though, as I work on this in my spare time (of which I seem to 
  70.  have very little.)
  71.  
  72. Enjoy!
  73.  
  74. Brian Johnson
  75. CompuServe: 72366,1710
  76. MCI: 306-1475
  77. Internet: BDJ@ssw.com
  78.  
  79.