home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / pd / database / fiasco_1.1 / databases / picturedatabase / showscr.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1996-04-30  |  351 b   |  19 lines

  1. /* ShowOnScreen.rexx
  2.  * ARexx script to display picture of Fiasco`s PictureDatabase
  3.  * on an own Screen rather than in the mask
  4.  * Copyright © 1995 Nils Bandener
  5.  * $VER: ShowOnScreen.rexx 3.1 (16.12.95)
  6.  */
  7.  
  8. Options Results
  9. Address FIASCO
  10.  
  11. F_GetFieldCont "Picture"
  12. name = Result
  13.  
  14. if rc = 0 then do
  15.  
  16.     Address Command "multiview" name "screen"
  17.  
  18. end
  19.