home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL34.ARJ / VOL3406 < prev    next >
Text File  |  1992-01-07  |  5KB  |  111 lines

  1.  
  2.  Volume 3406 - Released january 1987  -  Abstract (C) CP/MS gg
  3.  
  4. CP/MS gg NL volume 3406
  5.  
  6. gelijk aan N.Y. Lotus User Group 203/204
  7.  
  8. Titel:Symphony Add-In Tools
  9.  
  10. Number Name         Size   Date    Comments
  11. 406.01 BEGIN_1  WRK  1262  1-15-85 Demonstration of Symphony add-in
  12. 406.02 BEGIN_2  WRK  1226  1-15-85 Idem
  13.        CATALOG  406  1334 12-14-86 This list
  14. 406.03 COMDOC   WRK 18988  8-24-85 Doc for below
  15. 406.04 COMMA    APP    44 12-05-84 Permits importing of comma delimited files
  16. 406.05 COMTST   PRN  1536 12-01-84 Test file for above
  17. 406.06 CTLBRK   APP  1294 12-12-84 Disables Ctrl Break key interrupt
  18. 406.07 DATA     ATD   340  1-14-68 Data model for add-in demo
  19. 406.08 DEMO_1   WRK 29262  1-16-85 Demonstration - data model
  20. 406.09 DEMO_2   WRK 47399  1-16-85 Demonstration - open model
  21. 406.10 LOTUSLIB DOC  4736 11-14-86 General info Lotus User Group
  22. 406.11 MPLAN    APP 14336  8-29-84 Permits importing of Multiplan (Sylk) data
  23. 406.12 O_TRACE  APP 12222  1-14-68 Auxiliary file for demo
  24. 406.13 README   ADD  1677  1-16-85 Desc of add-in tools demo
  25. 406.14 SEARCH   APP  9216  1-01-80 Searches spreadsheet for specific char
  26. 406.15 SEARCH   WRK  1920  1-01-80 Support file
  27. 406.16 SEARDOC  WRK  3560  8-24-85 Doc for SEARCH
  28. 406.17 TRACE    APP 10071  1-11-68 Support file for demonstration
  29. 406.18 VOL3406  ABS  3200 12-14-86 Disk abstract
  30. 406.19 WIDE     APP 10880 12-01-84 Permits importing of WIDE formatted data
  31. 406.20 WIDEDOC  WRK 16091  8-24-85 Doc for above
  32. 406.21 WIDTST   PRN   247  9-06-84 Test file for WIDE
  33.               22 File(s)   120832 bytes free on volume VOL3406
  34.  
  35.  
  36.  
  37. This is a demonstration of Symphony's Add-In facility: the  possibility to add
  38. external programs to the menus. The files used  for the Add-In Tools demon-
  39. stration are as follows: 
  40.  
  41.   Data Model     BEGIN_1.WRK 
  42.                  DEMO_1.WRK 
  43.                  TRACE.APP 
  44.  
  45.   Open Model     BEGIN_2.WRK 
  46.                  DEMO_2.WRK 
  47.                  O_TRACE.APP 
  48.  
  49.                  DATA.ATD is used for both demonstrations. 
  50.                  TRACE.LOG will be created by the Add-In. 
  51.  
  52.  
  53. Each of the demonstrations are fully automated so you simply retrieve
  54. them into Symphony, hit <ENTER> forever and it will step through the
  55. important parts of the code. 
  56.  
  57. If you prefer to see the entire listing then use the PRINT_ASM  window on each
  58. of the DEMO files. 
  59.  
  60. Since the demonstration actually attaches an Add-In, you must  have the
  61. SYMPHONY.DYN file present.  If you already can attach  other applications like
  62. DOS or TUTOR, then you currently have the   .DYN file in place. 
  63.                                                                 
  64.  SEARCH.APP      SOURCE = WOL     
  65.  
  66.   Demonstrates how to search a worksheet for a specified char-  
  67.   acter through the use of an Add-In.  See SEARDOC.WRK for      
  68.   instructions on how to use SEARCH.APP .                       
  69.                                                                 
  70.  MPLAN.APP  SOURCE: WORLD OF LOTUS   
  71.  
  72.   This Symphony Data Model Add-In allows a transfer of data from
  73.   a Multiplan(tm) SYLK file directly to Symphony cells, and from
  74.   a range of cells to a SYLK file.                              
  75.  
  76.  SYSERR.APP  SOURCE: WORLD OF LOTUS  
  77.  
  78.   This Symphony Add-in disables one of the standard Symphony    
  79.   errors encountered when a disk drive is not ready.This occurs 
  80.   when you attempt to retrieve a file and forget to close the   
  81.   door.  With SYSERR.APP, the error still occurs, but pressing  
  82.   [RETURN] will cause a disk access retry.                      
  83.  
  84.  CLTBRK.APP        SOURCE: WORLD OF LOTUS            
  85.  
  86.   This Add-In disables the {ctrl}{break} keys.                  
  87.  
  88.  COMMA.APP  SOURCE: WORLD OF LOTUS   
  89.  
  90.   This Add-In extends the choices of "Text" and "Structured" on 
  91.   the File Import menu. Unlike F-I-Structured, it treats all of 
  92.   of the commas in the input file individually, so that missing 
  93.   fields will cause skipped cells and keep an imported database 
  94.   properly aligned.  See COMDOC.WRK for more information.       
  95.  
  96.  COMTST.PRN  SOURCE: WORLD OF LOTUS  
  97.  
  98.   This ASCII text file may be used to test COMMA.APP            
  99.  
  100.  WIDE.APP   SOURCE: WORLD OF LOTUS   
  101.  
  102.   This Symphony Add-In adds the option "Wide" to Symphony's File
  103.   Import menu.  Like COMMA.APP, it imports ASCII files of any   
  104.   line length.  However, WIDE differs from COMMA because -- like
  105.   F-I-Structured - WIDE treats any number of commas as a single 
  106.   delimiter between fields and WIDE ignores input strings that  
  107.   are not quoted.  See WIDEDOC.WRK for more information.        
  108.  
  109. WIDTST.PRN  SOURCE: WORLD OF LOTUS  
  110.  
  111.   This ASCII text file contains records for use in testing         WIDE.APP