home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL34.ARJ
/
VOL3408
< prev
next >
Wrap
Text File
|
1992-01-07
|
7KB
|
156 lines
Volume 3408 - Released march 1987 - Abstract (C) CP/MS gg
CP/MS gg NL volume 3408
gelijk aan N.Y. Lotus UG 221/222/223/224
Titel: Symphony Spreasheet/Programming/DB/WP Tips
Number Name Size Date Comments
408.01 CALC2 WRK 5376 1-01-80 Calculated elapsed business days
CATALOG 408 1534 1-04-86 This list
408.02 CTLBRK APP 1294 12-12-84 Disable Ctrl-Break keys
408.03 DBCALC WRK 5839 8-25-85 Calculated variable in Form window
408.04 DISKLA WRK 18944 1-01-80 Hardcopy of disk directory
408.05 FORMDEMO WRK 10818 8-25-85 Simultaneous display in database and
spr. window
408.06 HAMMER WRK 6058 11-05-84 Graphic & Trigonometric functions
408.07 HEX2DE WRK 1920 11-15-84 Hex / decimal conversion
408.08 LEEVFORM WRK 2432 8-25-85 Trick on exiting Symphony database form
408.09 LOTUSLIB DOC 4736 11-14-86 General info on N.Y. LUG library
408.10 RESICO WRK 4224 1-01-80 Resistor specification /w color codes
408.11 SEARCH APP 9216 1-01-80 Search a worksheet for a character
408.12 SEARCH PRN 2688 1-01-80 Support file
408.13 SEARCH WRK 1920 1-01-80 Support file
408.14 SEARDOC WRK 3560 8-24-85 Documentation
408.15 SPACER WRK 5475 8-25-85 Extra spaces in DB report dependent on
contents
408.16 SYM101 WRK 9229 8-25-85 How to transfer a database from 1-2-3
to Sym
408.17 SYSERR APP 1992 12-13-84 Trap 'disk not ready' error
408.18 TWOCOL WRK 4096 2-14-85 Demonstration of two-column document
408.19 VOL3408 ABS 4736 1-04-87 Disk abstract
408.20 WNDWSY WRK 3840 11-12-84 Window synchronization like in 1-2-3
408.21 WORDST CTF 512 2-14-85 Converting a Wordstar document to SYM
408.22 WRDPRF WRK 5371 8-25-85 Using Word Proof in conjunction with
Symphony
23 File(s) 196608 bytes free on volume VOL3408
** SYMPHONY DATABASE TIPS **
LEEVFORM.WRK SOURCE: WORLD OF LOTUS
This worksheet contains an example of how a user can exit a FORM
without leaving the macro by trapping keystrokes within a
Symphony FORM window.
ACER.WRK SOURCE: WORLD OF LOTUS
This text provides a simplified method of proving extra spaces in
a database report, dependent upon criteria within the database.
RMDEMO.WRK SOURCE: WORLD OF LOTUS
This file demonstrates the simultaneous display of a database in
the Form and Spreadsheet windows.
M101.WRK
This text describes in detail how to transfer a Database from
1-2-3 to Symphony.
DBCALC.WRK SOURCE: WORLD OF LOTUS
This Worksheet provides an example of a method by which a calculated
variable may be displayed in the prompt line during FORM data entry.
simple example, it displays the average of the five numeric entries
FORM. Two methods are provided. The SIMPLE method requires the use
press Alt-X to get a "correct" display. The MACRO CONTROLLED entry a
correct display at all times.
** SYMPHONY WORD PROCESSING TIPS **
TWOCOL.WRK SOURCE: WORLD OF LOTUS
This worksheet contains a two-column document example, where a
newsletter-type presentation is developed with two DOC windows
side-by-side. A print range is included. Press the window
key (F6) three times to view all three windows. Hard spaces
are included, which were produced with the {COMPOSE} key.
WRDPRF.WRK SOURCE = WOL
This is an add-in MACRO used with Symphony and Word Proof.
Macro will invoke Word Proof to check the spelling of a
portion or all of a document. Written by Jim Grettum.
WORDST.CTF SOURCE: WORLD OF LOTUS
This character translation file converts Wordstar files by
importing them, character by character, using the Symphony
File Import Text command. To use, specify the use of the
translation file by pressing {SERVICES}, select Configuration
Other File-Translation Custom, and point to the WORDST.CTF
file. Next use {SERVICES} File Import Text to import the
Wordstar file.
** MISCELLANEOUS PROGRAMMING TIPS **
DISKLA.WRK SOURCE: WORLD OF LOTUS
Worksheet file which creates a hardcopy file listing of a diskette.
Cut it out and slip it into a protective jacket.
HAMMER.WRK SOURCE: WORLD OF LOTUS
This worksheet (binary file) is a combination of Symphony graphic and
trigonometric functions, and the Symphony Command Language. Hard to believe,
but true!
SYSERR.APP SOURCE: WORLD OF LOTUS
This simple Symphony Add-in disables one of the standard Symphony
errors which are encountered when a disk drive is not ready. This
occurs when you attempt to retrieve a file and forget to close the
door on a floppy system, causing a Symphony error which returns you to ready
state. Attach this Add-in and the error will still occur, but pressing
[RETURN] will cause a disk access retry.
CTLBRK.APP SOURCE: WORLD OF LOTUS
This Add-In disables the Ctrl Break keys.
** SYMPHONY SPREADSHEET TIPS **
HEX2DE.WRK
This is a handy little utility which converts Hexadecimal values to
Decimal equivalents and vice versa. Please read the instructions on
screen which details the proper input method.
WNDWSY.WRK
This file simulates the 1-2-3 window synchronization capability. Ev
time return is pressed, the macro which remains in "background" eval
the cursor position, if there is no change, nothing happens, if the
has changed, the cursor goes to the other window and brings that row
the window. The cursor then returns to the original window and wait
the next press of RETURN.
CALC2.WRK SOURCE = WOL
This worksheet calculates the elapsed calendar and business days betw
two dates entered in Symphony @DATE(xx,yy,zz) format. The worksheet
computes the elpased business days to the following Monday when the
second date falls on a weekend.
RESICO.WRK SOURCE = WOL
RESICO.WRK will prompt the user for color codes found on resistors
resistors and return resistance and tolerance in metric. Utilizes
@vlookup. @choose, @length and {contents} for performing string-
numeric math by Rob Murtha.
SEARCH.APP SOURCE = WOL
SEARCH.APP searches a worksheet for a specified character.
See SEARDOC.WRK for instructions on how to use SEARCH.APP .