home *** CD-ROM | disk | FTP | other *** search
- /* Rexxprogram for db that passes data in the current field to multiview */
- /* By David Ekholm */
-
- Options Results
- BLOCKINPUT
- GETFIELD
- file = RESULT
- IF RC = "0" THEN DO
- IF EXISTS(file) THEN
- ADDRESS COMMAND "run >nil: Multiview " '"'file'"'
- ELSE
- OKAY1 "`"file"' does not exist."
- END
- FREEINPUT
-
-
-