home *** CD-ROM | disk | FTP | other *** search
- /* ShowOnScreen.rexx
- * ARexx script to display picture of Fiasco`s PictureDatabase
- * on an own Screen rather than in the mask
- * Copyright © 1995 Nils Bandener
- * $VER: ShowOnScreen.rexx 3.1 (16.12.95)
- */
-
- Options Results
- Address FIASCO
-
- F_GetFieldCont "Picture"
- name = Result
-
- if rc = 0 then do
-
- Address Command "multiview" name "screen"
-
- end
-