home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / ibm / pc / misc / 11023 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.1 KB

  1. Path: sparky!uunet!portal!cup.portal.com!amigan
  2. From: amigan@cup.portal.com (R Michael Medwid)
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: dBase IV output question
  5. Message-ID: <63131@cup.portal.com>
  6. Date: Thu, 30 Jul 92 17:48:46 PDT
  7. Organization: The Portal System (TM)
  8. Distribution: na
  9. Lines: 26
  10.  
  11. dBase IV question
  12.  
  13. I would like to import some data from a dBase program into Lotus 1-2-3
  14. so I can use the fancy printing features of its ""Impress" add-in.  In
  15. my dBase program I create a bunch of variables e.g.
  16.  
  17. SUM COST FOR TERR="1111" .AND. PROD="VOL" .AND. TYPE="MLS" TO MVAR1
  18. SUM COST FOR TERR="1112" .AND. PROD="VOL" .AND. TYPE="MLS" TO MVAR2
  19. SUM COST FOR TERR="1113" .AND. PROD="VOL" .AND. TYPE="MLS" TO MVAR3
  20.  
  21. (etc.)
  22.  
  23. I now want to take MVAR1, MVAR2 and MVAR3 and get them either into
  24. a database or into cells of a spreadsheet.  I know how to write these
  25. to a flat file.  But to bring a flat file to lotus requires you then
  26. "parse" the data to get the data elements into individual cells, not
  27. a lot of fun.
  28.  
  29. I would appreciate some insight on how best to accomplish this.
  30.  
  31. Thanks!
  32.  
  33. -Mike
  34. amigan@cup.portal.com
  35.  
  36.  
  37.