home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7711 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.5 KB  |  47 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!yale.edu!ira.uka.de!math.fu-berlin.de!uniol!tpki.toppoint.de!jacobsen
  3. From: jacobsen@tpki.toppoint.de (Joerg Jacobsen)
  4. Subject: Re: Lotus Improv API: have you used it?
  5. Organization: Toppoint Mailbox e.V.
  6. Date: Sun, 13 Dec 1992 12:59:38 GMT
  7. Message-ID: <1992Dec13.125938.26691@tpki.toppoint.de>
  8. Keywords: OakumPort Improv API
  9. Lines: 36
  10.  
  11. jpm@lanl.gov (Pat McGee) writes:
  12. > I'm having a strange problem with writing an application that uses  
  13. > Lotus Improv. We have two systems. On one, the application works  
  14. > exactly the way I expected it to. On the other, I get a message in the  
  15. > console window: 
  16. >     Workspace: Cannot launch program: 'OakumPort'
  17. > and the application quits.
  18. > Since I can't find any differences in how the program is installed  
  19. > between the two systems, I'm totally mystified.
  20.  
  21. A little late but this is what should help:
  22.  
  23. Improv is using the 'default database' for environment that every NeXT
  24. machine keeps.  If you type
  25.  
  26.     dread -o Improv
  27.     
  28. in a shell window you will get all the settings that Improv uses in addition
  29. to the model information.  One line in your database should read
  30.  
  31.     Improv enableOakumPort YES
  32.  
  33. which specifies that the usage of the API is enabled.  If you can't find it
  34. or 'enableOakumPort' is set to 'NO' type
  35.  
  36.     dwrite -o Improv enableOakumPort YES
  37.  
  38. to set it accordingly.
  39.  
  40. Joerg Jacobsen.
  41.  
  42. -- 
  43. Jacobsen Softwareentwicklung    jacobsen@tpki.toppoint.de (NeXTmail)
  44. W-2300 Kiel            Voice:    (+49) 431 805467
  45. Germany                Fax:    (+49) 431 553623
  46.