home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL34.ARJ
/
VOL3406
< prev
next >
Wrap
Text File
|
1992-01-07
|
5KB
|
111 lines
Volume 3406 - Released january 1987 - Abstract (C) CP/MS gg
CP/MS gg NL volume 3406
gelijk aan N.Y. Lotus User Group 203/204
Titel:Symphony Add-In Tools
Number Name Size Date Comments
406.01 BEGIN_1 WRK 1262 1-15-85 Demonstration of Symphony add-in
406.02 BEGIN_2 WRK 1226 1-15-85 Idem
CATALOG 406 1334 12-14-86 This list
406.03 COMDOC WRK 18988 8-24-85 Doc for below
406.04 COMMA APP 44 12-05-84 Permits importing of comma delimited files
406.05 COMTST PRN 1536 12-01-84 Test file for above
406.06 CTLBRK APP 1294 12-12-84 Disables Ctrl Break key interrupt
406.07 DATA ATD 340 1-14-68 Data model for add-in demo
406.08 DEMO_1 WRK 29262 1-16-85 Demonstration - data model
406.09 DEMO_2 WRK 47399 1-16-85 Demonstration - open model
406.10 LOTUSLIB DOC 4736 11-14-86 General info Lotus User Group
406.11 MPLAN APP 14336 8-29-84 Permits importing of Multiplan (Sylk) data
406.12 O_TRACE APP 12222 1-14-68 Auxiliary file for demo
406.13 README ADD 1677 1-16-85 Desc of add-in tools demo
406.14 SEARCH APP 9216 1-01-80 Searches spreadsheet for specific char
406.15 SEARCH WRK 1920 1-01-80 Support file
406.16 SEARDOC WRK 3560 8-24-85 Doc for SEARCH
406.17 TRACE APP 10071 1-11-68 Support file for demonstration
406.18 VOL3406 ABS 3200 12-14-86 Disk abstract
406.19 WIDE APP 10880 12-01-84 Permits importing of WIDE formatted data
406.20 WIDEDOC WRK 16091 8-24-85 Doc for above
406.21 WIDTST PRN 247 9-06-84 Test file for WIDE
22 File(s) 120832 bytes free on volume VOL3406
This is a demonstration of Symphony's Add-In facility: the possibility to add
external programs to the menus. The files used for the Add-In Tools demon-
stration are as follows:
Data Model BEGIN_1.WRK
DEMO_1.WRK
TRACE.APP
Open Model BEGIN_2.WRK
DEMO_2.WRK
O_TRACE.APP
DATA.ATD is used for both demonstrations.
TRACE.LOG will be created by the Add-In.
Each of the demonstrations are fully automated so you simply retrieve
them into Symphony, hit <ENTER> forever and it will step through the
important parts of the code.
If you prefer to see the entire listing then use the PRINT_ASM window on each
of the DEMO files.
Since the demonstration actually attaches an Add-In, you must have the
SYMPHONY.DYN file present. If you already can attach other applications like
DOS or TUTOR, then you currently have the .DYN file in place.
SEARCH.APP SOURCE = WOL
Demonstrates how to search a worksheet for a specified char-
acter through the use of an Add-In. See SEARDOC.WRK for
instructions on how to use SEARCH.APP .
MPLAN.APP SOURCE: WORLD OF LOTUS
This Symphony Data Model Add-In allows a transfer of data from
a Multiplan(tm) SYLK file directly to Symphony cells, and from
a range of cells to a SYLK file.
SYSERR.APP SOURCE: WORLD OF LOTUS
This Symphony Add-in disables one of the standard Symphony
errors encountered when a disk drive is not ready.This occurs
when you attempt to retrieve a file and forget to close the
door. With SYSERR.APP, the error still occurs, but pressing
[RETURN] will cause a disk access retry.
CLTBRK.APP SOURCE: WORLD OF LOTUS
This Add-In disables the {ctrl}{break} keys.
COMMA.APP SOURCE: WORLD OF LOTUS
This Add-In extends the choices of "Text" and "Structured" on
the File Import menu. Unlike F-I-Structured, it treats all of
of the commas in the input file individually, so that missing
fields will cause skipped cells and keep an imported database
properly aligned. See COMDOC.WRK for more information.
COMTST.PRN SOURCE: WORLD OF LOTUS
This ASCII text file may be used to test COMMA.APP
WIDE.APP SOURCE: WORLD OF LOTUS
This Symphony Add-In adds the option "Wide" to Symphony's File
Import menu. Like COMMA.APP, it imports ASCII files of any
line length. However, WIDE differs from COMMA because -- like
F-I-Structured - WIDE treats any number of commas as a single
delimiter between fields and WIDE ignores input strings that
are not quoted. See WIDEDOC.WRK for more information.
WIDTST.PRN SOURCE: WORLD OF LOTUS
This ASCII text file contains records for use in testing WIDE.APP